Shades of Deep Magenta #DD0CBF
Tints of Deep Magenta #DD0CBF
RGB
CMYK
RGB Variations
Color information
#DD0CBF (or 0xDD0CBF) is known color: Deep Magenta. HEX triplet: DD, 0C and BF. RGB value is (221,12,191). Sum of RGB (Red+Green+Blue) = 221+12+191=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CBF is #22F340. Grayscale: #5E5E5E. Windows color (decimal): -2290497 or 12520669. OLE color: 12520669.
HSL color Cylindrical-coordinate representation of color #DD0CBF: hue angle of 308.61º 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 #DD0CBF is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 191 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.13 |
| HSL | 308.61º | 0.9% | 0.46% | - |
| HSV(B) | 308.61º | 0.95% | 0.87% | - |
| XYZ | 39.35 | 19.4 | 50.96 | - |
| YUV | 94.9 | 182.24 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 191 | 0 | 0.95 | 0.14 | 0.13 | 308.61 | 0.9 | 0.46 |
| Hex | DD | C | BF | 0 | 5F | E | D | 135 | 5A | 2E |
| Octal | 335 | 14 | 277 | 0 | 137 | 16 | 15 | 465 | 132 | 56 |
| Binary | 11011101 | 1100 | 10111111 | 0 | 1011111 | 1110 | 1101 | 100110101 | 1011010 | 101110 |
Color Harmonies of #DD0CBF
Complementary color
Monochromatic Colors of #DD0CBF
Black with #DD0CBF
Text Example
Text Example
White with #DD0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CBF; }
p { color: rgb(221,12,191); }
H1.HeaderClassName
{
color: #DD0CBF;
}
.AnyTagClassName
{
color: #DD0CBF;
}
</style>
background-color css
<style>
a { background-color: #DD0CBF; }
a { background-color: rgb(221,12,191); }
div.DivClassName
{
background-color: #DD0CBF;
}
.BgClassName
{
background-color: #DD0CBF;
}
</style>
border-color css
<style>
span { border-color: #DD0CBF; }
span { border-color: rgb(221,12,191); }
td.TdClassName
{
border-color: #DD0CBF;
}
.TagClassName
{
border-color: #DD0CBF;
}
</style>