Shades of Deep Magenta #DD0BC3
Tints of Deep Magenta #DD0BC3
RGB
CMYK
RGB Variations
Color information
#DD0BC3 (or 0xDD0BC3) is known color: Deep Magenta. HEX triplet: DD, 0B and C3. RGB value is (221,11,195). Sum of RGB (Red+Green+Blue) = 221+11+195=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BC3 is #22F43C. Grayscale: #5E5E5E. Windows color (decimal): -2290749 or 12782557. OLE color: 12782557.
HSL color Cylindrical-coordinate representation of color #DD0BC3: hue angle of 307.43º 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 #DD0BC3 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 195 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.13 |
| HSL | 307.43º | 0.91% | 0.45% | - |
| HSV(B) | 307.43º | 0.95% | 0.87% | - |
| XYZ | 39.79 | 19.55 | 53.31 | - |
| YUV | 94.77 | 184.57 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 195 | 0 | 0.95 | 0.12 | 0.13 | 307.43 | 0.91 | 0.45 |
| Hex | DD | B | C3 | 0 | 5F | C | D | 133 | 5B | 2D |
| Octal | 335 | 13 | 303 | 0 | 137 | 14 | 15 | 463 | 133 | 55 |
| Binary | 11011101 | 1011 | 11000011 | 0 | 1011111 | 1100 | 1101 | 100110011 | 1011011 | 101101 |
Color Harmonies of #DD0BC3
Complementary color
Monochromatic Colors of #DD0BC3
Black with #DD0BC3
Text Example
Text Example
White with #DD0BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BC3; }
p { color: rgb(221,11,195); }
H1.HeaderClassName
{
color: #DD0BC3;
}
.AnyTagClassName
{
color: #DD0BC3;
}
</style>
background-color css
<style>
a { background-color: #DD0BC3; }
a { background-color: rgb(221,11,195); }
div.DivClassName
{
background-color: #DD0BC3;
}
.BgClassName
{
background-color: #DD0BC3;
}
</style>
border-color css
<style>
span { border-color: #DD0BC3; }
span { border-color: rgb(221,11,195); }
td.TdClassName
{
border-color: #DD0BC3;
}
.TagClassName
{
border-color: #DD0BC3;
}
</style>