Shades of Deep Magenta #D20DDB
Tints of Deep Magenta #D20DDB
RGB
CMYK
RGB Variations
Color information
#D20DDB (or 0xD20DDB) is known color: Deep Magenta. HEX triplet: D2, 0D and DB. RGB value is (210,13,219). Sum of RGB (Red+Green+Blue) = 210+13+219=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #D20DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DDB is #2DF224. Grayscale: #5E5E5E. Windows color (decimal): -3011109 or 14355922. OLE color: 14355922.
HSL color Cylindrical-coordinate representation of color #D20DDB: hue angle of 297.38º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20DDB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 13 | 219 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.14 |
| HSL | 297.38º | 0.89% | 0.45% | - |
| HSV(B) | 297.38º | 0.94% | 0.86% | - |
| XYZ | 39.51 | 19.1 | 68.62 | - |
| YUV | 95.39 | 197.77 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 219 | 0.04 | 0.94 | 0 | 0.14 | 297.38 | 0.89 | 0.45 |
| Hex | D2 | D | DB | 4 | 5E | 0 | E | 129 | 59 | 2D |
| Octal | 322 | 15 | 333 | 4 | 136 | 0 | 16 | 451 | 131 | 55 |
| Binary | 11010010 | 1101 | 11011011 | 100 | 1011110 | 0 | 1110 | 100101001 | 1011001 | 101101 |
Color Harmonies of #D20DDB
Complementary color
Monochromatic Colors of #D20DDB
Black with #D20DDB
Text Example
Text Example
White with #D20DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DDB; }
p { color: rgb(210,13,219); }
H1.HeaderClassName
{
color: #D20DDB;
}
.AnyTagClassName
{
color: #D20DDB;
}
</style>
background-color css
<style>
a { background-color: #D20DDB; }
a { background-color: rgb(210,13,219); }
div.DivClassName
{
background-color: #D20DDB;
}
.BgClassName
{
background-color: #D20DDB;
}
</style>
border-color css
<style>
span { border-color: #D20DDB; }
span { border-color: rgb(210,13,219); }
td.TdClassName
{
border-color: #D20DDB;
}
.TagClassName
{
border-color: #D20DDB;
}
</style>