Shades of Deep Magenta #D123DB
Tints of Deep Magenta #D123DB
RGB
CMYK
RGB Variations
Color information
#D123DB (or 0xD123DB) is known color: Deep Magenta. HEX triplet: D1, 23 and DB. RGB value is (209,35,219). Sum of RGB (Red+Green+Blue) = 209+35+219=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 35 (14.06% from 255 or 7.56% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #D123DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123DB is #2EDC24. Grayscale: #6B6B6B. Windows color (decimal): -3071013 or 14361553. OLE color: 14361553.
HSL color Cylindrical-coordinate representation of color #D123DB: hue angle of 296.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D123DB is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 35 | 219 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.14 |
| HSL | 296.74º | 0.72% | 0.5% | - |
| HSV(B) | 296.74º | 0.84% | 0.86% | - |
| XYZ | 39.68 | 19.87 | 68.76 | - |
| YUV | 108 | 190.65 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 219 | 0.05 | 0.84 | 0 | 0.14 | 296.74 | 0.72 | 0.5 |
| Hex | D1 | 23 | DB | 5 | 54 | 0 | E | 129 | 48 | 32 |
| Octal | 321 | 43 | 333 | 5 | 124 | 0 | 16 | 451 | 110 | 62 |
| Binary | 11010001 | 100011 | 11011011 | 101 | 1010100 | 0 | 1110 | 100101001 | 1001000 | 110010 |
Color Harmonies of #D123DB
Complementary color
Monochromatic Colors of #D123DB
Black with #D123DB
Text Example
Text Example
White with #D123DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123DB; }
p { color: rgb(209,35,219); }
H1.HeaderClassName
{
color: #D123DB;
}
.AnyTagClassName
{
color: #D123DB;
}
</style>
background-color css
<style>
a { background-color: #D123DB; }
a { background-color: rgb(209,35,219); }
div.DivClassName
{
background-color: #D123DB;
}
.BgClassName
{
background-color: #D123DB;
}
</style>
border-color css
<style>
span { border-color: #D123DB; }
span { border-color: rgb(209,35,219); }
td.TdClassName
{
border-color: #D123DB;
}
.TagClassName
{
border-color: #D123DB;
}
</style>