Shades of Deep Magenta #D818C0
Tints of Deep Magenta #D818C0
RGB
CMYK
RGB Variations
Color information
#D818C0 (or 0xD818C0) is known color: Deep Magenta. HEX triplet: D8, 18 and C0. RGB value is (216,24,192). Sum of RGB (Red+Green+Blue) = 216+24+192=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D818C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D818C0 is #27E73F. Grayscale: #646464. Windows color (decimal): -2615104 or 12589272. OLE color: 12589272.
HSL color Cylindrical-coordinate representation of color #D818C0: hue angle of 307.5º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D818C0 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 192 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.15 |
| HSL | 307.5º | 0.8% | 0.47% | - |
| HSV(B) | 307.5º | 0.89% | 0.85% | - |
| XYZ | 38.16 | 19.06 | 51.54 | - |
| YUV | 100.56 | 179.61 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 192 | 0 | 0.89 | 0.11 | 0.15 | 307.5 | 0.8 | 0.47 |
| Hex | D8 | 18 | C0 | 0 | 59 | B | F | 134 | 50 | 2F |
| Octal | 330 | 30 | 300 | 0 | 131 | 13 | 17 | 464 | 120 | 57 |
| Binary | 11011000 | 11000 | 11000000 | 0 | 1011001 | 1011 | 1111 | 100110100 | 1010000 | 101111 |
Color Harmonies of #D818C0
Complementary color
Monochromatic Colors of #D818C0
Black with #D818C0
Text Example
Text Example
White with #D818C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D818C0; }
p { color: rgb(216,24,192); }
H1.HeaderClassName
{
color: #D818C0;
}
.AnyTagClassName
{
color: #D818C0;
}
</style>
background-color css
<style>
a { background-color: #D818C0; }
a { background-color: rgb(216,24,192); }
div.DivClassName
{
background-color: #D818C0;
}
.BgClassName
{
background-color: #D818C0;
}
</style>
border-color css
<style>
span { border-color: #D818C0; }
span { border-color: rgb(216,24,192); }
td.TdClassName
{
border-color: #D818C0;
}
.TagClassName
{
border-color: #D818C0;
}
</style>