Shades of Deep Magenta #D424CA
Tints of Deep Magenta #D424CA
RGB
CMYK
RGB Variations
Color information
#D424CA (or 0xD424CA) is known color: Deep Magenta. HEX triplet: D4, 24 and CA. RGB value is (212,36,202). Sum of RGB (Red+Green+Blue) = 212+36+202=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D424CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D424CA is #2BDB35. Grayscale: #6B6B6B. Windows color (decimal): -2874166 or 13247700. OLE color: 13247700.
HSL color Cylindrical-coordinate representation of color #D424CA: hue angle of 303.41º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D424CA is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 202 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.17 |
| HSL | 303.41º | 0.71% | 0.49% | - |
| HSV(B) | 303.41º | 0.83% | 0.83% | - |
| XYZ | 38.44 | 19.52 | 57.62 | - |
| YUV | 107.55 | 181.31 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 202 | 0 | 0.83 | 0.05 | 0.17 | 303.41 | 0.71 | 0.49 |
| Hex | D4 | 24 | CA | 0 | 53 | 5 | 11 | 12F | 47 | 31 |
| Octal | 324 | 44 | 312 | 0 | 123 | 5 | 21 | 457 | 107 | 61 |
| Binary | 11010100 | 100100 | 11001010 | 0 | 1010011 | 101 | 10001 | 100101111 | 1000111 | 110001 |
Color Harmonies of #D424CA
Complementary color
Monochromatic Colors of #D424CA
Black with #D424CA
Text Example
Text Example
White with #D424CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D424CA; }
p { color: rgb(212,36,202); }
H1.HeaderClassName
{
color: #D424CA;
}
.AnyTagClassName
{
color: #D424CA;
}
</style>
background-color css
<style>
a { background-color: #D424CA; }
a { background-color: rgb(212,36,202); }
div.DivClassName
{
background-color: #D424CA;
}
.BgClassName
{
background-color: #D424CA;
}
</style>
border-color css
<style>
span { border-color: #D424CA; }
span { border-color: rgb(212,36,202); }
td.TdClassName
{
border-color: #D424CA;
}
.TagClassName
{
border-color: #D424CA;
}
</style>