Shades of Heliotrope #D966FB
Tints of Heliotrope #D966FB
RGB
CMYK
RGB Variations
Color information
#D966FB (or 0xD966FB) is known color: Heliotrope. HEX triplet: D9, 66 and FB. RGB value is (217,102,251). Sum of RGB (Red+Green+Blue) = 217+102+251=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 102 (40.23% from 255 or 17.89% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #D966FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D966FB is #269904. Grayscale: #989898. Windows color (decimal): -2529541 or 16475865. OLE color: 16475865.
HSL color Cylindrical-coordinate representation of color #D966FB: hue angle of 286.31º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D966FB is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 102 | 251 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.02 |
| HSL | 286.31º | 0.95% | 0.69% | - |
| HSV(B) | 286.31º | 0.59% | 0.98% | - |
| XYZ | 50.78 | 31.22 | 94.62 | - |
| YUV | 153.37 | 183.1 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 251 | 0.14 | 0.59 | 0 | 0.02 | 286.31 | 0.95 | 0.69 |
| Hex | D9 | 66 | FB | E | 3B | 0 | 2 | 11E | 5F | 45 |
| Octal | 331 | 146 | 373 | 16 | 73 | 0 | 2 | 436 | 137 | 105 |
| Binary | 11011001 | 1100110 | 11111011 | 1110 | 111011 | 0 | 10 | 100011110 | 1011111 | 1000101 |
Color Harmonies of #D966FB
Complementary color
Monochromatic Colors of #D966FB
Black with #D966FB
Text Example
Text Example
White with #D966FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D966FB; }
p { color: rgb(217,102,251); }
H1.HeaderClassName
{
color: #D966FB;
}
.AnyTagClassName
{
color: #D966FB;
}
</style>
background-color css
<style>
a { background-color: #D966FB; }
a { background-color: rgb(217,102,251); }
div.DivClassName
{
background-color: #D966FB;
}
.BgClassName
{
background-color: #D966FB;
}
</style>
border-color css
<style>
span { border-color: #D966FB; }
span { border-color: rgb(217,102,251); }
td.TdClassName
{
border-color: #D966FB;
}
.TagClassName
{
border-color: #D966FB;
}
</style>