Shades of Deep Magenta #D712BD
Tints of Deep Magenta #D712BD
RGB
CMYK
RGB Variations
Color information
#D712BD (or 0xD712BD) is known color: Deep Magenta. HEX triplet: D7, 12 and BD. RGB value is (215,18,189). Sum of RGB (Red+Green+Blue) = 215+18+189=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D712BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D712BD is #28ED42. Grayscale: #5F5F5F. Windows color (decimal): -2682179 or 12391127. OLE color: 12391127.
HSL color Cylindrical-coordinate representation of color #D712BD: hue angle of 307.92º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D712BD is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 189 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.16 |
| HSL | 307.92º | 0.85% | 0.46% | - |
| HSV(B) | 307.92º | 0.92% | 0.84% | - |
| XYZ | 37.43 | 18.55 | 49.75 | - |
| YUV | 96.4 | 180.27 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 189 | 0 | 0.92 | 0.12 | 0.16 | 307.92 | 0.85 | 0.46 |
| Hex | D7 | 12 | BD | 0 | 5C | C | 10 | 134 | 55 | 2E |
| Octal | 327 | 22 | 275 | 0 | 134 | 14 | 20 | 464 | 125 | 56 |
| Binary | 11010111 | 10010 | 10111101 | 0 | 1011100 | 1100 | 10000 | 100110100 | 1010101 | 101110 |
Color Harmonies of #D712BD
Complementary color
Monochromatic Colors of #D712BD
Black with #D712BD
Text Example
Text Example
White with #D712BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D712BD; }
p { color: rgb(215,18,189); }
H1.HeaderClassName
{
color: #D712BD;
}
.AnyTagClassName
{
color: #D712BD;
}
</style>
background-color css
<style>
a { background-color: #D712BD; }
a { background-color: rgb(215,18,189); }
div.DivClassName
{
background-color: #D712BD;
}
.BgClassName
{
background-color: #D712BD;
}
</style>
border-color css
<style>
span { border-color: #D712BD; }
span { border-color: rgb(215,18,189); }
td.TdClassName
{
border-color: #D712BD;
}
.TagClassName
{
border-color: #D712BD;
}
</style>