Shades of Heliotrope #D953FA
Tints of Heliotrope #D953FA
RGB
CMYK
RGB Variations
Color information
#D953FA (or 0xD953FA) is known color: Heliotrope. HEX triplet: D9, 53 and FA. RGB value is (217,83,250). Sum of RGB (Red+Green+Blue) = 217+83+250=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 83 (32.81% from 255 or 15.09% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #D953FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D953FA is #26AC05. Grayscale: #8D8D8D. Windows color (decimal): -2534406 or 16405465. OLE color: 16405465.
HSL color Cylindrical-coordinate representation of color #D953FA: hue angle of 288.14º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D953FA is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 83 | 250 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.02 |
| HSL | 288.14º | 0.94% | 0.65% | - |
| HSV(B) | 288.14º | 0.67% | 0.98% | - |
| XYZ | 48.96 | 27.84 | 93.24 | - |
| YUV | 142.1 | 188.89 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 250 | 0.13 | 0.67 | 0 | 0.02 | 288.14 | 0.94 | 0.65 |
| Hex | D9 | 53 | FA | D | 43 | 0 | 2 | 120 | 5E | 41 |
| Octal | 331 | 123 | 372 | 15 | 103 | 0 | 2 | 440 | 136 | 101 |
| Binary | 11011001 | 1010011 | 11111010 | 1101 | 1000011 | 0 | 10 | 100100000 | 1011110 | 1000001 |
Color Harmonies of #D953FA
Complementary color
Monochromatic Colors of #D953FA
Black with #D953FA
Text Example
Text Example
White with #D953FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953FA; }
p { color: rgb(217,83,250); }
H1.HeaderClassName
{
color: #D953FA;
}
.AnyTagClassName
{
color: #D953FA;
}
</style>
background-color css
<style>
a { background-color: #D953FA; }
a { background-color: rgb(217,83,250); }
div.DivClassName
{
background-color: #D953FA;
}
.BgClassName
{
background-color: #D953FA;
}
</style>
border-color css
<style>
span { border-color: #D953FA; }
span { border-color: rgb(217,83,250); }
td.TdClassName
{
border-color: #D953FA;
}
.TagClassName
{
border-color: #D953FA;
}
</style>