Shades of Deep Magenta #D914C9
Tints of Deep Magenta #D914C9
RGB
CMYK
RGB Variations
Color information
#D914C9 (or 0xD914C9) is known color: Deep Magenta. HEX triplet: D9, 14 and C9. RGB value is (217,20,201). Sum of RGB (Red+Green+Blue) = 217+20+201=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D914C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914C9 is #26EB36. Grayscale: #636363. Windows color (decimal): -2550583 or 13178073. OLE color: 13178073.
HSL color Cylindrical-coordinate representation of color #D914C9: hue angle of 304.87º 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 #D914C9 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 201 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.15 |
| HSL | 304.87º | 0.83% | 0.46% | - |
| HSV(B) | 304.87º | 0.91% | 0.85% | - |
| XYZ | 39.41 | 19.47 | 56.94 | - |
| YUV | 99.54 | 185.27 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 201 | 0 | 0.91 | 0.07 | 0.15 | 304.87 | 0.83 | 0.46 |
| Hex | D9 | 14 | C9 | 0 | 5B | 7 | F | 131 | 53 | 2E |
| Octal | 331 | 24 | 311 | 0 | 133 | 7 | 17 | 461 | 123 | 56 |
| Binary | 11011001 | 10100 | 11001001 | 0 | 1011011 | 111 | 1111 | 100110001 | 1010011 | 101110 |
Color Harmonies of #D914C9
Complementary color
Monochromatic Colors of #D914C9
Black with #D914C9
Text Example
Text Example
White with #D914C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914C9; }
p { color: rgb(217,20,201); }
H1.HeaderClassName
{
color: #D914C9;
}
.AnyTagClassName
{
color: #D914C9;
}
</style>
background-color css
<style>
a { background-color: #D914C9; }
a { background-color: rgb(217,20,201); }
div.DivClassName
{
background-color: #D914C9;
}
.BgClassName
{
background-color: #D914C9;
}
</style>
border-color css
<style>
span { border-color: #D914C9; }
span { border-color: rgb(217,20,201); }
td.TdClassName
{
border-color: #D914C9;
}
.TagClassName
{
border-color: #D914C9;
}
</style>