Shades of Deep Magenta #D22CCD
Tints of Deep Magenta #D22CCD
RGB
CMYK
RGB Variations
Color information
#D22CCD (or 0xD22CCD) is known color: Deep Magenta. HEX triplet: D2, 2C and CD. RGB value is (210,44,205). Sum of RGB (Red+Green+Blue) = 210+44+205=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D22CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22CCD is #2DD332. Grayscale: #6F6F6F. Windows color (decimal): -3003187 or 13446354. OLE color: 13446354.
HSL color Cylindrical-coordinate representation of color #D22CCD: hue angle of 301.81º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22CCD is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 205 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.18 |
| HSL | 301.81º | 0.65% | 0.5% | - |
| HSV(B) | 301.81º | 0.79% | 0.82% | - |
| XYZ | 38.5 | 19.91 | 59.57 | - |
| YUV | 111.99 | 180.5 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 205 | 0 | 0.79 | 0.02 | 0.18 | 301.81 | 0.65 | 0.5 |
| Hex | D2 | 2C | CD | 0 | 4F | 2 | 12 | 12E | 41 | 32 |
| Octal | 322 | 54 | 315 | 0 | 117 | 2 | 22 | 456 | 101 | 62 |
| Binary | 11010010 | 101100 | 11001101 | 0 | 1001111 | 10 | 10010 | 100101110 | 1000001 | 110010 |
Color Harmonies of #D22CCD
Complementary color
Monochromatic Colors of #D22CCD
Black with #D22CCD
Text Example
Text Example
White with #D22CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22CCD; }
p { color: rgb(210,44,205); }
H1.HeaderClassName
{
color: #D22CCD;
}
.AnyTagClassName
{
color: #D22CCD;
}
</style>
background-color css
<style>
a { background-color: #D22CCD; }
a { background-color: rgb(210,44,205); }
div.DivClassName
{
background-color: #D22CCD;
}
.BgClassName
{
background-color: #D22CCD;
}
</style>
border-color css
<style>
span { border-color: #D22CCD; }
span { border-color: rgb(210,44,205); }
td.TdClassName
{
border-color: #D22CCD;
}
.TagClassName
{
border-color: #D22CCD;
}
</style>