Shades of Heliotrope #D252FF
Tints of Heliotrope #D252FF
RGB
CMYK
RGB Variations
Color information
#D252FF (or 0xD252FF) is known color: Heliotrope. HEX triplet: D2, 52 and FF. RGB value is (210,82,255). Sum of RGB (Red+Green+Blue) = 210+82+255=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 82 (32.42% from 255 or 14.99% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #D252FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D252FF is #2DAD00. Grayscale: #8B8B8B. Windows color (decimal): -2993409 or 16732882. OLE color: 16732882.
HSL color Cylindrical-coordinate representation of color #D252FF: hue angle of 284.39º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D252FF is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 82 | 255 | - |
| CMYK | 0.18 | 0.68 | 0 | 0 |
| HSL | 284.39º | 1% | 0.66% | - |
| HSV(B) | 284.39º | 0.68% | 1% | - |
| XYZ | 47.65 | 26.96 | 97.3 | - |
| YUV | 139.99 | 192.91 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 255 | 0.18 | 0.68 | 0 | 0 | 284.39 | 1 | 0.66 |
| Hex | D2 | 52 | FF | 12 | 44 | 0 | 0 | 11C | 64 | 42 |
| Octal | 322 | 122 | 377 | 22 | 104 | 0 | 0 | 434 | 144 | 102 |
| Binary | 11010010 | 1010010 | 11111111 | 10010 | 1000100 | 0 | 0 | 100011100 | 1100100 | 1000010 |
Color Harmonies of #D252FF
Complementary color
Monochromatic Colors of #D252FF
Black with #D252FF
Text Example
Text Example
White with #D252FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D252FF; }
p { color: rgb(210,82,255); }
H1.HeaderClassName
{
color: #D252FF;
}
.AnyTagClassName
{
color: #D252FF;
}
</style>
background-color css
<style>
a { background-color: #D252FF; }
a { background-color: rgb(210,82,255); }
div.DivClassName
{
background-color: #D252FF;
}
.BgClassName
{
background-color: #D252FF;
}
</style>
border-color css
<style>
span { border-color: #D252FF; }
span { border-color: rgb(210,82,255); }
td.TdClassName
{
border-color: #D252FF;
}
.TagClassName
{
border-color: #D252FF;
}
</style>