Shades of Heliotrope #DF66FF
Tints of Heliotrope #DF66FF
RGB
CMYK
RGB Variations
Color information
#DF66FF (or 0xDF66FF) is known color: Heliotrope. HEX triplet: DF, 66 and FF. RGB value is (223,102,255). Sum of RGB (Red+Green+Blue) = 223+102+255=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 102 (40.23% from 255 or 17.59% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF66FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66FF is #209900. Grayscale: #9B9B9B. Windows color (decimal): -2136321 or 16738015. OLE color: 16738015.
HSL color Cylindrical-coordinate representation of color #DF66FF: hue angle of 287.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF66FF is Cyan = 0.13, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 102 | 255 | - |
| CMYK | 0.13 | 0.6 | 0 | 0 |
| HSL | 287.45º | 1% | 0.7% | - |
| HSV(B) | 287.45º | 0.6% | 1% | - |
| XYZ | 53.23 | 32.41 | 98.06 | - |
| YUV | 155.62 | 184.09 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 255 | 0.13 | 0.6 | 0 | 0 | 287.45 | 1 | 0.7 |
| Hex | DF | 66 | FF | D | 3C | 0 | 0 | 11F | 64 | 46 |
| Octal | 337 | 146 | 377 | 15 | 74 | 0 | 0 | 437 | 144 | 106 |
| Binary | 11011111 | 1100110 | 11111111 | 1101 | 111100 | 0 | 0 | 100011111 | 1100100 | 1000110 |
Color Harmonies of #DF66FF
Complementary color
Monochromatic Colors of #DF66FF
Black with #DF66FF
Text Example
Text Example
White with #DF66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66FF; }
p { color: rgb(223,102,255); }
H1.HeaderClassName
{
color: #DF66FF;
}
.AnyTagClassName
{
color: #DF66FF;
}
</style>
background-color css
<style>
a { background-color: #DF66FF; }
a { background-color: rgb(223,102,255); }
div.DivClassName
{
background-color: #DF66FF;
}
.BgClassName
{
background-color: #DF66FF;
}
</style>
border-color css
<style>
span { border-color: #DF66FF; }
span { border-color: rgb(223,102,255); }
td.TdClassName
{
border-color: #DF66FF;
}
.TagClassName
{
border-color: #DF66FF;
}
</style>