Shades of Deep Magenta #DD0CB8
Tints of Deep Magenta #DD0CB8
RGB
CMYK
RGB Variations
Color information
#DD0CB8 (or 0xDD0CB8) is known color: Deep Magenta. HEX triplet: DD, 0C and B8. RGB value is (221,12,184). Sum of RGB (Red+Green+Blue) = 221+12+184=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CB8 is #22F347. Grayscale: #5D5D5D. Windows color (decimal): -2290504 or 12061917. OLE color: 12061917.
HSL color Cylindrical-coordinate representation of color #DD0CB8: hue angle of 310.62º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CB8 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 184 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.13 |
| HSL | 310.62º | 0.9% | 0.46% | - |
| HSV(B) | 310.62º | 0.95% | 0.87% | - |
| XYZ | 38.6 | 19.1 | 47 | - |
| YUV | 94.1 | 178.74 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 184 | 0 | 0.95 | 0.17 | 0.13 | 310.62 | 0.9 | 0.46 |
| Hex | DD | C | B8 | 0 | 5F | 11 | D | 137 | 5A | 2E |
| Octal | 335 | 14 | 270 | 0 | 137 | 21 | 15 | 467 | 132 | 56 |
| Binary | 11011101 | 1100 | 10111000 | 0 | 1011111 | 10001 | 1101 | 100110111 | 1011010 | 101110 |
Color Harmonies of #DD0CB8
Complementary color
Monochromatic Colors of #DD0CB8
Black with #DD0CB8
Text Example
Text Example
White with #DD0CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CB8; }
p { color: rgb(221,12,184); }
H1.HeaderClassName
{
color: #DD0CB8;
}
.AnyTagClassName
{
color: #DD0CB8;
}
</style>
background-color css
<style>
a { background-color: #DD0CB8; }
a { background-color: rgb(221,12,184); }
div.DivClassName
{
background-color: #DD0CB8;
}
.BgClassName
{
background-color: #DD0CB8;
}
</style>
border-color css
<style>
span { border-color: #DD0CB8; }
span { border-color: rgb(221,12,184); }
td.TdClassName
{
border-color: #DD0CB8;
}
.TagClassName
{
border-color: #DD0CB8;
}
</style>