Shades of Heliotrope #D951FA
Tints of Heliotrope #D951FA
RGB
CMYK
RGB Variations
Color information
#D951FA (or 0xD951FA) is known color: Heliotrope. HEX triplet: D9, 51 and FA. RGB value is (217,81,250). Sum of RGB (Red+Green+Blue) = 217+81+250=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 81 (32.03% from 255 or 14.78% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #D951FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D951FA is #26AE05. Grayscale: #8C8C8C. Windows color (decimal): -2534918 or 16404953. OLE color: 16404953.
HSL color Cylindrical-coordinate representation of color #D951FA: hue angle of 288.28º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D951FA is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 81 | 250 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.02 |
| HSL | 288.28º | 0.94% | 0.65% | - |
| HSV(B) | 288.28º | 0.68% | 0.98% | - |
| XYZ | 48.81 | 27.54 | 93.19 | - |
| YUV | 140.93 | 189.56 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 250 | 0.13 | 0.68 | 0 | 0.02 | 288.28 | 0.94 | 0.65 |
| Hex | D9 | 51 | FA | D | 44 | 0 | 2 | 120 | 5E | 41 |
| Octal | 331 | 121 | 372 | 15 | 104 | 0 | 2 | 440 | 136 | 101 |
| Binary | 11011001 | 1010001 | 11111010 | 1101 | 1000100 | 0 | 10 | 100100000 | 1011110 | 1000001 |
Color Harmonies of #D951FA
Complementary color
Monochromatic Colors of #D951FA
Black with #D951FA
Text Example
Text Example
White with #D951FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951FA; }
p { color: rgb(217,81,250); }
H1.HeaderClassName
{
color: #D951FA;
}
.AnyTagClassName
{
color: #D951FA;
}
</style>
background-color css
<style>
a { background-color: #D951FA; }
a { background-color: rgb(217,81,250); }
div.DivClassName
{
background-color: #D951FA;
}
.BgClassName
{
background-color: #D951FA;
}
</style>
border-color css
<style>
span { border-color: #D951FA; }
span { border-color: rgb(217,81,250); }
td.TdClassName
{
border-color: #D951FA;
}
.TagClassName
{
border-color: #D951FA;
}
</style>