Shades of Deep Magenta #D124C2
Tints of Deep Magenta #D124C2
RGB
CMYK
RGB Variations
Color information
#D124C2 (or 0xD124C2) is known color: Deep Magenta. HEX triplet: D1, 24 and C2. RGB value is (209,36,194). Sum of RGB (Red+Green+Blue) = 209+36+194=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D124C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D124C2 is #2EDB3D. Grayscale: #696969. Windows color (decimal): -3070782 or 12723409. OLE color: 12723409.
HSL color Cylindrical-coordinate representation of color #D124C2: hue angle of 305.2º 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 #D124C2 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 194 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.18 |
| HSL | 305.2º | 0.71% | 0.48% | - |
| HSV(B) | 305.2º | 0.83% | 0.82% | - |
| XYZ | 36.66 | 18.71 | 52.72 | - |
| YUV | 105.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 194 | 0 | 0.83 | 0.07 | 0.18 | 305.2 | 0.71 | 0.48 |
| Hex | D1 | 24 | C2 | 0 | 53 | 7 | 12 | 131 | 47 | 30 |
| Octal | 321 | 44 | 302 | 0 | 123 | 7 | 22 | 461 | 107 | 60 |
| Binary | 11010001 | 100100 | 11000010 | 0 | 1010011 | 111 | 10010 | 100110001 | 1000111 | 110000 |
Color Harmonies of #D124C2
Complementary color
Monochromatic Colors of #D124C2
Black with #D124C2
Text Example
Text Example
White with #D124C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D124C2; }
p { color: rgb(209,36,194); }
H1.HeaderClassName
{
color: #D124C2;
}
.AnyTagClassName
{
color: #D124C2;
}
</style>
background-color css
<style>
a { background-color: #D124C2; }
a { background-color: rgb(209,36,194); }
div.DivClassName
{
background-color: #D124C2;
}
.BgClassName
{
background-color: #D124C2;
}
</style>
border-color css
<style>
span { border-color: #D124C2; }
span { border-color: rgb(209,36,194); }
td.TdClassName
{
border-color: #D124C2;
}
.TagClassName
{
border-color: #D124C2;
}
</style>