Shades of Deep Magenta #DD0BC5
Tints of Deep Magenta #DD0BC5
RGB
CMYK
RGB Variations
Color information
#DD0BC5 (or 0xDD0BC5) is known color: Deep Magenta. HEX triplet: DD, 0B and C5. RGB value is (221,11,197). Sum of RGB (Red+Green+Blue) = 221+11+197=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BC5 is #22F43A. Grayscale: #5E5E5E. Windows color (decimal): -2290747 or 12913629. OLE color: 12913629.
HSL color Cylindrical-coordinate representation of color #DD0BC5: hue angle of 306.86º 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 #DD0BC5 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 197 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.13 |
| HSL | 306.86º | 0.91% | 0.45% | - |
| HSV(B) | 306.86º | 0.95% | 0.87% | - |
| XYZ | 40.02 | 19.64 | 54.51 | - |
| YUV | 94.99 | 185.57 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 197 | 0 | 0.95 | 0.11 | 0.13 | 306.86 | 0.91 | 0.45 |
| Hex | DD | B | C5 | 0 | 5F | B | D | 133 | 5B | 2D |
| Octal | 335 | 13 | 305 | 0 | 137 | 13 | 15 | 463 | 133 | 55 |
| Binary | 11011101 | 1011 | 11000101 | 0 | 1011111 | 1011 | 1101 | 100110011 | 1011011 | 101101 |
Color Harmonies of #DD0BC5
Complementary color
Monochromatic Colors of #DD0BC5
Black with #DD0BC5
Text Example
Text Example
White with #DD0BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BC5; }
p { color: rgb(221,11,197); }
H1.HeaderClassName
{
color: #DD0BC5;
}
.AnyTagClassName
{
color: #DD0BC5;
}
</style>
background-color css
<style>
a { background-color: #DD0BC5; }
a { background-color: rgb(221,11,197); }
div.DivClassName
{
background-color: #DD0BC5;
}
.BgClassName
{
background-color: #DD0BC5;
}
</style>
border-color css
<style>
span { border-color: #DD0BC5; }
span { border-color: rgb(221,11,197); }
td.TdClassName
{
border-color: #DD0BC5;
}
.TagClassName
{
border-color: #DD0BC5;
}
</style>