Shades of Heliotrope #D962FF
Tints of Heliotrope #D962FF
RGB
CMYK
RGB Variations
Color information
#D962FF (or 0xD962FF) is known color: Heliotrope. HEX triplet: D9, 62 and FF. RGB value is (217,98,255). Sum of RGB (Red+Green+Blue) = 217+98+255=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 98 (38.67% from 255 or 17.19% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #D962FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D962FF is #269D00. Grayscale: #969696. Windows color (decimal): -2530561 or 16736985. OLE color: 16736985.
HSL color Cylindrical-coordinate representation of color #D962FF: hue angle of 285.48º 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 #D962FF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 98 | 255 | - |
| CMYK | 0.15 | 0.62 | 0 | 0 |
| HSL | 285.48º | 1% | 0.69% | - |
| HSV(B) | 285.48º | 0.62% | 1% | - |
| XYZ | 51.03 | 30.71 | 97.85 | - |
| YUV | 151.48 | 186.42 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 255 | 0.15 | 0.62 | 0 | 0 | 285.48 | 1 | 0.69 |
| Hex | D9 | 62 | FF | F | 3E | 0 | 0 | 11D | 64 | 45 |
| Octal | 331 | 142 | 377 | 17 | 76 | 0 | 0 | 435 | 144 | 105 |
| Binary | 11011001 | 1100010 | 11111111 | 1111 | 111110 | 0 | 0 | 100011101 | 1100100 | 1000101 |
Color Harmonies of #D962FF
Complementary color
Monochromatic Colors of #D962FF
Black with #D962FF
Text Example
Text Example
White with #D962FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D962FF; }
p { color: rgb(217,98,255); }
H1.HeaderClassName
{
color: #D962FF;
}
.AnyTagClassName
{
color: #D962FF;
}
</style>
background-color css
<style>
a { background-color: #D962FF; }
a { background-color: rgb(217,98,255); }
div.DivClassName
{
background-color: #D962FF;
}
.BgClassName
{
background-color: #D962FF;
}
</style>
border-color css
<style>
span { border-color: #D962FF; }
span { border-color: rgb(217,98,255); }
td.TdClassName
{
border-color: #D962FF;
}
.TagClassName
{
border-color: #D962FF;
}
</style>