Shades of Deep Magenta #DD0CC3
Tints of Deep Magenta #DD0CC3
RGB
CMYK
RGB Variations
Color information
#DD0CC3 (or 0xDD0CC3) is known color: Deep Magenta. HEX triplet: DD, 0C and C3. RGB value is (221,12,195). Sum of RGB (Red+Green+Blue) = 221+12+195=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CC3 is #22F33C. Grayscale: #5E5E5E. Windows color (decimal): -2290493 or 12782813. OLE color: 12782813.
HSL color Cylindrical-coordinate representation of color #DD0CC3: hue angle of 307.46º 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 #DD0CC3 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 195 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.13 |
| HSL | 307.46º | 0.9% | 0.46% | - |
| HSV(B) | 307.46º | 0.95% | 0.87% | - |
| XYZ | 39.8 | 19.58 | 53.31 | - |
| YUV | 95.35 | 184.24 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 195 | 0 | 0.95 | 0.12 | 0.13 | 307.46 | 0.9 | 0.46 |
| Hex | DD | C | C3 | 0 | 5F | C | D | 133 | 5A | 2E |
| Octal | 335 | 14 | 303 | 0 | 137 | 14 | 15 | 463 | 132 | 56 |
| Binary | 11011101 | 1100 | 11000011 | 0 | 1011111 | 1100 | 1101 | 100110011 | 1011010 | 101110 |
Color Harmonies of #DD0CC3
Complementary color
Monochromatic Colors of #DD0CC3
Black with #DD0CC3
Text Example
Text Example
White with #DD0CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CC3; }
p { color: rgb(221,12,195); }
H1.HeaderClassName
{
color: #DD0CC3;
}
.AnyTagClassName
{
color: #DD0CC3;
}
</style>
background-color css
<style>
a { background-color: #DD0CC3; }
a { background-color: rgb(221,12,195); }
div.DivClassName
{
background-color: #DD0CC3;
}
.BgClassName
{
background-color: #DD0CC3;
}
</style>
border-color css
<style>
span { border-color: #DD0CC3; }
span { border-color: rgb(221,12,195); }
td.TdClassName
{
border-color: #DD0CC3;
}
.TagClassName
{
border-color: #DD0CC3;
}
</style>