Shades of Deep Magenta #DD1DCB
Tints of Deep Magenta #DD1DCB
RGB
CMYK
RGB Variations
Color information
#DD1DCB (or 0xDD1DCB) is known color: Deep Magenta. HEX triplet: DD, 1D and CB. RGB value is (221,29,203). Sum of RGB (Red+Green+Blue) = 221+29+203=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DCB is #22E234. Grayscale: #696969. Windows color (decimal): -2286133 or 13311453. OLE color: 13311453.
HSL color Cylindrical-coordinate representation of color #DD1DCB: hue angle of 305.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1DCB is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 203 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.13 |
| HSL | 305.63º | 0.77% | 0.49% | - |
| HSV(B) | 305.63º | 0.87% | 0.87% | - |
| XYZ | 41.04 | 20.56 | 58.31 | - |
| YUV | 106.24 | 182.61 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 203 | 0 | 0.87 | 0.08 | 0.13 | 305.63 | 0.77 | 0.49 |
| Hex | DD | 1D | CB | 0 | 57 | 8 | D | 132 | 4D | 31 |
| Octal | 335 | 35 | 313 | 0 | 127 | 10 | 15 | 462 | 115 | 61 |
| Binary | 11011101 | 11101 | 11001011 | 0 | 1010111 | 1000 | 1101 | 100110010 | 1001101 | 110001 |
Color Harmonies of #DD1DCB
Complementary color
Monochromatic Colors of #DD1DCB
Black with #DD1DCB
Text Example
Text Example
White with #DD1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1DCB; }
p { color: rgb(221,29,203); }
H1.HeaderClassName
{
color: #DD1DCB;
}
.AnyTagClassName
{
color: #DD1DCB;
}
</style>
background-color css
<style>
a { background-color: #DD1DCB; }
a { background-color: rgb(221,29,203); }
div.DivClassName
{
background-color: #DD1DCB;
}
.BgClassName
{
background-color: #DD1DCB;
}
</style>
border-color css
<style>
span { border-color: #DD1DCB; }
span { border-color: rgb(221,29,203); }
td.TdClassName
{
border-color: #DD1DCB;
}
.TagClassName
{
border-color: #DD1DCB;
}
</style>