Shades of Heliotrope #D953FC
Tints of Heliotrope #D953FC
RGB
CMYK
RGB Variations
Color information
#D953FC (or 0xD953FC) is known color: Heliotrope. HEX triplet: D9, 53 and FC. RGB value is (217,83,252). Sum of RGB (Red+Green+Blue) = 217+83+252=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 83 (32.81% from 255 or 15.04% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #D953FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D953FC is #26AC03. Grayscale: #8D8D8D. Windows color (decimal): -2534404 or 16536537. OLE color: 16536537.
HSL color Cylindrical-coordinate representation of color #D953FC: hue angle of 287.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D953FC is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 83 | 252 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.01 |
| HSL | 287.57º | 0.97% | 0.66% | - |
| HSV(B) | 287.57º | 0.67% | 0.99% | - |
| XYZ | 49.28 | 27.97 | 94.9 | - |
| YUV | 142.33 | 189.89 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 252 | 0.14 | 0.67 | 0 | 0.01 | 287.57 | 0.97 | 0.66 |
| Hex | D9 | 53 | FC | E | 43 | 0 | 1 | 120 | 61 | 42 |
| Octal | 331 | 123 | 374 | 16 | 103 | 0 | 1 | 440 | 141 | 102 |
| Binary | 11011001 | 1010011 | 11111100 | 1110 | 1000011 | 0 | 1 | 100100000 | 1100001 | 1000010 |
Color Harmonies of #D953FC
Complementary color
Monochromatic Colors of #D953FC
Black with #D953FC
Text Example
Text Example
White with #D953FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953FC; }
p { color: rgb(217,83,252); }
H1.HeaderClassName
{
color: #D953FC;
}
.AnyTagClassName
{
color: #D953FC;
}
</style>
background-color css
<style>
a { background-color: #D953FC; }
a { background-color: rgb(217,83,252); }
div.DivClassName
{
background-color: #D953FC;
}
.BgClassName
{
background-color: #D953FC;
}
</style>
border-color css
<style>
span { border-color: #D953FC; }
span { border-color: rgb(217,83,252); }
td.TdClassName
{
border-color: #D953FC;
}
.TagClassName
{
border-color: #D953FC;
}
</style>