Shades of Deep Magenta #D22DDA
Tints of Deep Magenta #D22DDA
RGB
CMYK
RGB Variations
Color information
#D22DDA (or 0xD22DDA) is known color: Deep Magenta. HEX triplet: D2, 2D and DA. RGB value is (210,45,218). Sum of RGB (Red+Green+Blue) = 210+45+218=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #D22DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22DDA is #2DD225. Grayscale: #717171. Windows color (decimal): -3002918 or 14298578. OLE color: 14298578.
HSL color Cylindrical-coordinate representation of color #D22DDA: hue angle of 297.23º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22DDA is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 45 | 218 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.15 |
| HSL | 297.23º | 0.7% | 0.52% | - |
| HSV(B) | 297.23º | 0.79% | 0.85% | - |
| XYZ | 40.17 | 20.64 | 68.2 | - |
| YUV | 114.06 | 186.66 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 218 | 0.04 | 0.79 | 0 | 0.15 | 297.23 | 0.7 | 0.52 |
| Hex | D2 | 2D | DA | 4 | 4F | 0 | F | 129 | 46 | 34 |
| Octal | 322 | 55 | 332 | 4 | 117 | 0 | 17 | 451 | 106 | 64 |
| Binary | 11010010 | 101101 | 11011010 | 100 | 1001111 | 0 | 1111 | 100101001 | 1000110 | 110100 |
Color Harmonies of #D22DDA
Complementary color
Monochromatic Colors of #D22DDA
Black with #D22DDA
Text Example
Text Example
White with #D22DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DDA; }
p { color: rgb(210,45,218); }
H1.HeaderClassName
{
color: #D22DDA;
}
.AnyTagClassName
{
color: #D22DDA;
}
</style>
background-color css
<style>
a { background-color: #D22DDA; }
a { background-color: rgb(210,45,218); }
div.DivClassName
{
background-color: #D22DDA;
}
.BgClassName
{
background-color: #D22DDA;
}
</style>
border-color css
<style>
span { border-color: #D22DDA; }
span { border-color: rgb(210,45,218); }
td.TdClassName
{
border-color: #D22DDA;
}
.TagClassName
{
border-color: #D22DDA;
}
</style>