Shades of Heliotrope #D956FC
Tints of Heliotrope #D956FC
RGB
CMYK
RGB Variations
Color information
#D956FC (or 0xD956FC) is known color: Heliotrope. HEX triplet: D9, 56 and FC. RGB value is (217,86,252). Sum of RGB (Red+Green+Blue) = 217+86+252=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 86 (33.98% from 255 or 15.50% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #D956FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D956FC is #26A903. Grayscale: #8F8F8F. Windows color (decimal): -2533636 or 16537305. OLE color: 16537305.
HSL color Cylindrical-coordinate representation of color #D956FC: hue angle of 287.35º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D956FC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 86 | 252 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.01 |
| HSL | 287.35º | 0.97% | 0.66% | - |
| HSV(B) | 287.35º | 0.66% | 0.99% | - |
| XYZ | 49.51 | 28.44 | 94.97 | - |
| YUV | 144.09 | 188.9 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 86 | 252 | 0.14 | 0.66 | 0 | 0.01 | 287.35 | 0.97 | 0.66 |
| Hex | D9 | 56 | FC | E | 42 | 0 | 1 | 11F | 61 | 42 |
| Octal | 331 | 126 | 374 | 16 | 102 | 0 | 1 | 437 | 141 | 102 |
| Binary | 11011001 | 1010110 | 11111100 | 1110 | 1000010 | 0 | 1 | 100011111 | 1100001 | 1000010 |
Color Harmonies of #D956FC
Complementary color
Monochromatic Colors of #D956FC
Black with #D956FC
Text Example
Text Example
White with #D956FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D956FC; }
p { color: rgb(217,86,252); }
H1.HeaderClassName
{
color: #D956FC;
}
.AnyTagClassName
{
color: #D956FC;
}
</style>
background-color css
<style>
a { background-color: #D956FC; }
a { background-color: rgb(217,86,252); }
div.DivClassName
{
background-color: #D956FC;
}
.BgClassName
{
background-color: #D956FC;
}
</style>
border-color css
<style>
span { border-color: #D956FC; }
span { border-color: rgb(217,86,252); }
td.TdClassName
{
border-color: #D956FC;
}
.TagClassName
{
border-color: #D956FC;
}
</style>