Shades of Deep Magenta #D22CE4
Tints of Deep Magenta #D22CE4
RGB
CMYK
RGB Variations
Color information
#D22CE4 (or 0xD22CE4) is known color: Deep Magenta. HEX triplet: D2, 2C and E4. RGB value is (210,44,228). Sum of RGB (Red+Green+Blue) = 210+44+228=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #D22CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22CE4 is #2DD31B. Grayscale: #727272. Windows color (decimal): -3003164 or 14953682. OLE color: 14953682.
HSL color Cylindrical-coordinate representation of color #D22CE4: hue angle of 294.13º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22CE4 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 44 | 228 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.11 |
| HSL | 294.13º | 0.77% | 0.53% | - |
| HSV(B) | 294.13º | 0.81% | 0.89% | - |
| XYZ | 41.48 | 21.1 | 75.29 | - |
| YUV | 114.61 | 192 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 228 | 0.08 | 0.81 | 0 | 0.11 | 294.13 | 0.77 | 0.53 |
| Hex | D2 | 2C | E4 | 8 | 51 | 0 | B | 126 | 4D | 35 |
| Octal | 322 | 54 | 344 | 10 | 121 | 0 | 13 | 446 | 115 | 65 |
| Binary | 11010010 | 101100 | 11100100 | 1000 | 1010001 | 0 | 1011 | 100100110 | 1001101 | 110101 |
Color Harmonies of #D22CE4
Complementary color
Monochromatic Colors of #D22CE4
Black with #D22CE4
Text Example
Text Example
White with #D22CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22CE4; }
p { color: rgb(210,44,228); }
H1.HeaderClassName
{
color: #D22CE4;
}
.AnyTagClassName
{
color: #D22CE4;
}
</style>
background-color css
<style>
a { background-color: #D22CE4; }
a { background-color: rgb(210,44,228); }
div.DivClassName
{
background-color: #D22CE4;
}
.BgClassName
{
background-color: #D22CE4;
}
</style>
border-color css
<style>
span { border-color: #D22CE4; }
span { border-color: rgb(210,44,228); }
td.TdClassName
{
border-color: #D22CE4;
}
.TagClassName
{
border-color: #D22CE4;
}
</style>