Shades of Heliotrope #D066FF
Tints of Heliotrope #D066FF
RGB
CMYK
RGB Variations
Color information
#D066FF (or 0xD066FF) is known color: Heliotrope. HEX triplet: D0, 66 and FF. RGB value is (208,102,255). Sum of RGB (Red+Green+Blue) = 208+102+255=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #D066FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066FF is #2F9900. Grayscale: #969696. Windows color (decimal): -3119361 or 16738000. OLE color: 16738000.
HSL color Cylindrical-coordinate representation of color #D066FF: hue angle of 281.57º 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 #D066FF is Cyan = 0.18, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 102 | 255 | - |
| CMYK | 0.18 | 0.6 | 0 | 0 |
| HSL | 281.57º | 1% | 0.7% | - |
| HSV(B) | 281.57º | 0.6% | 1% | - |
| XYZ | 48.81 | 30.13 | 97.85 | - |
| YUV | 151.14 | 186.62 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 255 | 0.18 | 0.6 | 0 | 0 | 281.57 | 1 | 0.7 |
| Hex | D0 | 66 | FF | 12 | 3C | 0 | 0 | 11A | 64 | 46 |
| Octal | 320 | 146 | 377 | 22 | 74 | 0 | 0 | 432 | 144 | 106 |
| Binary | 11010000 | 1100110 | 11111111 | 10010 | 111100 | 0 | 0 | 100011010 | 1100100 | 1000110 |
Color Harmonies of #D066FF
Complementary color
Monochromatic Colors of #D066FF
Black with #D066FF
Text Example
Text Example
White with #D066FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066FF; }
p { color: rgb(208,102,255); }
H1.HeaderClassName
{
color: #D066FF;
}
.AnyTagClassName
{
color: #D066FF;
}
</style>
background-color css
<style>
a { background-color: #D066FF; }
a { background-color: rgb(208,102,255); }
div.DivClassName
{
background-color: #D066FF;
}
.BgClassName
{
background-color: #D066FF;
}
</style>
border-color css
<style>
span { border-color: #D066FF; }
span { border-color: rgb(208,102,255); }
td.TdClassName
{
border-color: #D066FF;
}
.TagClassName
{
border-color: #D066FF;
}
</style>