Shades of Heliotrope #D66AFF
Tints of Heliotrope #D66AFF
RGB
CMYK
RGB Variations
Color information
#D66AFF (or 0xD66AFF) is known color: Heliotrope. HEX triplet: D6, 6A and FF. RGB value is (214,106,255). Sum of RGB (Red+Green+Blue) = 214+106+255=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 106 (41.80% from 255 or 18.43% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #D66AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66AFF is #299500. Grayscale: #9A9A9A. Windows color (decimal): -2725121 or 16739030. OLE color: 16739030.
HSL color Cylindrical-coordinate representation of color #D66AFF: hue angle of 283.49º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D66AFF is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 106 | 255 | - |
| CMYK | 0.16 | 0.58 | 0 | 0 |
| HSL | 283.49º | 1% | 0.71% | - |
| HSV(B) | 283.49º | 0.58% | 1% | - |
| XYZ | 50.94 | 31.82 | 98.07 | - |
| YUV | 155.28 | 184.28 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 255 | 0.16 | 0.58 | 0 | 0 | 283.49 | 1 | 0.71 |
| Hex | D6 | 6A | FF | 10 | 3A | 0 | 0 | 11B | 64 | 47 |
| Octal | 326 | 152 | 377 | 20 | 72 | 0 | 0 | 433 | 144 | 107 |
| Binary | 11010110 | 1101010 | 11111111 | 10000 | 111010 | 0 | 0 | 100011011 | 1100100 | 1000111 |
Color Harmonies of #D66AFF
Complementary color
Monochromatic Colors of #D66AFF
Black with #D66AFF
Text Example
Text Example
White with #D66AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66AFF; }
p { color: rgb(214,106,255); }
H1.HeaderClassName
{
color: #D66AFF;
}
.AnyTagClassName
{
color: #D66AFF;
}
</style>
background-color css
<style>
a { background-color: #D66AFF; }
a { background-color: rgb(214,106,255); }
div.DivClassName
{
background-color: #D66AFF;
}
.BgClassName
{
background-color: #D66AFF;
}
</style>
border-color css
<style>
span { border-color: #D66AFF; }
span { border-color: rgb(214,106,255); }
td.TdClassName
{
border-color: #D66AFF;
}
.TagClassName
{
border-color: #D66AFF;
}
</style>