Shades of Deep Magenta #D402CA
Tints of Deep Magenta #D402CA
RGB
CMYK
RGB Variations
Color information
#D402CA (or 0xD402CA) is known color: Deep Magenta. HEX triplet: D4, 02 and CA. RGB value is (212,2,202). Sum of RGB (Red+Green+Blue) = 212+2+202=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D402CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402CA is #2BFD35. Grayscale: #575757. Windows color (decimal): -2882870 or 13238996. OLE color: 13238996.
HSL color Cylindrical-coordinate representation of color #D402CA: hue angle of 302.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D402CA is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 202 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.17 |
| HSL | 302.86º | 0.98% | 0.42% | - |
| HSV(B) | 302.86º | 0.99% | 0.83% | - |
| XYZ | 37.83 | 18.3 | 57.42 | - |
| YUV | 87.59 | 192.57 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 202 | 0 | 0.99 | 0.05 | 0.17 | 302.86 | 0.98 | 0.42 |
| Hex | D4 | 2 | CA | 0 | 63 | 5 | 11 | 12F | 62 | 2A |
| Octal | 324 | 2 | 312 | 0 | 143 | 5 | 21 | 457 | 142 | 52 |
| Binary | 11010100 | 10 | 11001010 | 0 | 1100011 | 101 | 10001 | 100101111 | 1100010 | 101010 |
Color Harmonies of #D402CA
Complementary color
Monochromatic Colors of #D402CA
Black with #D402CA
Text Example
Text Example
White with #D402CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D402CA; }
p { color: rgb(212,2,202); }
H1.HeaderClassName
{
color: #D402CA;
}
.AnyTagClassName
{
color: #D402CA;
}
</style>
background-color css
<style>
a { background-color: #D402CA; }
a { background-color: rgb(212,2,202); }
div.DivClassName
{
background-color: #D402CA;
}
.BgClassName
{
background-color: #D402CA;
}
</style>
border-color css
<style>
span { border-color: #D402CA; }
span { border-color: rgb(212,2,202); }
td.TdClassName
{
border-color: #D402CA;
}
.TagClassName
{
border-color: #D402CA;
}
</style>