Shades of Deep Magenta #D123DA
Tints of Deep Magenta #D123DA
RGB
CMYK
RGB Variations
Color information
#D123DA (or 0xD123DA) is known color: Deep Magenta. HEX triplet: D1, 23 and DA. RGB value is (209,35,218). Sum of RGB (Red+Green+Blue) = 209+35+218=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #D123DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123DA is #2EDC25. Grayscale: #6B6B6B. Windows color (decimal): -3071014 or 14296017. OLE color: 14296017.
HSL color Cylindrical-coordinate representation of color #D123DA: hue angle of 297.05º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D123DA is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 35 | 218 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.15 |
| HSL | 297.05º | 0.72% | 0.5% | - |
| HSV(B) | 297.05º | 0.84% | 0.85% | - |
| XYZ | 39.55 | 19.82 | 68.07 | - |
| YUV | 107.89 | 190.15 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 218 | 0.04 | 0.84 | 0 | 0.15 | 297.05 | 0.72 | 0.5 |
| Hex | D1 | 23 | DA | 4 | 54 | 0 | F | 129 | 48 | 32 |
| Octal | 321 | 43 | 332 | 4 | 124 | 0 | 17 | 451 | 110 | 62 |
| Binary | 11010001 | 100011 | 11011010 | 100 | 1010100 | 0 | 1111 | 100101001 | 1001000 | 110010 |
Color Harmonies of #D123DA
Complementary color
Monochromatic Colors of #D123DA
Black with #D123DA
Text Example
Text Example
White with #D123DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123DA; }
p { color: rgb(209,35,218); }
H1.HeaderClassName
{
color: #D123DA;
}
.AnyTagClassName
{
color: #D123DA;
}
</style>
background-color css
<style>
a { background-color: #D123DA; }
a { background-color: rgb(209,35,218); }
div.DivClassName
{
background-color: #D123DA;
}
.BgClassName
{
background-color: #D123DA;
}
</style>
border-color css
<style>
span { border-color: #D123DA; }
span { border-color: rgb(209,35,218); }
td.TdClassName
{
border-color: #D123DA;
}
.TagClassName
{
border-color: #D123DA;
}
</style>