Shades of Heliotrope #DF66FA
Tints of Heliotrope #DF66FA
RGB
CMYK
RGB Variations
Color information
#DF66FA (or 0xDF66FA) is known color: Heliotrope. HEX triplet: DF, 66 and FA. RGB value is (223,102,250). Sum of RGB (Red+Green+Blue) = 223+102+250=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF66FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66FA is #209905. Grayscale: #9A9A9A. Windows color (decimal): -2136326 or 16410335. OLE color: 16410335.
HSL color Cylindrical-coordinate representation of color #DF66FA: hue angle of 289.05º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF66FA is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 102 | 250 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.02 |
| HSL | 289.05º | 0.94% | 0.69% | - |
| HSV(B) | 289.05º | 0.59% | 0.98% | - |
| XYZ | 52.44 | 32.09 | 93.87 | - |
| YUV | 155.05 | 181.59 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 250 | 0.11 | 0.59 | 0 | 0.02 | 289.05 | 0.94 | 0.69 |
| Hex | DF | 66 | FA | B | 3B | 0 | 2 | 121 | 5E | 45 |
| Octal | 337 | 146 | 372 | 13 | 73 | 0 | 2 | 441 | 136 | 105 |
| Binary | 11011111 | 1100110 | 11111010 | 1011 | 111011 | 0 | 10 | 100100001 | 1011110 | 1000101 |
Color Harmonies of #DF66FA
Complementary color
Monochromatic Colors of #DF66FA
Black with #DF66FA
Text Example
Text Example
White with #DF66FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66FA; }
p { color: rgb(223,102,250); }
H1.HeaderClassName
{
color: #DF66FA;
}
.AnyTagClassName
{
color: #DF66FA;
}
</style>
background-color css
<style>
a { background-color: #DF66FA; }
a { background-color: rgb(223,102,250); }
div.DivClassName
{
background-color: #DF66FA;
}
.BgClassName
{
background-color: #DF66FA;
}
</style>
border-color css
<style>
span { border-color: #DF66FA; }
span { border-color: rgb(223,102,250); }
td.TdClassName
{
border-color: #DF66FA;
}
.TagClassName
{
border-color: #DF66FA;
}
</style>