Shades of Deep Magenta #D416CA
Tints of Deep Magenta #D416CA
RGB
CMYK
RGB Variations
Color information
#D416CA (or 0xD416CA) is known color: Deep Magenta. HEX triplet: D4, 16 and CA. RGB value is (212,22,202). Sum of RGB (Red+Green+Blue) = 212+22+202=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D416CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416CA is #2BE935. Grayscale: #626262. Windows color (decimal): -2877750 or 13244116. OLE color: 13244116.
HSL color Cylindrical-coordinate representation of color #D416CA: hue angle of 303.16º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D416CA is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 202 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.17 |
| HSL | 303.16º | 0.81% | 0.46% | - |
| HSV(B) | 303.16º | 0.9% | 0.83% | - |
| XYZ | 38.1 | 18.84 | 57.5 | - |
| YUV | 99.33 | 185.95 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 202 | 0 | 0.90 | 0.05 | 0.17 | 303.16 | 0.81 | 0.46 |
| Hex | D4 | 16 | CA | 0 | 5A | 5 | 11 | 12F | 51 | 2E |
| Octal | 324 | 26 | 312 | 0 | 132 | 5 | 21 | 457 | 121 | 56 |
| Binary | 11010100 | 10110 | 11001010 | 0 | 1011010 | 101 | 10001 | 100101111 | 1010001 | 101110 |
Color Harmonies of #D416CA
Complementary color
Monochromatic Colors of #D416CA
Black with #D416CA
Text Example
Text Example
White with #D416CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416CA; }
p { color: rgb(212,22,202); }
H1.HeaderClassName
{
color: #D416CA;
}
.AnyTagClassName
{
color: #D416CA;
}
</style>
background-color css
<style>
a { background-color: #D416CA; }
a { background-color: rgb(212,22,202); }
div.DivClassName
{
background-color: #D416CA;
}
.BgClassName
{
background-color: #D416CA;
}
</style>
border-color css
<style>
span { border-color: #D416CA; }
span { border-color: rgb(212,22,202); }
td.TdClassName
{
border-color: #D416CA;
}
.TagClassName
{
border-color: #D416CA;
}
</style>