Shades of Deep Magenta #DD05BD
Tints of Deep Magenta #DD05BD
RGB
CMYK
RGB Variations
Color information
#DD05BD (or 0xDD05BD) is known color: Deep Magenta. HEX triplet: DD, 05 and BD. RGB value is (221,5,189). Sum of RGB (Red+Green+Blue) = 221+5+189=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05BD is #22FA42. Grayscale: #5A5A5A. Windows color (decimal): -2292291 or 12387805. OLE color: 12387805.
HSL color Cylindrical-coordinate representation of color #DD05BD: hue angle of 308.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD05BD is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 189 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.13 |
| HSL | 308.89º | 0.96% | 0.44% | - |
| HSV(B) | 308.89º | 0.98% | 0.87% | - |
| XYZ | 39.06 | 19.15 | 49.78 | - |
| YUV | 90.56 | 183.56 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 189 | 0 | 0.98 | 0.14 | 0.13 | 308.89 | 0.96 | 0.44 |
| Hex | DD | 5 | BD | 0 | 62 | E | D | 135 | 60 | 2C |
| Octal | 335 | 5 | 275 | 0 | 142 | 16 | 15 | 465 | 140 | 54 |
| Binary | 11011101 | 101 | 10111101 | 0 | 1100010 | 1110 | 1101 | 100110101 | 1100000 | 101100 |
Color Harmonies of #DD05BD
Complementary color
Monochromatic Colors of #DD05BD
Black with #DD05BD
Text Example
Text Example
White with #DD05BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05BD; }
p { color: rgb(221,5,189); }
H1.HeaderClassName
{
color: #DD05BD;
}
.AnyTagClassName
{
color: #DD05BD;
}
</style>
background-color css
<style>
a { background-color: #DD05BD; }
a { background-color: rgb(221,5,189); }
div.DivClassName
{
background-color: #DD05BD;
}
.BgClassName
{
background-color: #DD05BD;
}
</style>
border-color css
<style>
span { border-color: #DD05BD; }
span { border-color: rgb(221,5,189); }
td.TdClassName
{
border-color: #DD05BD;
}
.TagClassName
{
border-color: #DD05BD;
}
</style>