Shades of Deep Magenta #DD12CA
Tints of Deep Magenta #DD12CA
RGB
CMYK
RGB Variations
Color information
#DD12CA (or 0xDD12CA) is known color: Deep Magenta. HEX triplet: DD, 12 and CA. RGB value is (221,18,202). Sum of RGB (Red+Green+Blue) = 221+18+202=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12CA is #22ED35. Grayscale: #636363. Windows color (decimal): -2288950 or 13243101. OLE color: 13243101.
HSL color Cylindrical-coordinate representation of color #DD12CA: hue angle of 305.62º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD12CA is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 202 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.13 |
| HSL | 305.62º | 0.85% | 0.47% | - |
| HSV(B) | 305.62º | 0.92% | 0.87% | - |
| XYZ | 40.7 | 20.07 | 57.61 | - |
| YUV | 99.67 | 185.75 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 202 | 0 | 0.92 | 0.09 | 0.13 | 305.62 | 0.85 | 0.47 |
| Hex | DD | 12 | CA | 0 | 5C | 9 | D | 132 | 55 | 2F |
| Octal | 335 | 22 | 312 | 0 | 134 | 11 | 15 | 462 | 125 | 57 |
| Binary | 11011101 | 10010 | 11001010 | 0 | 1011100 | 1001 | 1101 | 100110010 | 1010101 | 101111 |
Color Harmonies of #DD12CA
Complementary color
Monochromatic Colors of #DD12CA
Black with #DD12CA
Text Example
Text Example
White with #DD12CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12CA; }
p { color: rgb(221,18,202); }
H1.HeaderClassName
{
color: #DD12CA;
}
.AnyTagClassName
{
color: #DD12CA;
}
</style>
background-color css
<style>
a { background-color: #DD12CA; }
a { background-color: rgb(221,18,202); }
div.DivClassName
{
background-color: #DD12CA;
}
.BgClassName
{
background-color: #DD12CA;
}
</style>
border-color css
<style>
span { border-color: #DD12CA; }
span { border-color: rgb(221,18,202); }
td.TdClassName
{
border-color: #DD12CA;
}
.TagClassName
{
border-color: #DD12CA;
}
</style>