Shades of Deep Magenta #D423C2
Tints of Deep Magenta #D423C2
RGB
CMYK
RGB Variations
Color information
#D423C2 (or 0xD423C2) is known color: Deep Magenta. HEX triplet: D4, 23 and C2. RGB value is (212,35,194). Sum of RGB (Red+Green+Blue) = 212+35+194=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D423C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D423C2 is #2BDC3D. Grayscale: #696969. Windows color (decimal): -2874430 or 12723156. OLE color: 12723156.
HSL color Cylindrical-coordinate representation of color #D423C2: hue angle of 306.1º 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 #D423C2 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 194 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.17 |
| HSL | 306.1º | 0.72% | 0.48% | - |
| HSV(B) | 306.1º | 0.83% | 0.83% | - |
| XYZ | 37.49 | 19.09 | 52.75 | - |
| YUV | 106.05 | 177.64 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 194 | 0 | 0.83 | 0.08 | 0.17 | 306.1 | 0.72 | 0.48 |
| Hex | D4 | 23 | C2 | 0 | 53 | 8 | 11 | 132 | 48 | 30 |
| Octal | 324 | 43 | 302 | 0 | 123 | 10 | 21 | 462 | 110 | 60 |
| Binary | 11010100 | 100011 | 11000010 | 0 | 1010011 | 1000 | 10001 | 100110010 | 1001000 | 110000 |
Color Harmonies of #D423C2
Complementary color
Monochromatic Colors of #D423C2
Black with #D423C2
Text Example
Text Example
White with #D423C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D423C2; }
p { color: rgb(212,35,194); }
H1.HeaderClassName
{
color: #D423C2;
}
.AnyTagClassName
{
color: #D423C2;
}
</style>
background-color css
<style>
a { background-color: #D423C2; }
a { background-color: rgb(212,35,194); }
div.DivClassName
{
background-color: #D423C2;
}
.BgClassName
{
background-color: #D423C2;
}
</style>
border-color css
<style>
span { border-color: #D423C2; }
span { border-color: rgb(212,35,194); }
td.TdClassName
{
border-color: #D423C2;
}
.TagClassName
{
border-color: #D423C2;
}
</style>