Shades of Deep Magenta #D813C9
Tints of Deep Magenta #D813C9
RGB
CMYK
RGB Variations
Color information
#D813C9 (or 0xD813C9) is known color: Deep Magenta. HEX triplet: D8, 13 and C9. RGB value is (216,19,201). Sum of RGB (Red+Green+Blue) = 216+19+201=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D813C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D813C9 is #27EC36. Grayscale: #626262. Windows color (decimal): -2616375 or 13177816. OLE color: 13177816.
HSL color Cylindrical-coordinate representation of color #D813C9: hue angle of 304.57º degrees, saturation: 0.84, 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 #D813C9 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 201 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.15 |
| HSL | 304.57º | 0.84% | 0.46% | - |
| HSV(B) | 304.57º | 0.91% | 0.85% | - |
| XYZ | 39.09 | 19.28 | 56.92 | - |
| YUV | 98.65 | 185.77 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 201 | 0 | 0.91 | 0.07 | 0.15 | 304.57 | 0.84 | 0.46 |
| Hex | D8 | 13 | C9 | 0 | 5B | 7 | F | 131 | 54 | 2E |
| Octal | 330 | 23 | 311 | 0 | 133 | 7 | 17 | 461 | 124 | 56 |
| Binary | 11011000 | 10011 | 11001001 | 0 | 1011011 | 111 | 1111 | 100110001 | 1010100 | 101110 |
Color Harmonies of #D813C9
Complementary color
Monochromatic Colors of #D813C9
Black with #D813C9
Text Example
Text Example
White with #D813C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D813C9; }
p { color: rgb(216,19,201); }
H1.HeaderClassName
{
color: #D813C9;
}
.AnyTagClassName
{
color: #D813C9;
}
</style>
background-color css
<style>
a { background-color: #D813C9; }
a { background-color: rgb(216,19,201); }
div.DivClassName
{
background-color: #D813C9;
}
.BgClassName
{
background-color: #D813C9;
}
</style>
border-color css
<style>
span { border-color: #D813C9; }
span { border-color: rgb(216,19,201); }
td.TdClassName
{
border-color: #D813C9;
}
.TagClassName
{
border-color: #D813C9;
}
</style>