Shades of Deep Magenta #D423B5
Tints of Deep Magenta #D423B5
RGB
CMYK
RGB Variations
Color information
#D423B5 (or 0xD423B5) is known color: Deep Magenta. HEX triplet: D4, 23 and B5. RGB value is (212,35,181). Sum of RGB (Red+Green+Blue) = 212+35+181=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D423B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D423B5 is #2BDC4A. Grayscale: #686868. Windows color (decimal): -2874443 or 11871188. OLE color: 11871188.
HSL color Cylindrical-coordinate representation of color #D423B5: hue angle of 310.51º 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 #D423B5 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 181 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.17 |
| HSL | 310.51º | 0.72% | 0.48% | - |
| HSV(B) | 310.51º | 0.83% | 0.83% | - |
| XYZ | 36.09 | 18.54 | 45.39 | - |
| YUV | 104.57 | 171.14 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 181 | 0 | 0.83 | 0.15 | 0.17 | 310.51 | 0.72 | 0.48 |
| Hex | D4 | 23 | B5 | 0 | 53 | F | 11 | 137 | 48 | 30 |
| Octal | 324 | 43 | 265 | 0 | 123 | 17 | 21 | 467 | 110 | 60 |
| Binary | 11010100 | 100011 | 10110101 | 0 | 1010011 | 1111 | 10001 | 100110111 | 1001000 | 110000 |
Color Harmonies of #D423B5
Complementary color
Monochromatic Colors of #D423B5
Black with #D423B5
Text Example
Text Example
White with #D423B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D423B5; }
p { color: rgb(212,35,181); }
H1.HeaderClassName
{
color: #D423B5;
}
.AnyTagClassName
{
color: #D423B5;
}
</style>
background-color css
<style>
a { background-color: #D423B5; }
a { background-color: rgb(212,35,181); }
div.DivClassName
{
background-color: #D423B5;
}
.BgClassName
{
background-color: #D423B5;
}
</style>
border-color css
<style>
span { border-color: #D423B5; }
span { border-color: rgb(212,35,181); }
td.TdClassName
{
border-color: #D423B5;
}
.TagClassName
{
border-color: #D423B5;
}
</style>