Shades of Deep Magenta #DD0CD4
Tints of Deep Magenta #DD0CD4
RGB
CMYK
RGB Variations
Color information
#DD0CD4 (or 0xDD0CD4) is known color: Deep Magenta. HEX triplet: DD, 0C and D4. RGB value is (221,12,212). Sum of RGB (Red+Green+Blue) = 221+12+212=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CD4 is #22F32B. Grayscale: #606060. Windows color (decimal): -2290476 or 13896925. OLE color: 13896925.
HSL color Cylindrical-coordinate representation of color #DD0CD4: hue angle of 302.58º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CD4 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 212 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.13 |
| HSL | 302.58º | 0.9% | 0.46% | - |
| HSV(B) | 302.58º | 0.95% | 0.87% | - |
| XYZ | 41.83 | 20.39 | 64.02 | - |
| YUV | 97.29 | 192.74 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 212 | 0 | 0.95 | 0.04 | 0.13 | 302.58 | 0.9 | 0.46 |
| Hex | DD | C | D4 | 0 | 5F | 4 | D | 12F | 5A | 2E |
| Octal | 335 | 14 | 324 | 0 | 137 | 4 | 15 | 457 | 132 | 56 |
| Binary | 11011101 | 1100 | 11010100 | 0 | 1011111 | 100 | 1101 | 100101111 | 1011010 | 101110 |
Color Harmonies of #DD0CD4
Complementary color
Monochromatic Colors of #DD0CD4
Black with #DD0CD4
Text Example
Text Example
White with #DD0CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CD4; }
p { color: rgb(221,12,212); }
H1.HeaderClassName
{
color: #DD0CD4;
}
.AnyTagClassName
{
color: #DD0CD4;
}
</style>
background-color css
<style>
a { background-color: #DD0CD4; }
a { background-color: rgb(221,12,212); }
div.DivClassName
{
background-color: #DD0CD4;
}
.BgClassName
{
background-color: #DD0CD4;
}
</style>
border-color css
<style>
span { border-color: #DD0CD4; }
span { border-color: rgb(221,12,212); }
td.TdClassName
{
border-color: #DD0CD4;
}
.TagClassName
{
border-color: #DD0CD4;
}
</style>