Shades of Heliotrope #D952F5
Tints of Heliotrope #D952F5
RGB
CMYK
RGB Variations
Color information
#D952F5 (or 0xD952F5) is known color: Heliotrope. HEX triplet: D9, 52 and F5. RGB value is (217,82,245). Sum of RGB (Red+Green+Blue) = 217+82+245=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #D952F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D952F5 is #26AD0A. Grayscale: #8C8C8C. Windows color (decimal): -2534667 or 16077529. OLE color: 16077529.
HSL color Cylindrical-coordinate representation of color #D952F5: hue angle of 289.69º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D952F5 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 82 | 245 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.04 |
| HSL | 289.69º | 0.89% | 0.64% | - |
| HSV(B) | 289.69º | 0.67% | 0.96% | - |
| XYZ | 48.11 | 27.38 | 89.13 | - |
| YUV | 140.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 245 | 0.11 | 0.67 | 0 | 0.04 | 289.69 | 0.89 | 0.64 |
| Hex | D9 | 52 | F5 | B | 43 | 0 | 4 | 122 | 59 | 40 |
| Octal | 331 | 122 | 365 | 13 | 103 | 0 | 4 | 442 | 131 | 100 |
| Binary | 11011001 | 1010010 | 11110101 | 1011 | 1000011 | 0 | 100 | 100100010 | 1011001 | 1000000 |
Color Harmonies of #D952F5
Complementary color
Monochromatic Colors of #D952F5
Black with #D952F5
Text Example
Text Example
White with #D952F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D952F5; }
p { color: rgb(217,82,245); }
H1.HeaderClassName
{
color: #D952F5;
}
.AnyTagClassName
{
color: #D952F5;
}
</style>
background-color css
<style>
a { background-color: #D952F5; }
a { background-color: rgb(217,82,245); }
div.DivClassName
{
background-color: #D952F5;
}
.BgClassName
{
background-color: #D952F5;
}
</style>
border-color css
<style>
span { border-color: #D952F5; }
span { border-color: rgb(217,82,245); }
td.TdClassName
{
border-color: #D952F5;
}
.TagClassName
{
border-color: #D952F5;
}
</style>