Shades of Deep Magenta #D914C0
Tints of Deep Magenta #D914C0
RGB
CMYK
RGB Variations
Color information
#D914C0 (or 0xD914C0) is known color: Deep Magenta. HEX triplet: D9, 14 and C0. RGB value is (217,20,192). Sum of RGB (Red+Green+Blue) = 217+20+192=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D914C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914C0 is #26EB3F. Grayscale: #626262. Windows color (decimal): -2550592 or 12588249. OLE color: 12588249.
HSL color Cylindrical-coordinate representation of color #D914C0: hue angle of 307.61º 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 #D914C0 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 192 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.15 |
| HSL | 307.61º | 0.83% | 0.46% | - |
| HSV(B) | 307.61º | 0.91% | 0.85% | - |
| XYZ | 38.38 | 19.06 | 51.52 | - |
| YUV | 98.51 | 180.77 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 192 | 0 | 0.91 | 0.12 | 0.15 | 307.61 | 0.83 | 0.46 |
| Hex | D9 | 14 | C0 | 0 | 5B | C | F | 134 | 53 | 2E |
| Octal | 331 | 24 | 300 | 0 | 133 | 14 | 17 | 464 | 123 | 56 |
| Binary | 11011001 | 10100 | 11000000 | 0 | 1011011 | 1100 | 1111 | 100110100 | 1010011 | 101110 |
Color Harmonies of #D914C0
Complementary color
Monochromatic Colors of #D914C0
Black with #D914C0
Text Example
Text Example
White with #D914C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914C0; }
p { color: rgb(217,20,192); }
H1.HeaderClassName
{
color: #D914C0;
}
.AnyTagClassName
{
color: #D914C0;
}
</style>
background-color css
<style>
a { background-color: #D914C0; }
a { background-color: rgb(217,20,192); }
div.DivClassName
{
background-color: #D914C0;
}
.BgClassName
{
background-color: #D914C0;
}
</style>
border-color css
<style>
span { border-color: #D914C0; }
span { border-color: rgb(217,20,192); }
td.TdClassName
{
border-color: #D914C0;
}
.TagClassName
{
border-color: #D914C0;
}
</style>