Shades of Deep Magenta #D814C0
Tints of Deep Magenta #D814C0
RGB
CMYK
RGB Variations
Color information
#D814C0 (or 0xD814C0) is known color: Deep Magenta. HEX triplet: D8, 14 and C0. RGB value is (216,20,192). Sum of RGB (Red+Green+Blue) = 216+20+192=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D814C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814C0 is #27EB3F. Grayscale: #616161. Windows color (decimal): -2616128 or 12588248. OLE color: 12588248.
HSL color Cylindrical-coordinate representation of color #D814C0: hue angle of 307.35º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D814C0 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 192 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.15 |
| HSL | 307.35º | 0.83% | 0.46% | - |
| HSV(B) | 307.35º | 0.91% | 0.85% | - |
| XYZ | 38.08 | 18.91 | 51.51 | - |
| YUV | 98.21 | 180.93 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 192 | 0 | 0.91 | 0.11 | 0.15 | 307.35 | 0.83 | 0.46 |
| Hex | D8 | 14 | C0 | 0 | 5B | B | F | 133 | 53 | 2E |
| Octal | 330 | 24 | 300 | 0 | 133 | 13 | 17 | 463 | 123 | 56 |
| Binary | 11011000 | 10100 | 11000000 | 0 | 1011011 | 1011 | 1111 | 100110011 | 1010011 | 101110 |
Color Harmonies of #D814C0
Complementary color
Monochromatic Colors of #D814C0
Black with #D814C0
Text Example
Text Example
White with #D814C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D814C0; }
p { color: rgb(216,20,192); }
H1.HeaderClassName
{
color: #D814C0;
}
.AnyTagClassName
{
color: #D814C0;
}
</style>
background-color css
<style>
a { background-color: #D814C0; }
a { background-color: rgb(216,20,192); }
div.DivClassName
{
background-color: #D814C0;
}
.BgClassName
{
background-color: #D814C0;
}
</style>
border-color css
<style>
span { border-color: #D814C0; }
span { border-color: rgb(216,20,192); }
td.TdClassName
{
border-color: #D814C0;
}
.TagClassName
{
border-color: #D814C0;
}
</style>