Shades of Deep Magenta #D122CF
Tints of Deep Magenta #D122CF
RGB
CMYK
RGB Variations
Color information
#D122CF (or 0xD122CF) is known color: Deep Magenta. HEX triplet: D1, 22 and CF. RGB value is (209,34,207). Sum of RGB (Red+Green+Blue) = 209+34+207=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 34 (13.67% from 255 or 7.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D122CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D122CF is #2EDD30. Grayscale: #696969. Windows color (decimal): -3071281 or 13574865. OLE color: 13574865.
HSL color Cylindrical-coordinate representation of color #D122CF: hue angle of 300.69º 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 #D122CF is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 207 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.18 |
| HSL | 300.69º | 0.72% | 0.48% | - |
| HSV(B) | 300.69º | 0.84% | 0.82% | - |
| XYZ | 38.13 | 19.2 | 60.73 | - |
| YUV | 106.05 | 184.98 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 207 | 0 | 0.84 | 0.01 | 0.18 | 300.69 | 0.72 | 0.48 |
| Hex | D1 | 22 | CF | 0 | 54 | 1 | 12 | 12D | 48 | 30 |
| Octal | 321 | 42 | 317 | 0 | 124 | 1 | 22 | 455 | 110 | 60 |
| Binary | 11010001 | 100010 | 11001111 | 0 | 1010100 | 1 | 10010 | 100101101 | 1001000 | 110000 |
Color Harmonies of #D122CF
Complementary color
Monochromatic Colors of #D122CF
Black with #D122CF
Text Example
Text Example
White with #D122CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D122CF; }
p { color: rgb(209,34,207); }
H1.HeaderClassName
{
color: #D122CF;
}
.AnyTagClassName
{
color: #D122CF;
}
</style>
background-color css
<style>
a { background-color: #D122CF; }
a { background-color: rgb(209,34,207); }
div.DivClassName
{
background-color: #D122CF;
}
.BgClassName
{
background-color: #D122CF;
}
</style>
border-color css
<style>
span { border-color: #D122CF; }
span { border-color: rgb(209,34,207); }
td.TdClassName
{
border-color: #D122CF;
}
.TagClassName
{
border-color: #D122CF;
}
</style>