Shades of Heliotrope #DF76F2
Tints of Heliotrope #DF76F2
RGB
CMYK
RGB Variations
Color information
#DF76F2 (or 0xDF76F2) is known color: Heliotrope. HEX triplet: DF, 76 and F2. RGB value is (223,118,242). Sum of RGB (Red+Green+Blue) = 223+118+242=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 118 (46.48% from 255 or 20.24% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF76F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF76F2 is #20890D. Grayscale: #A3A3A3. Windows color (decimal): -2132238 or 15890143. OLE color: 15890143.
HSL color Cylindrical-coordinate representation of color #DF76F2: hue angle of 290.81º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF76F2 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 118 | 242 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.05 |
| HSL | 290.81º | 0.83% | 0.71% | - |
| HSV(B) | 290.81º | 0.51% | 0.95% | - |
| XYZ | 52.94 | 35.06 | 87.98 | - |
| YUV | 163.53 | 172.29 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 242 | 0.08 | 0.51 | 0 | 0.05 | 290.81 | 0.83 | 0.71 |
| Hex | DF | 76 | F2 | 8 | 33 | 0 | 5 | 123 | 53 | 47 |
| Octal | 337 | 166 | 362 | 10 | 63 | 0 | 5 | 443 | 123 | 107 |
| Binary | 11011111 | 1110110 | 11110010 | 1000 | 110011 | 0 | 101 | 100100011 | 1010011 | 1000111 |
Color Harmonies of #DF76F2
Complementary color
Monochromatic Colors of #DF76F2
Black with #DF76F2
Text Example
Text Example
White with #DF76F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76F2; }
p { color: rgb(223,118,242); }
H1.HeaderClassName
{
color: #DF76F2;
}
.AnyTagClassName
{
color: #DF76F2;
}
</style>
background-color css
<style>
a { background-color: #DF76F2; }
a { background-color: rgb(223,118,242); }
div.DivClassName
{
background-color: #DF76F2;
}
.BgClassName
{
background-color: #DF76F2;
}
</style>
border-color css
<style>
span { border-color: #DF76F2; }
span { border-color: rgb(223,118,242); }
td.TdClassName
{
border-color: #DF76F2;
}
.TagClassName
{
border-color: #DF76F2;
}
</style>