Shades of Deep Magenta #D813BB
Tints of Deep Magenta #D813BB
RGB
CMYK
RGB Variations
Color information
#D813BB (or 0xD813BB) is known color: Deep Magenta. HEX triplet: D8, 13 and BB. RGB value is (216,19,187). Sum of RGB (Red+Green+Blue) = 216+19+187=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D813BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D813BB is #27EC44. Grayscale: #606060. Windows color (decimal): -2616389 or 12260312. OLE color: 12260312.
HSL color Cylindrical-coordinate representation of color #D813BB: hue angle of 308.83º 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 #D813BB is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 187 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.15 |
| HSL | 308.83º | 0.84% | 0.46% | - |
| HSV(B) | 308.83º | 0.91% | 0.85% | - |
| XYZ | 37.52 | 18.65 | 48.64 | - |
| YUV | 97.06 | 178.77 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 187 | 0 | 0.91 | 0.13 | 0.15 | 308.83 | 0.84 | 0.46 |
| Hex | D8 | 13 | BB | 0 | 5B | D | F | 135 | 54 | 2E |
| Octal | 330 | 23 | 273 | 0 | 133 | 15 | 17 | 465 | 124 | 56 |
| Binary | 11011000 | 10011 | 10111011 | 0 | 1011011 | 1101 | 1111 | 100110101 | 1010100 | 101110 |
Color Harmonies of #D813BB
Complementary color
Monochromatic Colors of #D813BB
Black with #D813BB
Text Example
Text Example
White with #D813BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D813BB; }
p { color: rgb(216,19,187); }
H1.HeaderClassName
{
color: #D813BB;
}
.AnyTagClassName
{
color: #D813BB;
}
</style>
background-color css
<style>
a { background-color: #D813BB; }
a { background-color: rgb(216,19,187); }
div.DivClassName
{
background-color: #D813BB;
}
.BgClassName
{
background-color: #D813BB;
}
</style>
border-color css
<style>
span { border-color: #D813BB; }
span { border-color: rgb(216,19,187); }
td.TdClassName
{
border-color: #D813BB;
}
.TagClassName
{
border-color: #D813BB;
}
</style>