Shades of Deep Magenta #D20DCB
Tints of Deep Magenta #D20DCB
RGB
CMYK
RGB Variations
Color information
#D20DCB (or 0xD20DCB) is known color: Deep Magenta. HEX triplet: D2, 0D and CB. RGB value is (210,13,203). Sum of RGB (Red+Green+Blue) = 210+13+203=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D20DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DCB is #2DF234. Grayscale: #5D5D5D. Windows color (decimal): -3011125 or 13307346. OLE color: 13307346.
HSL color Cylindrical-coordinate representation of color #D20DCB: hue angle of 302.13º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20DCB is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 203 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.18 |
| HSL | 302.13º | 0.88% | 0.44% | - |
| HSV(B) | 302.13º | 0.94% | 0.82% | - |
| XYZ | 37.5 | 18.3 | 58.06 | - |
| YUV | 93.56 | 189.77 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 203 | 0 | 0.94 | 0.03 | 0.18 | 302.13 | 0.88 | 0.44 |
| Hex | D2 | D | CB | 0 | 5E | 3 | 12 | 12E | 58 | 2C |
| Octal | 322 | 15 | 313 | 0 | 136 | 3 | 22 | 456 | 130 | 54 |
| Binary | 11010010 | 1101 | 11001011 | 0 | 1011110 | 11 | 10010 | 100101110 | 1011000 | 101100 |
Color Harmonies of #D20DCB
Complementary color
Monochromatic Colors of #D20DCB
Black with #D20DCB
Text Example
Text Example
White with #D20DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DCB; }
p { color: rgb(210,13,203); }
H1.HeaderClassName
{
color: #D20DCB;
}
.AnyTagClassName
{
color: #D20DCB;
}
</style>
background-color css
<style>
a { background-color: #D20DCB; }
a { background-color: rgb(210,13,203); }
div.DivClassName
{
background-color: #D20DCB;
}
.BgClassName
{
background-color: #D20DCB;
}
</style>
border-color css
<style>
span { border-color: #D20DCB; }
span { border-color: rgb(210,13,203); }
td.TdClassName
{
border-color: #D20DCB;
}
.TagClassName
{
border-color: #D20DCB;
}
</style>