Shades of Deep Magenta #DD00DA
Tints of Deep Magenta #DD00DA
RGB
CMYK
RGB Variations
Color information
#DD00DA (or 0xDD00DA) is known color: Deep Magenta. HEX triplet: DD, 00 and DA. RGB value is (221,0,218). Sum of RGB (Red+Green+Blue) = 221+0+218=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00DA is #22FF25. Grayscale: #5A5A5A. Windows color (decimal): -2293542 or 14287069. OLE color: 14287069.
HSL color Cylindrical-coordinate representation of color #DD00DA: hue angle of 300.81º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00DA is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 218 | - |
| CMYK | 0 | 1 | 0.01 | 0.13 |
| HSL | 300.81º | 1% | 0.43% | - |
| HSV(B) | 300.81º | 1% | 0.87% | - |
| XYZ | 42.47 | 20.43 | 68.04 | - |
| YUV | 90.93 | 199.72 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 218 | 0 | 1 | 0.01 | 0.13 | 300.81 | 1 | 0.43 |
| Hex | DD | 0 | DA | 0 | 64 | 1 | D | 12D | 64 | 2B |
| Octal | 335 | 0 | 332 | 0 | 144 | 1 | 15 | 455 | 144 | 53 |
| Binary | 11011101 | 0 | 11011010 | 0 | 1100100 | 1 | 1101 | 100101101 | 1100100 | 101011 |
Color Harmonies of #DD00DA
Complementary color
Monochromatic Colors of #DD00DA
Black with #DD00DA
Text Example
Text Example
White with #DD00DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00DA; }
p { color: rgb(221,0,218); }
H1.HeaderClassName
{
color: #DD00DA;
}
.AnyTagClassName
{
color: #DD00DA;
}
</style>
background-color css
<style>
a { background-color: #DD00DA; }
a { background-color: rgb(221,0,218); }
div.DivClassName
{
background-color: #DD00DA;
}
.BgClassName
{
background-color: #DD00DA;
}
</style>
border-color css
<style>
span { border-color: #DD00DA; }
span { border-color: rgb(221,0,218); }
td.TdClassName
{
border-color: #DD00DA;
}
.TagClassName
{
border-color: #DD00DA;
}
</style>