Shades of Deep Magenta #D912BD
Tints of Deep Magenta #D912BD
RGB
CMYK
RGB Variations
Color information
#D912BD (or 0xD912BD) is known color: Deep Magenta. HEX triplet: D9, 12 and BD. RGB value is (217,18,189). Sum of RGB (Red+Green+Blue) = 217+18+189=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D912BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912BD is #26ED42. Grayscale: #606060. Windows color (decimal): -2551107 or 12391129. OLE color: 12391129.
HSL color Cylindrical-coordinate representation of color #D912BD: hue angle of 308.44º 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 #D912BD is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 189 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.15 |
| HSL | 308.44º | 0.85% | 0.46% | - |
| HSV(B) | 308.44º | 0.92% | 0.85% | - |
| XYZ | 38.02 | 18.86 | 49.78 | - |
| YUV | 97 | 179.93 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 189 | 0 | 0.92 | 0.13 | 0.15 | 308.44 | 0.85 | 0.46 |
| Hex | D9 | 12 | BD | 0 | 5C | D | F | 134 | 55 | 2E |
| Octal | 331 | 22 | 275 | 0 | 134 | 15 | 17 | 464 | 125 | 56 |
| Binary | 11011001 | 10010 | 10111101 | 0 | 1011100 | 1101 | 1111 | 100110100 | 1010101 | 101110 |
Color Harmonies of #D912BD
Complementary color
Monochromatic Colors of #D912BD
Black with #D912BD
Text Example
Text Example
White with #D912BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912BD; }
p { color: rgb(217,18,189); }
H1.HeaderClassName
{
color: #D912BD;
}
.AnyTagClassName
{
color: #D912BD;
}
</style>
background-color css
<style>
a { background-color: #D912BD; }
a { background-color: rgb(217,18,189); }
div.DivClassName
{
background-color: #D912BD;
}
.BgClassName
{
background-color: #D912BD;
}
</style>
border-color css
<style>
span { border-color: #D912BD; }
span { border-color: rgb(217,18,189); }
td.TdClassName
{
border-color: #D912BD;
}
.TagClassName
{
border-color: #D912BD;
}
</style>