Shades of Heliotrope #D952FA
Tints of Heliotrope #D952FA
RGB
CMYK
RGB Variations
Color information
#D952FA (or 0xD952FA) is known color: Heliotrope. HEX triplet: D9, 52 and FA. RGB value is (217,82,250). Sum of RGB (Red+Green+Blue) = 217+82+250=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 82 (32.42% from 255 or 14.94% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #D952FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D952FA is #26AD05. Grayscale: #8C8C8C. Windows color (decimal): -2534662 or 16405209. OLE color: 16405209.
HSL color Cylindrical-coordinate representation of color #D952FA: hue angle of 288.21º 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 #D952FA is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 82 | 250 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.02 |
| HSL | 288.21º | 0.94% | 0.65% | - |
| HSV(B) | 288.21º | 0.67% | 0.98% | - |
| XYZ | 48.89 | 27.69 | 93.21 | - |
| YUV | 141.52 | 189.23 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 250 | 0.13 | 0.67 | 0 | 0.02 | 288.21 | 0.94 | 0.65 |
| Hex | D9 | 52 | FA | D | 43 | 0 | 2 | 120 | 5E | 41 |
| Octal | 331 | 122 | 372 | 15 | 103 | 0 | 2 | 440 | 136 | 101 |
| Binary | 11011001 | 1010010 | 11111010 | 1101 | 1000011 | 0 | 10 | 100100000 | 1011110 | 1000001 |
Color Harmonies of #D952FA
Complementary color
Monochromatic Colors of #D952FA
Black with #D952FA
Text Example
Text Example
White with #D952FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D952FA; }
p { color: rgb(217,82,250); }
H1.HeaderClassName
{
color: #D952FA;
}
.AnyTagClassName
{
color: #D952FA;
}
</style>
background-color css
<style>
a { background-color: #D952FA; }
a { background-color: rgb(217,82,250); }
div.DivClassName
{
background-color: #D952FA;
}
.BgClassName
{
background-color: #D952FA;
}
</style>
border-color css
<style>
span { border-color: #D952FA; }
span { border-color: rgb(217,82,250); }
td.TdClassName
{
border-color: #D952FA;
}
.TagClassName
{
border-color: #D952FA;
}
</style>