Shades of Deep Magenta #D423CA
Tints of Deep Magenta #D423CA
RGB
CMYK
RGB Variations
Color information
#D423CA (or 0xD423CA) is known color: Deep Magenta. HEX triplet: D4, 23 and CA. RGB value is (212,35,202). Sum of RGB (Red+Green+Blue) = 212+35+202=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D423CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D423CA is #2BDC35. Grayscale: #6A6A6A. Windows color (decimal): -2874422 or 13247444. OLE color: 13247444.
HSL color Cylindrical-coordinate representation of color #D423CA: hue angle of 303.39º 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 #D423CA is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 202 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.17 |
| HSL | 303.39º | 0.72% | 0.48% | - |
| HSV(B) | 303.39º | 0.83% | 0.83% | - |
| XYZ | 38.41 | 19.46 | 57.61 | - |
| YUV | 106.96 | 181.64 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 202 | 0 | 0.83 | 0.05 | 0.17 | 303.39 | 0.72 | 0.48 |
| Hex | D4 | 23 | CA | 0 | 53 | 5 | 11 | 12F | 48 | 30 |
| Octal | 324 | 43 | 312 | 0 | 123 | 5 | 21 | 457 | 110 | 60 |
| Binary | 11010100 | 100011 | 11001010 | 0 | 1010011 | 101 | 10001 | 100101111 | 1001000 | 110000 |
Color Harmonies of #D423CA
Complementary color
Monochromatic Colors of #D423CA
Black with #D423CA
Text Example
Text Example
White with #D423CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D423CA; }
p { color: rgb(212,35,202); }
H1.HeaderClassName
{
color: #D423CA;
}
.AnyTagClassName
{
color: #D423CA;
}
</style>
background-color css
<style>
a { background-color: #D423CA; }
a { background-color: rgb(212,35,202); }
div.DivClassName
{
background-color: #D423CA;
}
.BgClassName
{
background-color: #D423CA;
}
</style>
border-color css
<style>
span { border-color: #D423CA; }
span { border-color: rgb(212,35,202); }
td.TdClassName
{
border-color: #D423CA;
}
.TagClassName
{
border-color: #D423CA;
}
</style>