Shades of Deep Magenta #D123D7
Tints of Deep Magenta #D123D7
RGB
CMYK
RGB Variations
Color information
#D123D7 (or 0xD123D7) is known color: Deep Magenta. HEX triplet: D1, 23 and D7. RGB value is (209,35,215). Sum of RGB (Red+Green+Blue) = 209+35+215=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 35 (14.06% from 255 or 7.63% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #D123D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123D7 is #2EDC28. Grayscale: #6B6B6B. Windows color (decimal): -3071017 or 14099409. OLE color: 14099409.
HSL color Cylindrical-coordinate representation of color #D123D7: hue angle of 298º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D123D7 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 35 | 215 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.16 |
| HSL | 298º | 0.72% | 0.49% | - |
| HSV(B) | 298º | 0.84% | 0.84% | - |
| XYZ | 39.16 | 19.66 | 66.02 | - |
| YUV | 107.55 | 188.65 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 215 | 0.03 | 0.84 | 0 | 0.16 | 298 | 0.72 | 0.49 |
| Hex | D1 | 23 | D7 | 3 | 54 | 0 | 10 | 12A | 48 | 31 |
| Octal | 321 | 43 | 327 | 3 | 124 | 0 | 20 | 452 | 110 | 61 |
| Binary | 11010001 | 100011 | 11010111 | 11 | 1010100 | 0 | 10000 | 100101010 | 1001000 | 110001 |
Color Harmonies of #D123D7
Complementary color
Monochromatic Colors of #D123D7
Black with #D123D7
Text Example
Text Example
White with #D123D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123D7; }
p { color: rgb(209,35,215); }
H1.HeaderClassName
{
color: #D123D7;
}
.AnyTagClassName
{
color: #D123D7;
}
</style>
background-color css
<style>
a { background-color: #D123D7; }
a { background-color: rgb(209,35,215); }
div.DivClassName
{
background-color: #D123D7;
}
.BgClassName
{
background-color: #D123D7;
}
</style>
border-color css
<style>
span { border-color: #D123D7; }
span { border-color: rgb(209,35,215); }
td.TdClassName
{
border-color: #D123D7;
}
.TagClassName
{
border-color: #D123D7;
}
</style>