Shades of Deep Magenta #D912BE
Tints of Deep Magenta #D912BE
RGB
CMYK
RGB Variations
Color information
#D912BE (or 0xD912BE) is known color: Deep Magenta. HEX triplet: D9, 12 and BE. RGB value is (217,18,190). Sum of RGB (Red+Green+Blue) = 217+18+190=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D912BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912BE is #26ED41. Grayscale: #606060. Windows color (decimal): -2551106 or 12456665. OLE color: 12456665.
HSL color Cylindrical-coordinate representation of color #D912BE: hue angle of 308.14º 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 #D912BE is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 190 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.15 |
| HSL | 308.14º | 0.85% | 0.46% | - |
| HSV(B) | 308.14º | 0.92% | 0.85% | - |
| XYZ | 38.13 | 18.9 | 50.35 | - |
| YUV | 97.11 | 180.43 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 190 | 0 | 0.92 | 0.12 | 0.15 | 308.14 | 0.85 | 0.46 |
| Hex | D9 | 12 | BE | 0 | 5C | C | F | 134 | 55 | 2E |
| Octal | 331 | 22 | 276 | 0 | 134 | 14 | 17 | 464 | 125 | 56 |
| Binary | 11011001 | 10010 | 10111110 | 0 | 1011100 | 1100 | 1111 | 100110100 | 1010101 | 101110 |
Color Harmonies of #D912BE
Complementary color
Monochromatic Colors of #D912BE
Black with #D912BE
Text Example
Text Example
White with #D912BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912BE; }
p { color: rgb(217,18,190); }
H1.HeaderClassName
{
color: #D912BE;
}
.AnyTagClassName
{
color: #D912BE;
}
</style>
background-color css
<style>
a { background-color: #D912BE; }
a { background-color: rgb(217,18,190); }
div.DivClassName
{
background-color: #D912BE;
}
.BgClassName
{
background-color: #D912BE;
}
</style>
border-color css
<style>
span { border-color: #D912BE; }
span { border-color: rgb(217,18,190); }
td.TdClassName
{
border-color: #D912BE;
}
.TagClassName
{
border-color: #D912BE;
}
</style>