Shades of Deep Magenta #D716CA
Tints of Deep Magenta #D716CA
RGB
CMYK
RGB Variations
Color information
#D716CA (or 0xD716CA) is known color: Deep Magenta. HEX triplet: D7, 16 and CA. RGB value is (215,22,202). Sum of RGB (Red+Green+Blue) = 215+22+202=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D716CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D716CA is #28E935. Grayscale: #636363. Windows color (decimal): -2681142 or 13244119. OLE color: 13244119.
HSL color Cylindrical-coordinate representation of color #D716CA: hue angle of 304.04º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D716CA is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 202 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.16 |
| HSL | 304.04º | 0.81% | 0.46% | - |
| HSV(B) | 304.04º | 0.9% | 0.84% | - |
| XYZ | 38.97 | 19.29 | 57.55 | - |
| YUV | 100.23 | 185.44 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 202 | 0 | 0.90 | 0.06 | 0.16 | 304.04 | 0.81 | 0.46 |
| Hex | D7 | 16 | CA | 0 | 5A | 6 | 10 | 130 | 51 | 2E |
| Octal | 327 | 26 | 312 | 0 | 132 | 6 | 20 | 460 | 121 | 56 |
| Binary | 11010111 | 10110 | 11001010 | 0 | 1011010 | 110 | 10000 | 100110000 | 1010001 | 101110 |
Color Harmonies of #D716CA
Complementary color
Monochromatic Colors of #D716CA
Black with #D716CA
Text Example
Text Example
White with #D716CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D716CA; }
p { color: rgb(215,22,202); }
H1.HeaderClassName
{
color: #D716CA;
}
.AnyTagClassName
{
color: #D716CA;
}
</style>
background-color css
<style>
a { background-color: #D716CA; }
a { background-color: rgb(215,22,202); }
div.DivClassName
{
background-color: #D716CA;
}
.BgClassName
{
background-color: #D716CA;
}
</style>
border-color css
<style>
span { border-color: #D716CA; }
span { border-color: rgb(215,22,202); }
td.TdClassName
{
border-color: #D716CA;
}
.TagClassName
{
border-color: #D716CA;
}
</style>