Shades of Deep Magenta #D22BC5
Tints of Deep Magenta #D22BC5
RGB
CMYK
RGB Variations
Color information
#D22BC5 (or 0xD22BC5) is known color: Deep Magenta. HEX triplet: D2, 2B and C5. RGB value is (210,43,197). Sum of RGB (Red+Green+Blue) = 210+43+197=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D22BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22BC5 is #2DD43A. Grayscale: #6E6E6E. Windows color (decimal): -3003451 or 12921810. OLE color: 12921810.
HSL color Cylindrical-coordinate representation of color #D22BC5: hue angle of 304.67º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22BC5 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 197 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.18 |
| HSL | 304.67º | 0.66% | 0.5% | - |
| HSV(B) | 304.67º | 0.8% | 0.82% | - |
| XYZ | 37.52 | 19.46 | 54.6 | - |
| YUV | 110.49 | 176.83 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 197 | 0 | 0.80 | 0.06 | 0.18 | 304.67 | 0.66 | 0.5 |
| Hex | D2 | 2B | C5 | 0 | 50 | 6 | 12 | 131 | 42 | 32 |
| Octal | 322 | 53 | 305 | 0 | 120 | 6 | 22 | 461 | 102 | 62 |
| Binary | 11010010 | 101011 | 11000101 | 0 | 1010000 | 110 | 10010 | 100110001 | 1000010 | 110010 |
Color Harmonies of #D22BC5
Complementary color
Monochromatic Colors of #D22BC5
Black with #D22BC5
Text Example
Text Example
White with #D22BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22BC5; }
p { color: rgb(210,43,197); }
H1.HeaderClassName
{
color: #D22BC5;
}
.AnyTagClassName
{
color: #D22BC5;
}
</style>
background-color css
<style>
a { background-color: #D22BC5; }
a { background-color: rgb(210,43,197); }
div.DivClassName
{
background-color: #D22BC5;
}
.BgClassName
{
background-color: #D22BC5;
}
</style>
border-color css
<style>
span { border-color: #D22BC5; }
span { border-color: rgb(210,43,197); }
td.TdClassName
{
border-color: #D22BC5;
}
.TagClassName
{
border-color: #D22BC5;
}
</style>