Shades of Heliotrope #DF82F6
Tints of Heliotrope #DF82F6
RGB
CMYK
RGB Variations
Color information
#DF82F6 (or 0xDF82F6) is known color: Heliotrope. HEX triplet: DF, 82 and F6. RGB value is (223,130,246). Sum of RGB (Red+Green+Blue) = 223+130+246=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 246 (96.48% from 255 or 41.07% from 599); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF82F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF82F6 is #207D09. Grayscale: #AAAAAA. Windows color (decimal): -2129162 or 16155359. OLE color: 16155359.
HSL color Cylindrical-coordinate representation of color #DF82F6: hue angle of 288.1º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF82F6 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 130 | 246 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.04 |
| HSL | 288.1º | 0.87% | 0.74% | - |
| HSV(B) | 288.1º | 0.47% | 0.96% | - |
| XYZ | 55.05 | 38.31 | 91.68 | - |
| YUV | 171.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 246 | 0.09 | 0.47 | 0 | 0.04 | 288.1 | 0.87 | 0.74 |
| Hex | DF | 82 | F6 | 9 | 2F | 0 | 4 | 120 | 57 | 4A |
| Octal | 337 | 202 | 366 | 11 | 57 | 0 | 4 | 440 | 127 | 112 |
| Binary | 11011111 | 10000010 | 11110110 | 1001 | 101111 | 0 | 100 | 100100000 | 1010111 | 1001010 |
Color Harmonies of #DF82F6
Complementary color
Monochromatic Colors of #DF82F6
Black with #DF82F6
Text Example
Text Example
White with #DF82F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82F6; }
p { color: rgb(223,130,246); }
H1.HeaderClassName
{
color: #DF82F6;
}
.AnyTagClassName
{
color: #DF82F6;
}
</style>
background-color css
<style>
a { background-color: #DF82F6; }
a { background-color: rgb(223,130,246); }
div.DivClassName
{
background-color: #DF82F6;
}
.BgClassName
{
background-color: #DF82F6;
}
</style>
border-color css
<style>
span { border-color: #DF82F6; }
span { border-color: rgb(223,130,246); }
td.TdClassName
{
border-color: #DF82F6;
}
.TagClassName
{
border-color: #DF82F6;
}
</style>