Shades of Deep Magenta #D122CB
Tints of Deep Magenta #D122CB
RGB
CMYK
RGB Variations
Color information
#D122CB (or 0xD122CB) is known color: Deep Magenta. HEX triplet: D1, 22 and CB. RGB value is (209,34,203). Sum of RGB (Red+Green+Blue) = 209+34+203=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 34 (13.67% from 255 or 7.62% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D122CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D122CB is #2EDD34. Grayscale: #696969. Windows color (decimal): -3071285 or 13312721. OLE color: 13312721.
HSL color Cylindrical-coordinate representation of color #D122CB: hue angle of 302.06º 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 #D122CB is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 203 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.18 |
| HSL | 302.06º | 0.72% | 0.48% | - |
| HSV(B) | 302.06º | 0.84% | 0.82% | - |
| XYZ | 37.65 | 19.01 | 58.19 | - |
| YUV | 105.59 | 182.98 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 203 | 0 | 0.84 | 0.03 | 0.18 | 302.06 | 0.72 | 0.48 |
| Hex | D1 | 22 | CB | 0 | 54 | 3 | 12 | 12E | 48 | 30 |
| Octal | 321 | 42 | 313 | 0 | 124 | 3 | 22 | 456 | 110 | 60 |
| Binary | 11010001 | 100010 | 11001011 | 0 | 1010100 | 11 | 10010 | 100101110 | 1001000 | 110000 |
Color Harmonies of #D122CB
Complementary color
Monochromatic Colors of #D122CB
Black with #D122CB
Text Example
Text Example
White with #D122CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D122CB; }
p { color: rgb(209,34,203); }
H1.HeaderClassName
{
color: #D122CB;
}
.AnyTagClassName
{
color: #D122CB;
}
</style>
background-color css
<style>
a { background-color: #D122CB; }
a { background-color: rgb(209,34,203); }
div.DivClassName
{
background-color: #D122CB;
}
.BgClassName
{
background-color: #D122CB;
}
</style>
border-color css
<style>
span { border-color: #D122CB; }
span { border-color: rgb(209,34,203); }
td.TdClassName
{
border-color: #D122CB;
}
.TagClassName
{
border-color: #D122CB;
}
</style>