Shades of Deep Magenta #DD0ACF
Tints of Deep Magenta #DD0ACF
RGB
CMYK
RGB Variations
Color information
#DD0ACF (or 0xDD0ACF) is known color: Deep Magenta. HEX triplet: DD, 0A and CF. RGB value is (221,10,207). Sum of RGB (Red+Green+Blue) = 221+10+207=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ACF is #22F530. Grayscale: #5E5E5E. Windows color (decimal): -2290993 or 13568733. OLE color: 13568733.
HSL color Cylindrical-coordinate representation of color #DD0ACF: hue angle of 303.98º 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 #DD0ACF is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 207 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.13 |
| HSL | 303.98º | 0.91% | 0.45% | - |
| HSV(B) | 303.98º | 0.95% | 0.87% | - |
| XYZ | 41.19 | 20.09 | 60.74 | - |
| YUV | 95.55 | 190.9 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 207 | 0 | 0.95 | 0.06 | 0.13 | 303.98 | 0.91 | 0.45 |
| Hex | DD | A | CF | 0 | 5F | 6 | D | 130 | 5B | 2D |
| Octal | 335 | 12 | 317 | 0 | 137 | 6 | 15 | 460 | 133 | 55 |
| Binary | 11011101 | 1010 | 11001111 | 0 | 1011111 | 110 | 1101 | 100110000 | 1011011 | 101101 |
Color Harmonies of #DD0ACF
Complementary color
Monochromatic Colors of #DD0ACF
Black with #DD0ACF
Text Example
Text Example
White with #DD0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0ACF; }
p { color: rgb(221,10,207); }
H1.HeaderClassName
{
color: #DD0ACF;
}
.AnyTagClassName
{
color: #DD0ACF;
}
</style>
background-color css
<style>
a { background-color: #DD0ACF; }
a { background-color: rgb(221,10,207); }
div.DivClassName
{
background-color: #DD0ACF;
}
.BgClassName
{
background-color: #DD0ACF;
}
</style>
border-color css
<style>
span { border-color: #DD0ACF; }
span { border-color: rgb(221,10,207); }
td.TdClassName
{
border-color: #DD0ACF;
}
.TagClassName
{
border-color: #DD0ACF;
}
</style>