Shades of Deep Magenta #DD1BCB
Tints of Deep Magenta #DD1BCB
RGB
CMYK
RGB Variations
Color information
#DD1BCB (or 0xDD1BCB) is known color: Deep Magenta. HEX triplet: DD, 1B and CB. RGB value is (221,27,203). Sum of RGB (Red+Green+Blue) = 221+27+203=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BCB is #22E434. Grayscale: #686868. Windows color (decimal): -2286645 or 13310941. OLE color: 13310941.
HSL color Cylindrical-coordinate representation of color #DD1BCB: hue angle of 305.57º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1BCB is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 203 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.13 |
| HSL | 305.57º | 0.78% | 0.49% | - |
| HSV(B) | 305.57º | 0.88% | 0.87% | - |
| XYZ | 40.99 | 20.47 | 58.29 | - |
| YUV | 105.07 | 183.27 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 203 | 0 | 0.88 | 0.08 | 0.13 | 305.57 | 0.78 | 0.49 |
| Hex | DD | 1B | CB | 0 | 58 | 8 | D | 132 | 4E | 31 |
| Octal | 335 | 33 | 313 | 0 | 130 | 10 | 15 | 462 | 116 | 61 |
| Binary | 11011101 | 11011 | 11001011 | 0 | 1011000 | 1000 | 1101 | 100110010 | 1001110 | 110001 |
Color Harmonies of #DD1BCB
Complementary color
Monochromatic Colors of #DD1BCB
Black with #DD1BCB
Text Example
Text Example
White with #DD1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BCB; }
p { color: rgb(221,27,203); }
H1.HeaderClassName
{
color: #DD1BCB;
}
.AnyTagClassName
{
color: #DD1BCB;
}
</style>
background-color css
<style>
a { background-color: #DD1BCB; }
a { background-color: rgb(221,27,203); }
div.DivClassName
{
background-color: #DD1BCB;
}
.BgClassName
{
background-color: #DD1BCB;
}
</style>
border-color css
<style>
span { border-color: #DD1BCB; }
span { border-color: rgb(221,27,203); }
td.TdClassName
{
border-color: #DD1BCB;
}
.TagClassName
{
border-color: #DD1BCB;
}
</style>