Shades of Heliotrope #D964FB
Tints of Heliotrope #D964FB
RGB
CMYK
RGB Variations
Color information
#D964FB (or 0xD964FB) is known color: Heliotrope. HEX triplet: D9, 64 and FB. RGB value is (217,100,251). Sum of RGB (Red+Green+Blue) = 217+100+251=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #D964FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D964FB is #269B04. Grayscale: #979797. Windows color (decimal): -2530053 or 16475353. OLE color: 16475353.
HSL color Cylindrical-coordinate representation of color #D964FB: hue angle of 286.49º degrees, saturation: 0.95, 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 #D964FB is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 100 | 251 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.02 |
| HSL | 286.49º | 0.95% | 0.69% | - |
| HSV(B) | 286.49º | 0.6% | 0.98% | - |
| XYZ | 50.59 | 30.83 | 94.55 | - |
| YUV | 152.2 | 183.76 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 100 | 251 | 0.14 | 0.60 | 0 | 0.02 | 286.49 | 0.95 | 0.69 |
| Hex | D9 | 64 | FB | E | 3C | 0 | 2 | 11E | 5F | 45 |
| Octal | 331 | 144 | 373 | 16 | 74 | 0 | 2 | 436 | 137 | 105 |
| Binary | 11011001 | 1100100 | 11111011 | 1110 | 111100 | 0 | 10 | 100011110 | 1011111 | 1000101 |
Color Harmonies of #D964FB
Complementary color
Monochromatic Colors of #D964FB
Black with #D964FB
Text Example
Text Example
White with #D964FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D964FB; }
p { color: rgb(217,100,251); }
H1.HeaderClassName
{
color: #D964FB;
}
.AnyTagClassName
{
color: #D964FB;
}
</style>
background-color css
<style>
a { background-color: #D964FB; }
a { background-color: rgb(217,100,251); }
div.DivClassName
{
background-color: #D964FB;
}
.BgClassName
{
background-color: #D964FB;
}
</style>
border-color css
<style>
span { border-color: #D964FB; }
span { border-color: rgb(217,100,251); }
td.TdClassName
{
border-color: #D964FB;
}
.TagClassName
{
border-color: #D964FB;
}
</style>