Shades of Heliotrope #D249FF
Tints of Heliotrope #D249FF
RGB
CMYK
RGB Variations
Color information
#D249FF (or 0xD249FF) is known color: Heliotrope. HEX triplet: D2, 49 and FF. RGB value is (210,73,255). Sum of RGB (Red+Green+Blue) = 210+73+255=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 73 (28.91% from 255 or 13.57% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #D249FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249FF is #2DB600. Grayscale: #868686. Windows color (decimal): -2995713 or 16730578. OLE color: 16730578.
HSL color Cylindrical-coordinate representation of color #D249FF: hue angle of 285.16º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D249FF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 73 | 255 | - |
| CMYK | 0.18 | 0.71 | 0 | 0 |
| HSL | 285.16º | 1% | 0.64% | - |
| HSV(B) | 285.16º | 0.71% | 1% | - |
| XYZ | 47.01 | 25.69 | 97.09 | - |
| YUV | 134.71 | 195.89 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 255 | 0.18 | 0.71 | 0 | 0 | 285.16 | 1 | 0.64 |
| Hex | D2 | 49 | FF | 12 | 47 | 0 | 0 | 11D | 64 | 40 |
| Octal | 322 | 111 | 377 | 22 | 107 | 0 | 0 | 435 | 144 | 100 |
| Binary | 11010010 | 1001001 | 11111111 | 10010 | 1000111 | 0 | 0 | 100011101 | 1100100 | 1000000 |
Color Harmonies of #D249FF
Complementary color
Monochromatic Colors of #D249FF
Black with #D249FF
Text Example
Text Example
White with #D249FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249FF; }
p { color: rgb(210,73,255); }
H1.HeaderClassName
{
color: #D249FF;
}
.AnyTagClassName
{
color: #D249FF;
}
</style>
background-color css
<style>
a { background-color: #D249FF; }
a { background-color: rgb(210,73,255); }
div.DivClassName
{
background-color: #D249FF;
}
.BgClassName
{
background-color: #D249FF;
}
</style>
border-color css
<style>
span { border-color: #D249FF; }
span { border-color: rgb(210,73,255); }
td.TdClassName
{
border-color: #D249FF;
}
.TagClassName
{
border-color: #D249FF;
}
</style>