Shades of Deep Magenta #D428CA
Tints of Deep Magenta #D428CA
RGB
CMYK
RGB Variations
Color information
#D428CA (or 0xD428CA) is known color: Deep Magenta. HEX triplet: D4, 28 and CA. RGB value is (212,40,202). Sum of RGB (Red+Green+Blue) = 212+40+202=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D428CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D428CA is #2BD735. Grayscale: #6D6D6D. Windows color (decimal): -2873142 or 13248724. OLE color: 13248724.
HSL color Cylindrical-coordinate representation of color #D428CA: hue angle of 303.49º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D428CA is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 202 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.17 |
| HSL | 303.49º | 0.68% | 0.49% | - |
| HSV(B) | 303.49º | 0.81% | 0.83% | - |
| XYZ | 38.57 | 19.78 | 57.66 | - |
| YUV | 109.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 202 | 0 | 0.81 | 0.05 | 0.17 | 303.49 | 0.68 | 0.49 |
| Hex | D4 | 28 | CA | 0 | 51 | 5 | 11 | 12F | 44 | 31 |
| Octal | 324 | 50 | 312 | 0 | 121 | 5 | 21 | 457 | 104 | 61 |
| Binary | 11010100 | 101000 | 11001010 | 0 | 1010001 | 101 | 10001 | 100101111 | 1000100 | 110001 |
Color Harmonies of #D428CA
Complementary color
Monochromatic Colors of #D428CA
Black with #D428CA
Text Example
Text Example
White with #D428CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D428CA; }
p { color: rgb(212,40,202); }
H1.HeaderClassName
{
color: #D428CA;
}
.AnyTagClassName
{
color: #D428CA;
}
</style>
background-color css
<style>
a { background-color: #D428CA; }
a { background-color: rgb(212,40,202); }
div.DivClassName
{
background-color: #D428CA;
}
.BgClassName
{
background-color: #D428CA;
}
</style>
border-color css
<style>
span { border-color: #D428CA; }
span { border-color: rgb(212,40,202); }
td.TdClassName
{
border-color: #D428CA;
}
.TagClassName
{
border-color: #D428CA;
}
</style>