Shades of Deep Magenta #D20CDC
Tints of Deep Magenta #D20CDC
RGB
CMYK
RGB Variations
Color information
#D20CDC (or 0xD20CDC) is known color: Deep Magenta. HEX triplet: D2, 0C and DC. RGB value is (210,12,220). Sum of RGB (Red+Green+Blue) = 210+12+220=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #D20CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CDC is #2DF323. Grayscale: #5E5E5E. Windows color (decimal): -3011364 or 14421202. OLE color: 14421202.
HSL color Cylindrical-coordinate representation of color #D20CDC: hue angle of 297.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20CDC is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 12 | 220 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.14 |
| HSL | 297.12º | 0.9% | 0.45% | - |
| HSV(B) | 297.12º | 0.95% | 0.86% | - |
| XYZ | 39.63 | 19.13 | 69.31 | - |
| YUV | 94.91 | 198.6 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 220 | 0.05 | 0.95 | 0 | 0.14 | 297.12 | 0.9 | 0.45 |
| Hex | D2 | C | DC | 5 | 5F | 0 | E | 129 | 5A | 2D |
| Octal | 322 | 14 | 334 | 5 | 137 | 0 | 16 | 451 | 132 | 55 |
| Binary | 11010010 | 1100 | 11011100 | 101 | 1011111 | 0 | 1110 | 100101001 | 1011010 | 101101 |
Color Harmonies of #D20CDC
Complementary color
Monochromatic Colors of #D20CDC
Black with #D20CDC
Text Example
Text Example
White with #D20CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CDC; }
p { color: rgb(210,12,220); }
H1.HeaderClassName
{
color: #D20CDC;
}
.AnyTagClassName
{
color: #D20CDC;
}
</style>
background-color css
<style>
a { background-color: #D20CDC; }
a { background-color: rgb(210,12,220); }
div.DivClassName
{
background-color: #D20CDC;
}
.BgClassName
{
background-color: #D20CDC;
}
</style>
border-color css
<style>
span { border-color: #D20CDC; }
span { border-color: rgb(210,12,220); }
td.TdClassName
{
border-color: #D20CDC;
}
.TagClassName
{
border-color: #D20CDC;
}
</style>