Shades of Deep Magenta #DD00BC
Tints of Deep Magenta #DD00BC
RGB
CMYK
RGB Variations
Color information
#DD00BC (or 0xDD00BC) is known color: Deep Magenta. HEX triplet: DD, 00 and BC. RGB value is (221,0,188). Sum of RGB (Red+Green+Blue) = 221+0+188=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00BC is #22FF43. Grayscale: #565656. Windows color (decimal): -2293572 or 12320989. OLE color: 12320989.
HSL color Cylindrical-coordinate representation of color #DD00BC: hue angle of 308.96º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00BC is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.15 | 0.13 |
| HSL | 308.96º | 1% | 0.43% | - |
| HSV(B) | 308.96º | 1% | 0.87% | - |
| XYZ | 38.9 | 19 | 49.19 | - |
| YUV | 87.51 | 184.72 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 188 | 0 | 1 | 0.15 | 0.13 | 308.96 | 1 | 0.43 |
| Hex | DD | 0 | BC | 0 | 64 | F | D | 135 | 64 | 2B |
| Octal | 335 | 0 | 274 | 0 | 144 | 17 | 15 | 465 | 144 | 53 |
| Binary | 11011101 | 0 | 10111100 | 0 | 1100100 | 1111 | 1101 | 100110101 | 1100100 | 101011 |
Color Harmonies of #DD00BC
Complementary color
Monochromatic Colors of #DD00BC
Black with #DD00BC
Text Example
Text Example
White with #DD00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00BC; }
p { color: rgb(221,0,188); }
H1.HeaderClassName
{
color: #DD00BC;
}
.AnyTagClassName
{
color: #DD00BC;
}
</style>
background-color css
<style>
a { background-color: #DD00BC; }
a { background-color: rgb(221,0,188); }
div.DivClassName
{
background-color: #DD00BC;
}
.BgClassName
{
background-color: #DD00BC;
}
</style>
border-color css
<style>
span { border-color: #DD00BC; }
span { border-color: rgb(221,0,188); }
td.TdClassName
{
border-color: #DD00BC;
}
.TagClassName
{
border-color: #DD00BC;
}
</style>