Shades of Deep Magenta #DD0DCB
Tints of Deep Magenta #DD0DCB
RGB
CMYK
RGB Variations
Color information
#DD0DCB (or 0xDD0DCB) is known color: Deep Magenta. HEX triplet: DD, 0D and CB. RGB value is (221,13,203). Sum of RGB (Red+Green+Blue) = 221+13+203=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DCB is #22F234. Grayscale: #606060. Windows color (decimal): -2290229 or 13307357. OLE color: 13307357.
HSL color Cylindrical-coordinate representation of color #DD0DCB: hue angle of 305.19º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DCB is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 203 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.13 |
| HSL | 305.19º | 0.89% | 0.46% | - |
| HSV(B) | 305.19º | 0.94% | 0.87% | - |
| XYZ | 40.74 | 19.97 | 58.21 | - |
| YUV | 96.85 | 187.91 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 203 | 0 | 0.94 | 0.08 | 0.13 | 305.19 | 0.89 | 0.46 |
| Hex | DD | D | CB | 0 | 5E | 8 | D | 131 | 59 | 2E |
| Octal | 335 | 15 | 313 | 0 | 136 | 10 | 15 | 461 | 131 | 56 |
| Binary | 11011101 | 1101 | 11001011 | 0 | 1011110 | 1000 | 1101 | 100110001 | 1011001 | 101110 |
Color Harmonies of #DD0DCB
Complementary color
Monochromatic Colors of #DD0DCB
Black with #DD0DCB
Text Example
Text Example
White with #DD0DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DCB; }
p { color: rgb(221,13,203); }
H1.HeaderClassName
{
color: #DD0DCB;
}
.AnyTagClassName
{
color: #DD0DCB;
}
</style>
background-color css
<style>
a { background-color: #DD0DCB; }
a { background-color: rgb(221,13,203); }
div.DivClassName
{
background-color: #DD0DCB;
}
.BgClassName
{
background-color: #DD0DCB;
}
</style>
border-color css
<style>
span { border-color: #DD0DCB; }
span { border-color: rgb(221,13,203); }
td.TdClassName
{
border-color: #DD0DCB;
}
.TagClassName
{
border-color: #DD0DCB;
}
</style>