Shades of Deep Magenta #D123BA
Tints of Deep Magenta #D123BA
RGB
CMYK
RGB Variations
Color information
#D123BA (or 0xD123BA) is known color: Deep Magenta. HEX triplet: D1, 23 and BA. RGB value is (209,35,186). Sum of RGB (Red+Green+Blue) = 209+35+186=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D123BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123BA is #2EDC45. Grayscale: #676767. Windows color (decimal): -3071046 or 12198865. OLE color: 12198865.
HSL color Cylindrical-coordinate representation of color #D123BA: hue angle of 307.93º 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 #D123BA is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 186 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.18 |
| HSL | 307.93º | 0.71% | 0.48% | - |
| HSV(B) | 307.93º | 0.83% | 0.82% | - |
| XYZ | 35.76 | 18.3 | 48.1 | - |
| YUV | 104.24 | 174.15 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 186 | 0 | 0.83 | 0.11 | 0.18 | 307.93 | 0.71 | 0.48 |
| Hex | D1 | 23 | BA | 0 | 53 | B | 12 | 134 | 47 | 30 |
| Octal | 321 | 43 | 272 | 0 | 123 | 13 | 22 | 464 | 107 | 60 |
| Binary | 11010001 | 100011 | 10111010 | 0 | 1010011 | 1011 | 10010 | 100110100 | 1000111 | 110000 |
Color Harmonies of #D123BA
Complementary color
Monochromatic Colors of #D123BA
Black with #D123BA
Text Example
Text Example
White with #D123BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123BA; }
p { color: rgb(209,35,186); }
H1.HeaderClassName
{
color: #D123BA;
}
.AnyTagClassName
{
color: #D123BA;
}
</style>
background-color css
<style>
a { background-color: #D123BA; }
a { background-color: rgb(209,35,186); }
div.DivClassName
{
background-color: #D123BA;
}
.BgClassName
{
background-color: #D123BA;
}
</style>
border-color css
<style>
span { border-color: #D123BA; }
span { border-color: rgb(209,35,186); }
td.TdClassName
{
border-color: #D123BA;
}
.TagClassName
{
border-color: #D123BA;
}
</style>