Shades of Deep Magenta #D124CA
Tints of Deep Magenta #D124CA
RGB
CMYK
RGB Variations
Color information
#D124CA (or 0xD124CA) is known color: Deep Magenta. HEX triplet: D1, 24 and CA. RGB value is (209,36,202). Sum of RGB (Red+Green+Blue) = 209+36+202=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D124CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D124CA is #2EDB35. Grayscale: #6A6A6A. Windows color (decimal): -3070774 or 13247697. OLE color: 13247697.
HSL color Cylindrical-coordinate representation of color #D124CA: hue angle of 302.43º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D124CA is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 202 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.18 |
| HSL | 302.43º | 0.71% | 0.48% | - |
| HSV(B) | 302.43º | 0.83% | 0.82% | - |
| XYZ | 37.59 | 19.08 | 57.58 | - |
| YUV | 106.65 | 181.81 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 202 | 0 | 0.83 | 0.03 | 0.18 | 302.43 | 0.71 | 0.48 |
| Hex | D1 | 24 | CA | 0 | 53 | 3 | 12 | 12E | 47 | 30 |
| Octal | 321 | 44 | 312 | 0 | 123 | 3 | 22 | 456 | 107 | 60 |
| Binary | 11010001 | 100100 | 11001010 | 0 | 1010011 | 11 | 10010 | 100101110 | 1000111 | 110000 |
Color Harmonies of #D124CA
Complementary color
Monochromatic Colors of #D124CA
Black with #D124CA
Text Example
Text Example
White with #D124CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D124CA; }
p { color: rgb(209,36,202); }
H1.HeaderClassName
{
color: #D124CA;
}
.AnyTagClassName
{
color: #D124CA;
}
</style>
background-color css
<style>
a { background-color: #D124CA; }
a { background-color: rgb(209,36,202); }
div.DivClassName
{
background-color: #D124CA;
}
.BgClassName
{
background-color: #D124CA;
}
</style>
border-color css
<style>
span { border-color: #D124CA; }
span { border-color: rgb(209,36,202); }
td.TdClassName
{
border-color: #D124CA;
}
.TagClassName
{
border-color: #D124CA;
}
</style>