Shades of Deep Magenta #D122CA
Tints of Deep Magenta #D122CA
RGB
CMYK
RGB Variations
Color information
#D122CA (or 0xD122CA) is known color: Deep Magenta. HEX triplet: D1, 22 and CA. RGB value is (209,34,202). Sum of RGB (Red+Green+Blue) = 209+34+202=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 34 (13.67% from 255 or 7.64% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D122CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D122CA is #2EDD35. Grayscale: #686868. Windows color (decimal): -3071286 or 13247185. OLE color: 13247185.
HSL color Cylindrical-coordinate representation of color #D122CA: hue angle of 302.4º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D122CA is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 202 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.18 |
| HSL | 302.4º | 0.72% | 0.48% | - |
| HSV(B) | 302.4º | 0.84% | 0.82% | - |
| XYZ | 37.53 | 18.96 | 57.56 | - |
| YUV | 105.48 | 182.48 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 202 | 0 | 0.84 | 0.03 | 0.18 | 302.4 | 0.72 | 0.48 |
| Hex | D1 | 22 | CA | 0 | 54 | 3 | 12 | 12E | 48 | 30 |
| Octal | 321 | 42 | 312 | 0 | 124 | 3 | 22 | 456 | 110 | 60 |
| Binary | 11010001 | 100010 | 11001010 | 0 | 1010100 | 11 | 10010 | 100101110 | 1001000 | 110000 |
Color Harmonies of #D122CA
Complementary color
Monochromatic Colors of #D122CA
Black with #D122CA
Text Example
Text Example
White with #D122CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D122CA; }
p { color: rgb(209,34,202); }
H1.HeaderClassName
{
color: #D122CA;
}
.AnyTagClassName
{
color: #D122CA;
}
</style>
background-color css
<style>
a { background-color: #D122CA; }
a { background-color: rgb(209,34,202); }
div.DivClassName
{
background-color: #D122CA;
}
.BgClassName
{
background-color: #D122CA;
}
</style>
border-color css
<style>
span { border-color: #D122CA; }
span { border-color: rgb(209,34,202); }
td.TdClassName
{
border-color: #D122CA;
}
.TagClassName
{
border-color: #D122CA;
}
</style>