Shades of Heliotrope #D261ED
Tints of Heliotrope #D261ED
RGB
CMYK
RGB Variations
Color information
#D261ED (or 0xD261ED) is known color: Heliotrope. HEX triplet: D2, 61 and ED. RGB value is (210,97,237). Sum of RGB (Red+Green+Blue) = 210+97+237=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #D261ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D261ED is #2D9E12. Grayscale: #929292. Windows color (decimal): -2989587 or 15557074. OLE color: 15557074.
HSL color Cylindrical-coordinate representation of color #D261ED: hue angle of 288.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D261ED is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 97 | 237 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.07 |
| HSL | 288.43º | 0.8% | 0.65% | - |
| HSV(B) | 288.43º | 0.59% | 0.93% | - |
| XYZ | 46.14 | 28.37 | 83.16 | - |
| YUV | 146.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 237 | 0.11 | 0.59 | 0 | 0.07 | 288.43 | 0.8 | 0.65 |
| Hex | D2 | 61 | ED | B | 3B | 0 | 7 | 120 | 50 | 41 |
| Octal | 322 | 141 | 355 | 13 | 73 | 0 | 7 | 440 | 120 | 101 |
| Binary | 11010010 | 1100001 | 11101101 | 1011 | 111011 | 0 | 111 | 100100000 | 1010000 | 1000001 |
Color Harmonies of #D261ED
Complementary color
Monochromatic Colors of #D261ED
Black with #D261ED
Text Example
Text Example
White with #D261ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261ED; }
p { color: rgb(210,97,237); }
H1.HeaderClassName
{
color: #D261ED;
}
.AnyTagClassName
{
color: #D261ED;
}
</style>
background-color css
<style>
a { background-color: #D261ED; }
a { background-color: rgb(210,97,237); }
div.DivClassName
{
background-color: #D261ED;
}
.BgClassName
{
background-color: #D261ED;
}
</style>
border-color css
<style>
span { border-color: #D261ED; }
span { border-color: rgb(210,97,237); }
td.TdClassName
{
border-color: #D261ED;
}
.TagClassName
{
border-color: #D261ED;
}
</style>