Shades of Deep Magenta #D423BD
Tints of Deep Magenta #D423BD
RGB
CMYK
RGB Variations
Color information
#D423BD (or 0xD423BD) is known color: Deep Magenta. HEX triplet: D4, 23 and BD. RGB value is (212,35,189). Sum of RGB (Red+Green+Blue) = 212+35+189=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D423BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D423BD is #2BDC42. Grayscale: #696969. Windows color (decimal): -2874435 or 12395476. OLE color: 12395476.
HSL color Cylindrical-coordinate representation of color #D423BD: hue angle of 307.8º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D423BD is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 189 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.17 |
| HSL | 307.8º | 0.72% | 0.48% | - |
| HSV(B) | 307.8º | 0.83% | 0.83% | - |
| XYZ | 36.94 | 18.87 | 49.84 | - |
| YUV | 105.48 | 175.14 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 189 | 0 | 0.83 | 0.11 | 0.17 | 307.8 | 0.72 | 0.48 |
| Hex | D4 | 23 | BD | 0 | 53 | B | 11 | 134 | 48 | 30 |
| Octal | 324 | 43 | 275 | 0 | 123 | 13 | 21 | 464 | 110 | 60 |
| Binary | 11010100 | 100011 | 10111101 | 0 | 1010011 | 1011 | 10001 | 100110100 | 1001000 | 110000 |
Color Harmonies of #D423BD
Complementary color
Monochromatic Colors of #D423BD
Black with #D423BD
Text Example
Text Example
White with #D423BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D423BD; }
p { color: rgb(212,35,189); }
H1.HeaderClassName
{
color: #D423BD;
}
.AnyTagClassName
{
color: #D423BD;
}
</style>
background-color css
<style>
a { background-color: #D423BD; }
a { background-color: rgb(212,35,189); }
div.DivClassName
{
background-color: #D423BD;
}
.BgClassName
{
background-color: #D423BD;
}
</style>
border-color css
<style>
span { border-color: #D423BD; }
span { border-color: rgb(212,35,189); }
td.TdClassName
{
border-color: #D423BD;
}
.TagClassName
{
border-color: #D423BD;
}
</style>