Shades of Deep Magenta #D124DA
Tints of Deep Magenta #D124DA
RGB
CMYK
RGB Variations
Color information
#D124DA (or 0xD124DA) is known color: Deep Magenta. HEX triplet: D1, 24 and DA. RGB value is (209,36,218). Sum of RGB (Red+Green+Blue) = 209+36+218=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #D124DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D124DA is #2EDB25. Grayscale: #6B6B6B. Windows color (decimal): -3070758 or 14296273. OLE color: 14296273.
HSL color Cylindrical-coordinate representation of color #D124DA: hue angle of 297.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D124DA is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 36 | 218 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.15 |
| HSL | 297.03º | 0.72% | 0.5% | - |
| HSV(B) | 297.03º | 0.83% | 0.85% | - |
| XYZ | 39.58 | 19.88 | 68.08 | - |
| YUV | 108.48 | 189.81 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 218 | 0.04 | 0.83 | 0 | 0.15 | 297.03 | 0.72 | 0.5 |
| Hex | D1 | 24 | DA | 4 | 53 | 0 | F | 129 | 48 | 32 |
| Octal | 321 | 44 | 332 | 4 | 123 | 0 | 17 | 451 | 110 | 62 |
| Binary | 11010001 | 100100 | 11011010 | 100 | 1010011 | 0 | 1111 | 100101001 | 1001000 | 110010 |
Color Harmonies of #D124DA
Complementary color
Monochromatic Colors of #D124DA
Black with #D124DA
Text Example
Text Example
White with #D124DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D124DA; }
p { color: rgb(209,36,218); }
H1.HeaderClassName
{
color: #D124DA;
}
.AnyTagClassName
{
color: #D124DA;
}
</style>
background-color css
<style>
a { background-color: #D124DA; }
a { background-color: rgb(209,36,218); }
div.DivClassName
{
background-color: #D124DA;
}
.BgClassName
{
background-color: #D124DA;
}
</style>
border-color css
<style>
span { border-color: #D124DA; }
span { border-color: rgb(209,36,218); }
td.TdClassName
{
border-color: #D124DA;
}
.TagClassName
{
border-color: #D124DA;
}
</style>