Shades of Deep Magenta #D812BF
Tints of Deep Magenta #D812BF
RGB
CMYK
RGB Variations
Color information
#D812BF (or 0xD812BF) is known color: Deep Magenta. HEX triplet: D8, 12 and BF. RGB value is (216,18,191). Sum of RGB (Red+Green+Blue) = 216+18+191=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D812BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D812BF is #27ED40. Grayscale: #606060. Windows color (decimal): -2616641 or 12522200. OLE color: 12522200.
HSL color Cylindrical-coordinate representation of color #D812BF: hue angle of 307.58º 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 #D812BF is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 191 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.15 |
| HSL | 307.58º | 0.85% | 0.46% | - |
| HSV(B) | 307.58º | 0.92% | 0.85% | - |
| XYZ | 37.94 | 18.79 | 50.92 | - |
| YUV | 96.92 | 181.1 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 191 | 0 | 0.92 | 0.12 | 0.15 | 307.58 | 0.85 | 0.46 |
| Hex | D8 | 12 | BF | 0 | 5C | C | F | 134 | 55 | 2E |
| Octal | 330 | 22 | 277 | 0 | 134 | 14 | 17 | 464 | 125 | 56 |
| Binary | 11011000 | 10010 | 10111111 | 0 | 1011100 | 1100 | 1111 | 100110100 | 1010101 | 101110 |
Color Harmonies of #D812BF
Complementary color
Monochromatic Colors of #D812BF
Black with #D812BF
Text Example
Text Example
White with #D812BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812BF; }
p { color: rgb(216,18,191); }
H1.HeaderClassName
{
color: #D812BF;
}
.AnyTagClassName
{
color: #D812BF;
}
</style>
background-color css
<style>
a { background-color: #D812BF; }
a { background-color: rgb(216,18,191); }
div.DivClassName
{
background-color: #D812BF;
}
.BgClassName
{
background-color: #D812BF;
}
</style>
border-color css
<style>
span { border-color: #D812BF; }
span { border-color: rgb(216,18,191); }
td.TdClassName
{
border-color: #D812BF;
}
.TagClassName
{
border-color: #D812BF;
}
</style>