Shades of Deep Magenta #D22BE0
Tints of Deep Magenta #D22BE0
RGB
CMYK
RGB Variations
Color information
#D22BE0 (or 0xD22BE0) is known color: Deep Magenta. HEX triplet: D2, 2B and E0. RGB value is (210,43,224). Sum of RGB (Red+Green+Blue) = 210+43+224=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 43 (17.19% from 255 or 9.01% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #D22BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22BE0 is #2DD41F. Grayscale: #717171. Windows color (decimal): -3003424 or 14691282. OLE color: 14691282.
HSL color Cylindrical-coordinate representation of color #D22BE0: hue angle of 295.36º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22BE0 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 43 | 224 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.12 |
| HSL | 295.36º | 0.74% | 0.52% | - |
| HSV(B) | 295.36º | 0.81% | 0.88% | - |
| XYZ | 40.9 | 20.81 | 72.38 | - |
| YUV | 113.57 | 190.33 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 224 | 0.06 | 0.81 | 0 | 0.12 | 295.36 | 0.74 | 0.52 |
| Hex | D2 | 2B | E0 | 6 | 51 | 0 | C | 127 | 4A | 34 |
| Octal | 322 | 53 | 340 | 6 | 121 | 0 | 14 | 447 | 112 | 64 |
| Binary | 11010010 | 101011 | 11100000 | 110 | 1010001 | 0 | 1100 | 100100111 | 1001010 | 110100 |
Color Harmonies of #D22BE0
Complementary color
Monochromatic Colors of #D22BE0
Black with #D22BE0
Text Example
Text Example
White with #D22BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22BE0; }
p { color: rgb(210,43,224); }
H1.HeaderClassName
{
color: #D22BE0;
}
.AnyTagClassName
{
color: #D22BE0;
}
</style>
background-color css
<style>
a { background-color: #D22BE0; }
a { background-color: rgb(210,43,224); }
div.DivClassName
{
background-color: #D22BE0;
}
.BgClassName
{
background-color: #D22BE0;
}
</style>
border-color css
<style>
span { border-color: #D22BE0; }
span { border-color: rgb(210,43,224); }
td.TdClassName
{
border-color: #D22BE0;
}
.TagClassName
{
border-color: #D22BE0;
}
</style>