Shades of Deep Magenta #D22AC9
Tints of Deep Magenta #D22AC9
RGB
CMYK
RGB Variations
Color information
#D22AC9 (or 0xD22AC9) is known color: Deep Magenta. HEX triplet: D2, 2A and C9. RGB value is (210,42,201). Sum of RGB (Red+Green+Blue) = 210+42+201=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D22AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22AC9 is #2DD536. Grayscale: #6D6D6D. Windows color (decimal): -3003703 or 13183698. OLE color: 13183698.
HSL color Cylindrical-coordinate representation of color #D22AC9: hue angle of 303.21º 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 #D22AC9 is Cyan = 0, Magento = 0.8, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 42 | 201 | - |
| CMYK | 0 | 0.8 | 0.04 | 0.18 |
| HSL | 303.21º | 0.67% | 0.49% | - |
| HSV(B) | 303.21º | 0.8% | 0.82% | - |
| XYZ | 37.95 | 19.57 | 57.04 | - |
| YUV | 110.36 | 179.16 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 201 | 0 | 0.8 | 0.04 | 0.18 | 303.21 | 0.67 | 0.49 |
| Hex | D2 | 2A | C9 | 0 | 50 | 4 | 12 | 12F | 43 | 31 |
| Octal | 322 | 52 | 311 | 0 | 120 | 4 | 22 | 457 | 103 | 61 |
| Binary | 11010010 | 101010 | 11001001 | 0 | 1010000 | 100 | 10010 | 100101111 | 1000011 | 110001 |
Color Harmonies of #D22AC9
Complementary color
Monochromatic Colors of #D22AC9
Black with #D22AC9
Text Example
Text Example
White with #D22AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22AC9; }
p { color: rgb(210,42,201); }
H1.HeaderClassName
{
color: #D22AC9;
}
.AnyTagClassName
{
color: #D22AC9;
}
</style>
background-color css
<style>
a { background-color: #D22AC9; }
a { background-color: rgb(210,42,201); }
div.DivClassName
{
background-color: #D22AC9;
}
.BgClassName
{
background-color: #D22AC9;
}
</style>
border-color css
<style>
span { border-color: #D22AC9; }
span { border-color: rgb(210,42,201); }
td.TdClassName
{
border-color: #D22AC9;
}
.TagClassName
{
border-color: #D22AC9;
}
</style>