Shades of Deep Magenta #DD0BC2
Tints of Deep Magenta #DD0BC2
RGB
CMYK
RGB Variations
Color information
#DD0BC2 (or 0xDD0BC2) is known color: Deep Magenta. HEX triplet: DD, 0B and C2. RGB value is (221,11,194). Sum of RGB (Red+Green+Blue) = 221+11+194=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BC2 is #22F43D. Grayscale: #5E5E5E. Windows color (decimal): -2290750 or 12717021. OLE color: 12717021.
HSL color Cylindrical-coordinate representation of color #DD0BC2: hue angle of 307.71º 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 #DD0BC2 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 194 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.13 |
| HSL | 307.71º | 0.91% | 0.45% | - |
| HSV(B) | 307.71º | 0.95% | 0.87% | - |
| XYZ | 39.68 | 19.51 | 52.71 | - |
| YUV | 94.65 | 184.07 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 194 | 0 | 0.95 | 0.12 | 0.13 | 307.71 | 0.91 | 0.45 |
| Hex | DD | B | C2 | 0 | 5F | C | D | 134 | 5B | 2D |
| Octal | 335 | 13 | 302 | 0 | 137 | 14 | 15 | 464 | 133 | 55 |
| Binary | 11011101 | 1011 | 11000010 | 0 | 1011111 | 1100 | 1101 | 100110100 | 1011011 | 101101 |
Color Harmonies of #DD0BC2
Complementary color
Monochromatic Colors of #DD0BC2
Black with #DD0BC2
Text Example
Text Example
White with #DD0BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BC2; }
p { color: rgb(221,11,194); }
H1.HeaderClassName
{
color: #DD0BC2;
}
.AnyTagClassName
{
color: #DD0BC2;
}
</style>
background-color css
<style>
a { background-color: #DD0BC2; }
a { background-color: rgb(221,11,194); }
div.DivClassName
{
background-color: #DD0BC2;
}
.BgClassName
{
background-color: #DD0BC2;
}
</style>
border-color css
<style>
span { border-color: #DD0BC2; }
span { border-color: rgb(221,11,194); }
td.TdClassName
{
border-color: #DD0BC2;
}
.TagClassName
{
border-color: #DD0BC2;
}
</style>