Shades of Deep Magenta #D813CF
Tints of Deep Magenta #D813CF
RGB
CMYK
RGB Variations
Color information
#D813CF (or 0xD813CF) is known color: Deep Magenta. HEX triplet: D8, 13 and CF. RGB value is (216,19,207). Sum of RGB (Red+Green+Blue) = 216+19+207=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 19 (7.81% from 255 or 4.30% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D813CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D813CF is #27EC30. Grayscale: #626262. Windows color (decimal): -2616369 or 13571032. OLE color: 13571032.
HSL color Cylindrical-coordinate representation of color #D813CF: hue angle of 302.74º 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 #D813CF is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 207 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.15 |
| HSL | 302.74º | 0.84% | 0.46% | - |
| HSV(B) | 302.74º | 0.91% | 0.85% | - |
| XYZ | 39.81 | 19.57 | 60.71 | - |
| YUV | 99.34 | 188.77 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 207 | 0 | 0.91 | 0.04 | 0.15 | 302.74 | 0.84 | 0.46 |
| Hex | D8 | 13 | CF | 0 | 5B | 4 | F | 12F | 54 | 2E |
| Octal | 330 | 23 | 317 | 0 | 133 | 4 | 17 | 457 | 124 | 56 |
| Binary | 11011000 | 10011 | 11001111 | 0 | 1011011 | 100 | 1111 | 100101111 | 1010100 | 101110 |
Color Harmonies of #D813CF
Complementary color
Monochromatic Colors of #D813CF
Black with #D813CF
Text Example
Text Example
White with #D813CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D813CF; }
p { color: rgb(216,19,207); }
H1.HeaderClassName
{
color: #D813CF;
}
.AnyTagClassName
{
color: #D813CF;
}
</style>
background-color css
<style>
a { background-color: #D813CF; }
a { background-color: rgb(216,19,207); }
div.DivClassName
{
background-color: #D813CF;
}
.BgClassName
{
background-color: #D813CF;
}
</style>
border-color css
<style>
span { border-color: #D813CF; }
span { border-color: rgb(216,19,207); }
td.TdClassName
{
border-color: #D813CF;
}
.TagClassName
{
border-color: #D813CF;
}
</style>