Shades of Deep Magenta #DD0DBF
Tints of Deep Magenta #DD0DBF
RGB
CMYK
RGB Variations
Color information
#DD0DBF (or 0xDD0DBF) is known color: Deep Magenta. HEX triplet: DD, 0D and BF. RGB value is (221,13,191). Sum of RGB (Red+Green+Blue) = 221+13+191=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DBF is #22F240. Grayscale: #5E5E5E. Windows color (decimal): -2290241 or 12520925. OLE color: 12520925.
HSL color Cylindrical-coordinate representation of color #DD0DBF: hue angle of 308.65º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DBF is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 191 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.13 |
| HSL | 308.65º | 0.89% | 0.46% | - |
| HSV(B) | 308.65º | 0.94% | 0.87% | - |
| XYZ | 39.37 | 19.42 | 50.96 | - |
| YUV | 95.48 | 181.91 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 191 | 0 | 0.94 | 0.14 | 0.13 | 308.65 | 0.89 | 0.46 |
| Hex | DD | D | BF | 0 | 5E | E | D | 135 | 59 | 2E |
| Octal | 335 | 15 | 277 | 0 | 136 | 16 | 15 | 465 | 131 | 56 |
| Binary | 11011101 | 1101 | 10111111 | 0 | 1011110 | 1110 | 1101 | 100110101 | 1011001 | 101110 |
Color Harmonies of #DD0DBF
Complementary color
Monochromatic Colors of #DD0DBF
Black with #DD0DBF
Text Example
Text Example
White with #DD0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DBF; }
p { color: rgb(221,13,191); }
H1.HeaderClassName
{
color: #DD0DBF;
}
.AnyTagClassName
{
color: #DD0DBF;
}
</style>
background-color css
<style>
a { background-color: #DD0DBF; }
a { background-color: rgb(221,13,191); }
div.DivClassName
{
background-color: #DD0DBF;
}
.BgClassName
{
background-color: #DD0DBF;
}
</style>
border-color css
<style>
span { border-color: #DD0DBF; }
span { border-color: rgb(221,13,191); }
td.TdClassName
{
border-color: #DD0DBF;
}
.TagClassName
{
border-color: #DD0DBF;
}
</style>