Shades of Deep Magenta #DD0BBE
Tints of Deep Magenta #DD0BBE
RGB
CMYK
RGB Variations
Color information
#DD0BBE (or 0xDD0BBE) is known color: Deep Magenta. HEX triplet: DD, 0B and BE. RGB value is (221,11,190). Sum of RGB (Red+Green+Blue) = 221+11+190=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BBE is #22F441. Grayscale: #5D5D5D. Windows color (decimal): -2290754 or 12454877. OLE color: 12454877.
HSL color Cylindrical-coordinate representation of color #DD0BBE: hue angle of 308.86º 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 #DD0BBE is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 190 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.13 |
| HSL | 308.86º | 0.91% | 0.45% | - |
| HSV(B) | 308.86º | 0.95% | 0.87% | - |
| XYZ | 39.23 | 19.33 | 50.38 | - |
| YUV | 94.2 | 182.07 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 190 | 0 | 0.95 | 0.14 | 0.13 | 308.86 | 0.91 | 0.45 |
| Hex | DD | B | BE | 0 | 5F | E | D | 135 | 5B | 2D |
| Octal | 335 | 13 | 276 | 0 | 137 | 16 | 15 | 465 | 133 | 55 |
| Binary | 11011101 | 1011 | 10111110 | 0 | 1011111 | 1110 | 1101 | 100110101 | 1011011 | 101101 |
Color Harmonies of #DD0BBE
Complementary color
Monochromatic Colors of #DD0BBE
Black with #DD0BBE
Text Example
Text Example
White with #DD0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BBE; }
p { color: rgb(221,11,190); }
H1.HeaderClassName
{
color: #DD0BBE;
}
.AnyTagClassName
{
color: #DD0BBE;
}
</style>
background-color css
<style>
a { background-color: #DD0BBE; }
a { background-color: rgb(221,11,190); }
div.DivClassName
{
background-color: #DD0BBE;
}
.BgClassName
{
background-color: #DD0BBE;
}
</style>
border-color css
<style>
span { border-color: #DD0BBE; }
span { border-color: rgb(221,11,190); }
td.TdClassName
{
border-color: #DD0BBE;
}
.TagClassName
{
border-color: #DD0BBE;
}
</style>