Shades of Deep Magenta #DD0CC4
Tints of Deep Magenta #DD0CC4
RGB
CMYK
RGB Variations
Color information
#DD0CC4 (or 0xDD0CC4) is known color: Deep Magenta. HEX triplet: DD, 0C and C4. RGB value is (221,12,196). Sum of RGB (Red+Green+Blue) = 221+12+196=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CC4 is #22F33B. Grayscale: #5E5E5E. Windows color (decimal): -2290492 or 12848349. OLE color: 12848349.
HSL color Cylindrical-coordinate representation of color #DD0CC4: hue angle of 307.18º 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 #DD0CC4 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 196 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.13 |
| HSL | 307.18º | 0.9% | 0.46% | - |
| HSV(B) | 307.18º | 0.95% | 0.87% | - |
| XYZ | 39.91 | 19.62 | 53.91 | - |
| YUV | 95.47 | 184.74 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 196 | 0 | 0.95 | 0.11 | 0.13 | 307.18 | 0.9 | 0.46 |
| Hex | DD | C | C4 | 0 | 5F | B | D | 133 | 5A | 2E |
| Octal | 335 | 14 | 304 | 0 | 137 | 13 | 15 | 463 | 132 | 56 |
| Binary | 11011101 | 1100 | 11000100 | 0 | 1011111 | 1011 | 1101 | 100110011 | 1011010 | 101110 |
Color Harmonies of #DD0CC4
Complementary color
Monochromatic Colors of #DD0CC4
Black with #DD0CC4
Text Example
Text Example
White with #DD0CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CC4; }
p { color: rgb(221,12,196); }
H1.HeaderClassName
{
color: #DD0CC4;
}
.AnyTagClassName
{
color: #DD0CC4;
}
</style>
background-color css
<style>
a { background-color: #DD0CC4; }
a { background-color: rgb(221,12,196); }
div.DivClassName
{
background-color: #DD0CC4;
}
.BgClassName
{
background-color: #DD0CC4;
}
</style>
border-color css
<style>
span { border-color: #DD0CC4; }
span { border-color: rgb(221,12,196); }
td.TdClassName
{
border-color: #DD0CC4;
}
.TagClassName
{
border-color: #DD0CC4;
}
</style>