Shades of Deep Magenta #DD0BC7
Tints of Deep Magenta #DD0BC7
RGB
CMYK
RGB Variations
Color information
#DD0BC7 (or 0xDD0BC7) is known color: Deep Magenta. HEX triplet: DD, 0B and C7. RGB value is (221,11,199). Sum of RGB (Red+Green+Blue) = 221+11+199=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BC7 is #22F438. Grayscale: #5E5E5E. Windows color (decimal): -2290745 or 13044701. OLE color: 13044701.
HSL color Cylindrical-coordinate representation of color #DD0BC7: hue angle of 306.29º 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 #DD0BC7 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 199 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.13 |
| HSL | 306.29º | 0.91% | 0.45% | - |
| HSV(B) | 306.29º | 0.95% | 0.87% | - |
| XYZ | 40.25 | 19.74 | 55.72 | - |
| YUV | 95.22 | 186.57 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 199 | 0 | 0.95 | 0.10 | 0.13 | 306.29 | 0.91 | 0.45 |
| Hex | DD | B | C7 | 0 | 5F | A | D | 132 | 5B | 2D |
| Octal | 335 | 13 | 307 | 0 | 137 | 12 | 15 | 462 | 133 | 55 |
| Binary | 11011101 | 1011 | 11000111 | 0 | 1011111 | 1010 | 1101 | 100110010 | 1011011 | 101101 |
Color Harmonies of #DD0BC7
Complementary color
Monochromatic Colors of #DD0BC7
Black with #DD0BC7
Text Example
Text Example
White with #DD0BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BC7; }
p { color: rgb(221,11,199); }
H1.HeaderClassName
{
color: #DD0BC7;
}
.AnyTagClassName
{
color: #DD0BC7;
}
</style>
background-color css
<style>
a { background-color: #DD0BC7; }
a { background-color: rgb(221,11,199); }
div.DivClassName
{
background-color: #DD0BC7;
}
.BgClassName
{
background-color: #DD0BC7;
}
</style>
border-color css
<style>
span { border-color: #DD0BC7; }
span { border-color: rgb(221,11,199); }
td.TdClassName
{
border-color: #DD0BC7;
}
.TagClassName
{
border-color: #DD0BC7;
}
</style>