Shades of Deep Magenta #D716CC
Tints of Deep Magenta #D716CC
RGB
CMYK
RGB Variations
Color information
#D716CC (or 0xD716CC) is known color: Deep Magenta. HEX triplet: D7, 16 and CC. RGB value is (215,22,204). Sum of RGB (Red+Green+Blue) = 215+22+204=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D716CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D716CC is #28E933. Grayscale: #636363. Windows color (decimal): -2681140 or 13375191. OLE color: 13375191.
HSL color Cylindrical-coordinate representation of color #D716CC: hue angle of 303.42º 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 #D716CC is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 204 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.16 |
| HSL | 303.42º | 0.81% | 0.46% | - |
| HSV(B) | 303.42º | 0.9% | 0.84% | - |
| XYZ | 39.21 | 19.38 | 58.8 | - |
| YUV | 100.46 | 186.44 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 204 | 0 | 0.90 | 0.05 | 0.16 | 303.42 | 0.81 | 0.46 |
| Hex | D7 | 16 | CC | 0 | 5A | 5 | 10 | 12F | 51 | 2E |
| Octal | 327 | 26 | 314 | 0 | 132 | 5 | 20 | 457 | 121 | 56 |
| Binary | 11010111 | 10110 | 11001100 | 0 | 1011010 | 101 | 10000 | 100101111 | 1010001 | 101110 |
Color Harmonies of #D716CC
Complementary color
Monochromatic Colors of #D716CC
Black with #D716CC
Text Example
Text Example
White with #D716CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D716CC; }
p { color: rgb(215,22,204); }
H1.HeaderClassName
{
color: #D716CC;
}
.AnyTagClassName
{
color: #D716CC;
}
</style>
background-color css
<style>
a { background-color: #D716CC; }
a { background-color: rgb(215,22,204); }
div.DivClassName
{
background-color: #D716CC;
}
.BgClassName
{
background-color: #D716CC;
}
</style>
border-color css
<style>
span { border-color: #D716CC; }
span { border-color: rgb(215,22,204); }
td.TdClassName
{
border-color: #D716CC;
}
.TagClassName
{
border-color: #D716CC;
}
</style>