Shades of Heliotrope #DF66FC
Tints of Heliotrope #DF66FC
RGB
CMYK
RGB Variations
Color information
#DF66FC (or 0xDF66FC) is known color: Heliotrope. HEX triplet: DF, 66 and FC. RGB value is (223,102,252). Sum of RGB (Red+Green+Blue) = 223+102+252=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 102 (40.23% from 255 or 17.68% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF66FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66FC is #209903. Grayscale: #9A9A9A. Windows color (decimal): -2136324 or 16541407. OLE color: 16541407.
HSL color Cylindrical-coordinate representation of color #DF66FC: hue angle of 288.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF66FC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 102 | 252 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.01 |
| HSL | 288.4º | 0.96% | 0.69% | - |
| HSV(B) | 288.4º | 0.6% | 0.99% | - |
| XYZ | 52.75 | 32.22 | 95.53 | - |
| YUV | 155.28 | 182.59 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 252 | 0.12 | 0.60 | 0 | 0.01 | 288.4 | 0.96 | 0.69 |
| Hex | DF | 66 | FC | C | 3C | 0 | 1 | 120 | 60 | 45 |
| Octal | 337 | 146 | 374 | 14 | 74 | 0 | 1 | 440 | 140 | 105 |
| Binary | 11011111 | 1100110 | 11111100 | 1100 | 111100 | 0 | 1 | 100100000 | 1100000 | 1000101 |
Color Harmonies of #DF66FC
Complementary color
Monochromatic Colors of #DF66FC
Black with #DF66FC
Text Example
Text Example
White with #DF66FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66FC; }
p { color: rgb(223,102,252); }
H1.HeaderClassName
{
color: #DF66FC;
}
.AnyTagClassName
{
color: #DF66FC;
}
</style>
background-color css
<style>
a { background-color: #DF66FC; }
a { background-color: rgb(223,102,252); }
div.DivClassName
{
background-color: #DF66FC;
}
.BgClassName
{
background-color: #DF66FC;
}
</style>
border-color css
<style>
span { border-color: #DF66FC; }
span { border-color: rgb(223,102,252); }
td.TdClassName
{
border-color: #DF66FC;
}
.TagClassName
{
border-color: #DF66FC;
}
</style>