Shades of Heliotrope #D252F2
Tints of Heliotrope #D252F2
RGB
CMYK
RGB Variations
Color information
#D252F2 (or 0xD252F2) is known color: Heliotrope. HEX triplet: D2, 52 and F2. RGB value is (210,82,242). Sum of RGB (Red+Green+Blue) = 210+82+242=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #D252F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D252F2 is #2DAD0D. Grayscale: #8A8A8A. Windows color (decimal): -2993422 or 15880914. OLE color: 15880914.
HSL color Cylindrical-coordinate representation of color #D252F2: hue angle of 288º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D252F2 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 82 | 242 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.05 |
| HSL | 288º | 0.86% | 0.64% | - |
| HSV(B) | 288º | 0.66% | 0.95% | - |
| XYZ | 45.62 | 26.15 | 86.65 | - |
| YUV | 138.51 | 186.41 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 242 | 0.13 | 0.66 | 0 | 0.05 | 288 | 0.86 | 0.64 |
| Hex | D2 | 52 | F2 | D | 42 | 0 | 5 | 120 | 56 | 40 |
| Octal | 322 | 122 | 362 | 15 | 102 | 0 | 5 | 440 | 126 | 100 |
| Binary | 11010010 | 1010010 | 11110010 | 1101 | 1000010 | 0 | 101 | 100100000 | 1010110 | 1000000 |
Color Harmonies of #D252F2
Complementary color
Monochromatic Colors of #D252F2
Black with #D252F2
Text Example
Text Example
White with #D252F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D252F2; }
p { color: rgb(210,82,242); }
H1.HeaderClassName
{
color: #D252F2;
}
.AnyTagClassName
{
color: #D252F2;
}
</style>
background-color css
<style>
a { background-color: #D252F2; }
a { background-color: rgb(210,82,242); }
div.DivClassName
{
background-color: #D252F2;
}
.BgClassName
{
background-color: #D252F2;
}
</style>
border-color css
<style>
span { border-color: #D252F2; }
span { border-color: rgb(210,82,242); }
td.TdClassName
{
border-color: #D252F2;
}
.TagClassName
{
border-color: #D252F2;
}
</style>