Shades of Deep Magenta #D423D0
Tints of Deep Magenta #D423D0
RGB
CMYK
RGB Variations
Color information
#D423D0 (or 0xD423D0) is known color: Deep Magenta. HEX triplet: D4, 23 and D0. RGB value is (212,35,208). Sum of RGB (Red+Green+Blue) = 212+35+208=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D423D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D423D0 is #2BDC2F. Grayscale: #6B6B6B. Windows color (decimal): -2874416 or 13640660. OLE color: 13640660.
HSL color Cylindrical-coordinate representation of color #D423D0: hue angle of 301.36º 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 #D423D0 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 208 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.17 |
| HSL | 301.36º | 0.72% | 0.48% | - |
| HSV(B) | 301.36º | 0.83% | 0.83% | - |
| XYZ | 39.14 | 19.75 | 61.42 | - |
| YUV | 107.65 | 184.64 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 208 | 0 | 0.83 | 0.02 | 0.17 | 301.36 | 0.72 | 0.48 |
| Hex | D4 | 23 | D0 | 0 | 53 | 2 | 11 | 12D | 48 | 30 |
| Octal | 324 | 43 | 320 | 0 | 123 | 2 | 21 | 455 | 110 | 60 |
| Binary | 11010100 | 100011 | 11010000 | 0 | 1010011 | 10 | 10001 | 100101101 | 1001000 | 110000 |
Color Harmonies of #D423D0
Complementary color
Monochromatic Colors of #D423D0
Black with #D423D0
Text Example
Text Example
White with #D423D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D423D0; }
p { color: rgb(212,35,208); }
H1.HeaderClassName
{
color: #D423D0;
}
.AnyTagClassName
{
color: #D423D0;
}
</style>
background-color css
<style>
a { background-color: #D423D0; }
a { background-color: rgb(212,35,208); }
div.DivClassName
{
background-color: #D423D0;
}
.BgClassName
{
background-color: #D423D0;
}
</style>
border-color css
<style>
span { border-color: #D423D0; }
span { border-color: rgb(212,35,208); }
td.TdClassName
{
border-color: #D423D0;
}
.TagClassName
{
border-color: #D423D0;
}
</style>