Shades of Heliotrope #D662FF
Tints of Heliotrope #D662FF
RGB
CMYK
RGB Variations
Color information
#D662FF (or 0xD662FF) is known color: Heliotrope. HEX triplet: D6, 62 and FF. RGB value is (214,98,255). Sum of RGB (Red+Green+Blue) = 214+98+255=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 98 (38.67% from 255 or 17.28% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #D662FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D662FF is #299D00. Grayscale: #969696. Windows color (decimal): -2727169 or 16736982. OLE color: 16736982.
HSL color Cylindrical-coordinate representation of color #D662FF: hue angle of 284.33º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D662FF is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 98 | 255 | - |
| CMYK | 0.16 | 0.62 | 0 | 0 |
| HSL | 284.33º | 1% | 0.69% | - |
| HSV(B) | 284.33º | 0.62% | 1% | - |
| XYZ | 50.15 | 30.25 | 97.8 | - |
| YUV | 150.58 | 186.93 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 255 | 0.16 | 0.62 | 0 | 0 | 284.33 | 1 | 0.69 |
| Hex | D6 | 62 | FF | 10 | 3E | 0 | 0 | 11C | 64 | 45 |
| Octal | 326 | 142 | 377 | 20 | 76 | 0 | 0 | 434 | 144 | 105 |
| Binary | 11010110 | 1100010 | 11111111 | 10000 | 111110 | 0 | 0 | 100011100 | 1100100 | 1000101 |
Color Harmonies of #D662FF
Complementary color
Monochromatic Colors of #D662FF
Black with #D662FF
Text Example
Text Example
White with #D662FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662FF; }
p { color: rgb(214,98,255); }
H1.HeaderClassName
{
color: #D662FF;
}
.AnyTagClassName
{
color: #D662FF;
}
</style>
background-color css
<style>
a { background-color: #D662FF; }
a { background-color: rgb(214,98,255); }
div.DivClassName
{
background-color: #D662FF;
}
.BgClassName
{
background-color: #D662FF;
}
</style>
border-color css
<style>
span { border-color: #D662FF; }
span { border-color: rgb(214,98,255); }
td.TdClassName
{
border-color: #D662FF;
}
.TagClassName
{
border-color: #D662FF;
}
</style>