Shades of Deep Magenta #D813BC
Tints of Deep Magenta #D813BC
RGB
CMYK
RGB Variations
Color information
#D813BC (or 0xD813BC) is known color: Deep Magenta. HEX triplet: D8, 13 and BC. RGB value is (216,19,188). Sum of RGB (Red+Green+Blue) = 216+19+188=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D813BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D813BC is #27EC43. Grayscale: #606060. Windows color (decimal): -2616388 or 12325848. OLE color: 12325848.
HSL color Cylindrical-coordinate representation of color #D813BC: hue angle of 308.53º 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 #D813BC is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 188 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.15 |
| HSL | 308.53º | 0.84% | 0.46% | - |
| HSV(B) | 308.53º | 0.91% | 0.85% | - |
| XYZ | 37.63 | 18.7 | 49.2 | - |
| YUV | 97.17 | 179.27 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 188 | 0 | 0.91 | 0.13 | 0.15 | 308.53 | 0.84 | 0.46 |
| Hex | D8 | 13 | BC | 0 | 5B | D | F | 135 | 54 | 2E |
| Octal | 330 | 23 | 274 | 0 | 133 | 15 | 17 | 465 | 124 | 56 |
| Binary | 11011000 | 10011 | 10111100 | 0 | 1011011 | 1101 | 1111 | 100110101 | 1010100 | 101110 |
Color Harmonies of #D813BC
Complementary color
Monochromatic Colors of #D813BC
Black with #D813BC
Text Example
Text Example
White with #D813BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D813BC; }
p { color: rgb(216,19,188); }
H1.HeaderClassName
{
color: #D813BC;
}
.AnyTagClassName
{
color: #D813BC;
}
</style>
background-color css
<style>
a { background-color: #D813BC; }
a { background-color: rgb(216,19,188); }
div.DivClassName
{
background-color: #D813BC;
}
.BgClassName
{
background-color: #D813BC;
}
</style>
border-color css
<style>
span { border-color: #D813BC; }
span { border-color: rgb(216,19,188); }
td.TdClassName
{
border-color: #D813BC;
}
.TagClassName
{
border-color: #D813BC;
}
</style>