Shades of Deep Magenta #D22ABD
Tints of Deep Magenta #D22ABD
RGB
CMYK
RGB Variations
Color information
#D22ABD (or 0xD22ABD) is known color: Deep Magenta. HEX triplet: D2, 2A and BD. RGB value is (210,42,189). Sum of RGB (Red+Green+Blue) = 210+42+189=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D22ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22ABD is #2DD542. Grayscale: #6C6C6C. Windows color (decimal): -3003715 or 12397266. OLE color: 12397266.
HSL color Cylindrical-coordinate representation of color #D22ABD: hue angle of 307.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22ABD is Cyan = 0, Magento = 0.8, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 42 | 189 | - |
| CMYK | 0 | 0.8 | 0.10 | 0.18 |
| HSL | 307.5º | 0.67% | 0.49% | - |
| HSV(B) | 307.5º | 0.8% | 0.82% | - |
| XYZ | 36.59 | 19.03 | 49.89 | - |
| YUV | 108.99 | 173.16 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 189 | 0 | 0.8 | 0.10 | 0.18 | 307.5 | 0.67 | 0.49 |
| Hex | D2 | 2A | BD | 0 | 50 | A | 12 | 134 | 43 | 31 |
| Octal | 322 | 52 | 275 | 0 | 120 | 12 | 22 | 464 | 103 | 61 |
| Binary | 11010010 | 101010 | 10111101 | 0 | 1010000 | 1010 | 10010 | 100110100 | 1000011 | 110001 |
Color Harmonies of #D22ABD
Complementary color
Monochromatic Colors of #D22ABD
Black with #D22ABD
Text Example
Text Example
White with #D22ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22ABD; }
p { color: rgb(210,42,189); }
H1.HeaderClassName
{
color: #D22ABD;
}
.AnyTagClassName
{
color: #D22ABD;
}
</style>
background-color css
<style>
a { background-color: #D22ABD; }
a { background-color: rgb(210,42,189); }
div.DivClassName
{
background-color: #D22ABD;
}
.BgClassName
{
background-color: #D22ABD;
}
</style>
border-color css
<style>
span { border-color: #D22ABD; }
span { border-color: rgb(210,42,189); }
td.TdClassName
{
border-color: #D22ABD;
}
.TagClassName
{
border-color: #D22ABD;
}
</style>