Shades of Deep Magenta #D812BC
Tints of Deep Magenta #D812BC
RGB
CMYK
RGB Variations
Color information
#D812BC (or 0xD812BC) is known color: Deep Magenta. HEX triplet: D8, 12 and BC. RGB value is (216,18,188). Sum of RGB (Red+Green+Blue) = 216+18+188=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D812BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D812BC is #27ED43. Grayscale: #606060. Windows color (decimal): -2616644 or 12325592. OLE color: 12325592.
HSL color Cylindrical-coordinate representation of color #D812BC: hue angle of 308.48º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D812BC is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 188 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.15 |
| HSL | 308.48º | 0.85% | 0.46% | - |
| HSV(B) | 308.48º | 0.92% | 0.85% | - |
| XYZ | 37.61 | 18.66 | 49.2 | - |
| YUV | 96.58 | 179.6 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 188 | 0 | 0.92 | 0.13 | 0.15 | 308.48 | 0.85 | 0.46 |
| Hex | D8 | 12 | BC | 0 | 5C | D | F | 134 | 55 | 2E |
| Octal | 330 | 22 | 274 | 0 | 134 | 15 | 17 | 464 | 125 | 56 |
| Binary | 11011000 | 10010 | 10111100 | 0 | 1011100 | 1101 | 1111 | 100110100 | 1010101 | 101110 |
Color Harmonies of #D812BC
Complementary color
Monochromatic Colors of #D812BC
Black with #D812BC
Text Example
Text Example
White with #D812BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812BC; }
p { color: rgb(216,18,188); }
H1.HeaderClassName
{
color: #D812BC;
}
.AnyTagClassName
{
color: #D812BC;
}
</style>
background-color css
<style>
a { background-color: #D812BC; }
a { background-color: rgb(216,18,188); }
div.DivClassName
{
background-color: #D812BC;
}
.BgClassName
{
background-color: #D812BC;
}
</style>
border-color css
<style>
span { border-color: #D812BC; }
span { border-color: rgb(216,18,188); }
td.TdClassName
{
border-color: #D812BC;
}
.TagClassName
{
border-color: #D812BC;
}
</style>