Shades of Deep Magenta #D123DD
Tints of Deep Magenta #D123DD
RGB
CMYK
RGB Variations
Color information
#D123DD (or 0xD123DD) is known color: Deep Magenta. HEX triplet: D1, 23 and DD. RGB value is (209,35,221). Sum of RGB (Red+Green+Blue) = 209+35+221=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #D123DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123DD is #2EDC22. Grayscale: #6B6B6B. Windows color (decimal): -3071011 or 14492625. OLE color: 14492625.
HSL color Cylindrical-coordinate representation of color #D123DD: hue angle of 296.13º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D123DD is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 35 | 221 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.13 |
| HSL | 296.13º | 0.73% | 0.5% | - |
| HSV(B) | 296.13º | 0.84% | 0.87% | - |
| XYZ | 39.95 | 19.98 | 70.16 | - |
| YUV | 108.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 221 | 0.05 | 0.84 | 0 | 0.13 | 296.13 | 0.73 | 0.5 |
| Hex | D1 | 23 | DD | 5 | 54 | 0 | D | 128 | 49 | 32 |
| Octal | 321 | 43 | 335 | 5 | 124 | 0 | 15 | 450 | 111 | 62 |
| Binary | 11010001 | 100011 | 11011101 | 101 | 1010100 | 0 | 1101 | 100101000 | 1001001 | 110010 |
Color Harmonies of #D123DD
Complementary color
Monochromatic Colors of #D123DD
Black with #D123DD
Text Example
Text Example
White with #D123DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123DD; }
p { color: rgb(209,35,221); }
H1.HeaderClassName
{
color: #D123DD;
}
.AnyTagClassName
{
color: #D123DD;
}
</style>
background-color css
<style>
a { background-color: #D123DD; }
a { background-color: rgb(209,35,221); }
div.DivClassName
{
background-color: #D123DD;
}
.BgClassName
{
background-color: #D123DD;
}
</style>
border-color css
<style>
span { border-color: #D123DD; }
span { border-color: rgb(209,35,221); }
td.TdClassName
{
border-color: #D123DD;
}
.TagClassName
{
border-color: #D123DD;
}
</style>