Shades of Heliotrope #D166F2
Tints of Heliotrope #D166F2
RGB
CMYK
RGB Variations
Color information
#D166F2 (or 0xD166F2) is known color: Heliotrope. HEX triplet: D1, 66 and F2. RGB value is (209,102,242). Sum of RGB (Red+Green+Blue) = 209+102+242=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #D166F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D166F2 is #2E990D. Grayscale: #959595. Windows color (decimal): -3053838 or 15886033. OLE color: 15886033.
HSL color Cylindrical-coordinate representation of color #D166F2: hue angle of 285.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D166F2 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 102 | 242 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.05 |
| HSL | 285.86º | 0.84% | 0.67% | - |
| HSV(B) | 285.86º | 0.58% | 0.95% | - |
| XYZ | 47.07 | 29.47 | 87.21 | - |
| YUV | 149.95 | 179.95 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 242 | 0.14 | 0.58 | 0 | 0.05 | 285.86 | 0.84 | 0.67 |
| Hex | D1 | 66 | F2 | E | 3A | 0 | 5 | 11E | 54 | 43 |
| Octal | 321 | 146 | 362 | 16 | 72 | 0 | 5 | 436 | 124 | 103 |
| Binary | 11010001 | 1100110 | 11110010 | 1110 | 111010 | 0 | 101 | 100011110 | 1010100 | 1000011 |
Color Harmonies of #D166F2
Complementary color
Monochromatic Colors of #D166F2
Black with #D166F2
Text Example
Text Example
White with #D166F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166F2; }
p { color: rgb(209,102,242); }
H1.HeaderClassName
{
color: #D166F2;
}
.AnyTagClassName
{
color: #D166F2;
}
</style>
background-color css
<style>
a { background-color: #D166F2; }
a { background-color: rgb(209,102,242); }
div.DivClassName
{
background-color: #D166F2;
}
.BgClassName
{
background-color: #D166F2;
}
</style>
border-color css
<style>
span { border-color: #D166F2; }
span { border-color: rgb(209,102,242); }
td.TdClassName
{
border-color: #D166F2;
}
.TagClassName
{
border-color: #D166F2;
}
</style>