Shades of Deep Magenta #DD0ABF
Tints of Deep Magenta #DD0ABF
RGB
CMYK
RGB Variations
Color information
#DD0ABF (or 0xDD0ABF) is known color: Deep Magenta. HEX triplet: DD, 0A and BF. RGB value is (221,10,191). Sum of RGB (Red+Green+Blue) = 221+10+191=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ABF is #22F540. Grayscale: #5D5D5D. Windows color (decimal): -2291009 or 12520157. OLE color: 12520157.
HSL color Cylindrical-coordinate representation of color #DD0ABF: hue angle of 308.53º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0ABF is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 191 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.13 |
| HSL | 308.53º | 0.91% | 0.45% | - |
| HSV(B) | 308.53º | 0.95% | 0.87% | - |
| XYZ | 39.33 | 19.35 | 50.95 | - |
| YUV | 93.72 | 182.9 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 191 | 0 | 0.95 | 0.14 | 0.13 | 308.53 | 0.91 | 0.45 |
| Hex | DD | A | BF | 0 | 5F | E | D | 135 | 5B | 2D |
| Octal | 335 | 12 | 277 | 0 | 137 | 16 | 15 | 465 | 133 | 55 |
| Binary | 11011101 | 1010 | 10111111 | 0 | 1011111 | 1110 | 1101 | 100110101 | 1011011 | 101101 |
Color Harmonies of #DD0ABF
Complementary color
Monochromatic Colors of #DD0ABF
Black with #DD0ABF
Text Example
Text Example
White with #DD0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0ABF; }
p { color: rgb(221,10,191); }
H1.HeaderClassName
{
color: #DD0ABF;
}
.AnyTagClassName
{
color: #DD0ABF;
}
</style>
background-color css
<style>
a { background-color: #DD0ABF; }
a { background-color: rgb(221,10,191); }
div.DivClassName
{
background-color: #DD0ABF;
}
.BgClassName
{
background-color: #DD0ABF;
}
</style>
border-color css
<style>
span { border-color: #DD0ABF; }
span { border-color: rgb(221,10,191); }
td.TdClassName
{
border-color: #DD0ABF;
}
.TagClassName
{
border-color: #DD0ABF;
}
</style>