Shades of Deep Magenta #DD10BD
Tints of Deep Magenta #DD10BD
RGB
CMYK
RGB Variations
Color information
#DD10BD (or 0xDD10BD) is known color: Deep Magenta. HEX triplet: DD, 10 and BD. RGB value is (221,16,189). Sum of RGB (Red+Green+Blue) = 221+16+189=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10BD is #22EF42. Grayscale: #606060. Windows color (decimal): -2289475 or 12390621. OLE color: 12390621.
HSL color Cylindrical-coordinate representation of color #DD10BD: hue angle of 309.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD10BD is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 189 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.13 |
| HSL | 309.37º | 0.86% | 0.46% | - |
| HSV(B) | 309.37º | 0.93% | 0.87% | - |
| XYZ | 39.19 | 19.42 | 49.83 | - |
| YUV | 97.02 | 179.92 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 189 | 0 | 0.93 | 0.14 | 0.13 | 309.37 | 0.86 | 0.46 |
| Hex | DD | 10 | BD | 0 | 5D | E | D | 135 | 56 | 2E |
| Octal | 335 | 20 | 275 | 0 | 135 | 16 | 15 | 465 | 126 | 56 |
| Binary | 11011101 | 10000 | 10111101 | 0 | 1011101 | 1110 | 1101 | 100110101 | 1010110 | 101110 |
Color Harmonies of #DD10BD
Complementary color
Monochromatic Colors of #DD10BD
Black with #DD10BD
Text Example
Text Example
White with #DD10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10BD; }
p { color: rgb(221,16,189); }
H1.HeaderClassName
{
color: #DD10BD;
}
.AnyTagClassName
{
color: #DD10BD;
}
</style>
background-color css
<style>
a { background-color: #DD10BD; }
a { background-color: rgb(221,16,189); }
div.DivClassName
{
background-color: #DD10BD;
}
.BgClassName
{
background-color: #DD10BD;
}
</style>
border-color css
<style>
span { border-color: #DD10BD; }
span { border-color: rgb(221,16,189); }
td.TdClassName
{
border-color: #DD10BD;
}
.TagClassName
{
border-color: #DD10BD;
}
</style>