Shades of Deep Magenta #DD00BD
Tints of Deep Magenta #DD00BD
RGB
CMYK
RGB Variations
Color information
#DD00BD (or 0xDD00BD) is known color: Deep Magenta. HEX triplet: DD, 00 and BD. RGB value is (221,0,189). Sum of RGB (Red+Green+Blue) = 221+0+189=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00BD is #22FF42. Grayscale: #575757. Windows color (decimal): -2293571 or 12386525. OLE color: 12386525.
HSL color Cylindrical-coordinate representation of color #DD00BD: hue angle of 308.69º 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 #DD00BD is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.14 | 0.13 |
| HSL | 308.69º | 1% | 0.43% | - |
| HSV(B) | 308.69º | 1% | 0.87% | - |
| XYZ | 39 | 19.05 | 49.76 | - |
| YUV | 87.63 | 185.22 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 189 | 0 | 1 | 0.14 | 0.13 | 308.69 | 1 | 0.43 |
| Hex | DD | 0 | BD | 0 | 64 | E | D | 135 | 64 | 2B |
| Octal | 335 | 0 | 275 | 0 | 144 | 16 | 15 | 465 | 144 | 53 |
| Binary | 11011101 | 0 | 10111101 | 0 | 1100100 | 1110 | 1101 | 100110101 | 1100100 | 101011 |
Color Harmonies of #DD00BD
Complementary color
Monochromatic Colors of #DD00BD
Black with #DD00BD
Text Example
Text Example
White with #DD00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00BD; }
p { color: rgb(221,0,189); }
H1.HeaderClassName
{
color: #DD00BD;
}
.AnyTagClassName
{
color: #DD00BD;
}
</style>
background-color css
<style>
a { background-color: #DD00BD; }
a { background-color: rgb(221,0,189); }
div.DivClassName
{
background-color: #DD00BD;
}
.BgClassName
{
background-color: #DD00BD;
}
</style>
border-color css
<style>
span { border-color: #DD00BD; }
span { border-color: rgb(221,0,189); }
td.TdClassName
{
border-color: #DD00BD;
}
.TagClassName
{
border-color: #DD00BD;
}
</style>