Shades of Heliotrope #D66FFF
Tints of Heliotrope #D66FFF
RGB
CMYK
RGB Variations
Color information
#D66FFF (or 0xD66FFF) is known color: Heliotrope. HEX triplet: D6, 6F and FF. RGB value is (214,111,255). Sum of RGB (Red+Green+Blue) = 214+111+255=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 111 (43.75% from 255 or 19.14% 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 #D66FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66FFF is #299000. Grayscale: #9D9D9D. Windows color (decimal): -2723841 or 16740310. OLE color: 16740310.
HSL color Cylindrical-coordinate representation of color #D66FFF: hue angle of 282.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D66FFF is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 111 | 255 | - |
| CMYK | 0.16 | 0.56 | 0 | 0 |
| HSL | 282.92º | 1% | 0.72% | - |
| HSV(B) | 282.92º | 0.56% | 1% | - |
| XYZ | 51.47 | 32.89 | 98.24 | - |
| YUV | 158.21 | 182.62 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 255 | 0.16 | 0.56 | 0 | 0 | 282.92 | 1 | 0.72 |
| Hex | D6 | 6F | FF | 10 | 38 | 0 | 0 | 11B | 64 | 48 |
| Octal | 326 | 157 | 377 | 20 | 70 | 0 | 0 | 433 | 144 | 110 |
| Binary | 11010110 | 1101111 | 11111111 | 10000 | 111000 | 0 | 0 | 100011011 | 1100100 | 1001000 |
Color Harmonies of #D66FFF
Complementary color
Monochromatic Colors of #D66FFF
Black with #D66FFF
Text Example
Text Example
White with #D66FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66FFF; }
p { color: rgb(214,111,255); }
H1.HeaderClassName
{
color: #D66FFF;
}
.AnyTagClassName
{
color: #D66FFF;
}
</style>
background-color css
<style>
a { background-color: #D66FFF; }
a { background-color: rgb(214,111,255); }
div.DivClassName
{
background-color: #D66FFF;
}
.BgClassName
{
background-color: #D66FFF;
}
</style>
border-color css
<style>
span { border-color: #D66FFF; }
span { border-color: rgb(214,111,255); }
td.TdClassName
{
border-color: #D66FFF;
}
.TagClassName
{
border-color: #D66FFF;
}
</style>