Shades of Heliotrope #D964FA
Tints of Heliotrope #D964FA
RGB
CMYK
RGB Variations
Color information
#D964FA (or 0xD964FA) is known color: Heliotrope. HEX triplet: D9, 64 and FA. RGB value is (217,100,250). Sum of RGB (Red+Green+Blue) = 217+100+250=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 100 (39.45% from 255 or 17.64% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #D964FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D964FA is #269B05. Grayscale: #979797. Windows color (decimal): -2530054 or 16409817. OLE color: 16409817.
HSL color Cylindrical-coordinate representation of color #D964FA: hue angle of 286.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D964FA is Cyan = 0.13, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 100 | 250 | - |
| CMYK | 0.13 | 0.6 | 0 | 0.02 |
| HSL | 286.8º | 0.94% | 0.69% | - |
| HSV(B) | 286.8º | 0.6% | 0.98% | - |
| XYZ | 50.43 | 30.77 | 93.72 | - |
| YUV | 152.08 | 183.26 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 100 | 250 | 0.13 | 0.6 | 0 | 0.02 | 286.8 | 0.94 | 0.69 |
| Hex | D9 | 64 | FA | D | 3C | 0 | 2 | 11F | 5E | 45 |
| Octal | 331 | 144 | 372 | 15 | 74 | 0 | 2 | 437 | 136 | 105 |
| Binary | 11011001 | 1100100 | 11111010 | 1101 | 111100 | 0 | 10 | 100011111 | 1011110 | 1000101 |
Color Harmonies of #D964FA
Complementary color
Monochromatic Colors of #D964FA
Black with #D964FA
Text Example
Text Example
White with #D964FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D964FA; }
p { color: rgb(217,100,250); }
H1.HeaderClassName
{
color: #D964FA;
}
.AnyTagClassName
{
color: #D964FA;
}
</style>
background-color css
<style>
a { background-color: #D964FA; }
a { background-color: rgb(217,100,250); }
div.DivClassName
{
background-color: #D964FA;
}
.BgClassName
{
background-color: #D964FA;
}
</style>
border-color css
<style>
span { border-color: #D964FA; }
span { border-color: rgb(217,100,250); }
td.TdClassName
{
border-color: #D964FA;
}
.TagClassName
{
border-color: #D964FA;
}
</style>