Shades of Deep Magenta #DD0BCB
Tints of Deep Magenta #DD0BCB
RGB
CMYK
RGB Variations
Color information
#DD0BCB (or 0xDD0BCB) is known color: Deep Magenta. HEX triplet: DD, 0B and CB. RGB value is (221,11,203). Sum of RGB (Red+Green+Blue) = 221+11+203=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BCB is #22F434. Grayscale: #5F5F5F. Windows color (decimal): -2290741 or 13306845. OLE color: 13306845.
HSL color Cylindrical-coordinate representation of color #DD0BCB: hue angle of 305.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0BCB is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.13 |
| HSL | 305.14º | 0.91% | 0.45% | - |
| HSV(B) | 305.14º | 0.95% | 0.87% | - |
| XYZ | 40.72 | 19.92 | 58.2 | - |
| YUV | 95.68 | 188.57 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 203 | 0 | 0.95 | 0.08 | 0.13 | 305.14 | 0.91 | 0.45 |
| Hex | DD | B | CB | 0 | 5F | 8 | D | 131 | 5B | 2D |
| Octal | 335 | 13 | 313 | 0 | 137 | 10 | 15 | 461 | 133 | 55 |
| Binary | 11011101 | 1011 | 11001011 | 0 | 1011111 | 1000 | 1101 | 100110001 | 1011011 | 101101 |
Color Harmonies of #DD0BCB
Complementary color
Monochromatic Colors of #DD0BCB
Black with #DD0BCB
Text Example
Text Example
White with #DD0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BCB; }
p { color: rgb(221,11,203); }
H1.HeaderClassName
{
color: #DD0BCB;
}
.AnyTagClassName
{
color: #DD0BCB;
}
</style>
background-color css
<style>
a { background-color: #DD0BCB; }
a { background-color: rgb(221,11,203); }
div.DivClassName
{
background-color: #DD0BCB;
}
.BgClassName
{
background-color: #DD0BCB;
}
</style>
border-color css
<style>
span { border-color: #DD0BCB; }
span { border-color: rgb(221,11,203); }
td.TdClassName
{
border-color: #DD0BCB;
}
.TagClassName
{
border-color: #DD0BCB;
}
</style>