Shades of Heliotrope #D962FA
Tints of Heliotrope #D962FA
RGB
CMYK
RGB Variations
Color information
#D962FA (or 0xD962FA) is known color: Heliotrope. HEX triplet: D9, 62 and FA. RGB value is (217,98,250). Sum of RGB (Red+Green+Blue) = 217+98+250=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 98 (38.67% from 255 or 17.35% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #D962FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D962FA is #269D05. Grayscale: #969696. Windows color (decimal): -2530566 or 16409305. OLE color: 16409305.
HSL color Cylindrical-coordinate representation of color #D962FA: hue angle of 286.97º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D962FA is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 98 | 250 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.02 |
| HSL | 286.97º | 0.94% | 0.68% | - |
| HSV(B) | 286.97º | 0.61% | 0.98% | - |
| XYZ | 50.24 | 30.39 | 93.66 | - |
| YUV | 150.91 | 183.92 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 250 | 0.13 | 0.61 | 0 | 0.02 | 286.97 | 0.94 | 0.68 |
| Hex | D9 | 62 | FA | D | 3D | 0 | 2 | 11F | 5E | 44 |
| Octal | 331 | 142 | 372 | 15 | 75 | 0 | 2 | 437 | 136 | 104 |
| Binary | 11011001 | 1100010 | 11111010 | 1101 | 111101 | 0 | 10 | 100011111 | 1011110 | 1000100 |
Color Harmonies of #D962FA
Complementary color
Monochromatic Colors of #D962FA
Black with #D962FA
Text Example
Text Example
White with #D962FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D962FA; }
p { color: rgb(217,98,250); }
H1.HeaderClassName
{
color: #D962FA;
}
.AnyTagClassName
{
color: #D962FA;
}
</style>
background-color css
<style>
a { background-color: #D962FA; }
a { background-color: rgb(217,98,250); }
div.DivClassName
{
background-color: #D962FA;
}
.BgClassName
{
background-color: #D962FA;
}
</style>
border-color css
<style>
span { border-color: #D962FA; }
span { border-color: rgb(217,98,250); }
td.TdClassName
{
border-color: #D962FA;
}
.TagClassName
{
border-color: #D962FA;
}
</style>