Shades of Deep Magenta #DD0DC3
Tints of Deep Magenta #DD0DC3
RGB
CMYK
RGB Variations
Color information
#DD0DC3 (or 0xDD0DC3) is known color: Deep Magenta. HEX triplet: DD, 0D and C3. RGB value is (221,13,195). Sum of RGB (Red+Green+Blue) = 221+13+195=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 195 (76.56% from 255 or 45.45% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DC3 is #22F23C. Grayscale: #5F5F5F. Windows color (decimal): -2290237 or 12783069. OLE color: 12783069.
HSL color Cylindrical-coordinate representation of color #DD0DC3: hue angle of 307.5º 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 #DD0DC3 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 195 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.13 |
| HSL | 307.5º | 0.89% | 0.46% | - |
| HSV(B) | 307.5º | 0.94% | 0.87% | - |
| XYZ | 39.81 | 19.6 | 53.31 | - |
| YUV | 95.94 | 183.91 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 195 | 0 | 0.94 | 0.12 | 0.13 | 307.5 | 0.89 | 0.46 |
| Hex | DD | D | C3 | 0 | 5E | C | D | 134 | 59 | 2E |
| Octal | 335 | 15 | 303 | 0 | 136 | 14 | 15 | 464 | 131 | 56 |
| Binary | 11011101 | 1101 | 11000011 | 0 | 1011110 | 1100 | 1101 | 100110100 | 1011001 | 101110 |
Color Harmonies of #DD0DC3
Complementary color
Monochromatic Colors of #DD0DC3
Black with #DD0DC3
Text Example
Text Example
White with #DD0DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DC3; }
p { color: rgb(221,13,195); }
H1.HeaderClassName
{
color: #DD0DC3;
}
.AnyTagClassName
{
color: #DD0DC3;
}
</style>
background-color css
<style>
a { background-color: #DD0DC3; }
a { background-color: rgb(221,13,195); }
div.DivClassName
{
background-color: #DD0DC3;
}
.BgClassName
{
background-color: #DD0DC3;
}
</style>
border-color css
<style>
span { border-color: #DD0DC3; }
span { border-color: rgb(221,13,195); }
td.TdClassName
{
border-color: #DD0DC3;
}
.TagClassName
{
border-color: #DD0DC3;
}
</style>