Shades of Deep Magenta #D816CC
Tints of Deep Magenta #D816CC
RGB
CMYK
RGB Variations
Color information
#D816CC (or 0xD816CC) is known color: Deep Magenta. HEX triplet: D8, 16 and CC. RGB value is (216,22,204). Sum of RGB (Red+Green+Blue) = 216+22+204=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D816CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816CC is #27E933. Grayscale: #646464. Windows color (decimal): -2615604 or 13375192. OLE color: 13375192.
HSL color Cylindrical-coordinate representation of color #D816CC: hue angle of 303.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D816CC is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 204 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.15 |
| HSL | 303.71º | 0.82% | 0.47% | - |
| HSV(B) | 303.71º | 0.9% | 0.85% | - |
| XYZ | 39.5 | 19.53 | 58.81 | - |
| YUV | 100.75 | 186.27 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 204 | 0 | 0.90 | 0.06 | 0.15 | 303.71 | 0.82 | 0.47 |
| Hex | D8 | 16 | CC | 0 | 5A | 6 | F | 130 | 52 | 2F |
| Octal | 330 | 26 | 314 | 0 | 132 | 6 | 17 | 460 | 122 | 57 |
| Binary | 11011000 | 10110 | 11001100 | 0 | 1011010 | 110 | 1111 | 100110000 | 1010010 | 101111 |
Color Harmonies of #D816CC
Complementary color
Monochromatic Colors of #D816CC
Black with #D816CC
Text Example
Text Example
White with #D816CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D816CC; }
p { color: rgb(216,22,204); }
H1.HeaderClassName
{
color: #D816CC;
}
.AnyTagClassName
{
color: #D816CC;
}
</style>
background-color css
<style>
a { background-color: #D816CC; }
a { background-color: rgb(216,22,204); }
div.DivClassName
{
background-color: #D816CC;
}
.BgClassName
{
background-color: #D816CC;
}
</style>
border-color css
<style>
span { border-color: #D816CC; }
span { border-color: rgb(216,22,204); }
td.TdClassName
{
border-color: #D816CC;
}
.TagClassName
{
border-color: #D816CC;
}
</style>