Shades of Deep Magenta #D712DF
Tints of Deep Magenta #D712DF
RGB
CMYK
RGB Variations
Color information
#D712DF (or 0xD712DF) is known color: Deep Magenta. HEX triplet: D7, 12 and DF. RGB value is (215,18,223). Sum of RGB (Red+Green+Blue) = 215+18+223=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #D712DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D712DF is #28ED20. Grayscale: #636363. Windows color (decimal): -2682145 or 14619351. OLE color: 14619351.
HSL color Cylindrical-coordinate representation of color #D712DF: hue angle of 297.66º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D712DF is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 18 | 223 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.13 |
| HSL | 297.66º | 0.85% | 0.47% | - |
| HSV(B) | 297.66º | 0.92% | 0.87% | - |
| XYZ | 41.56 | 20.21 | 71.52 | - |
| YUV | 100.27 | 197.27 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 223 | 0.04 | 0.92 | 0 | 0.13 | 297.66 | 0.85 | 0.47 |
| Hex | D7 | 12 | DF | 4 | 5C | 0 | D | 12A | 55 | 2F |
| Octal | 327 | 22 | 337 | 4 | 134 | 0 | 15 | 452 | 125 | 57 |
| Binary | 11010111 | 10010 | 11011111 | 100 | 1011100 | 0 | 1101 | 100101010 | 1010101 | 101111 |
Color Harmonies of #D712DF
Complementary color
Monochromatic Colors of #D712DF
Black with #D712DF
Text Example
Text Example
White with #D712DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D712DF; }
p { color: rgb(215,18,223); }
H1.HeaderClassName
{
color: #D712DF;
}
.AnyTagClassName
{
color: #D712DF;
}
</style>
background-color css
<style>
a { background-color: #D712DF; }
a { background-color: rgb(215,18,223); }
div.DivClassName
{
background-color: #D712DF;
}
.BgClassName
{
background-color: #D712DF;
}
</style>
border-color css
<style>
span { border-color: #D712DF; }
span { border-color: rgb(215,18,223); }
td.TdClassName
{
border-color: #D712DF;
}
.TagClassName
{
border-color: #D712DF;
}
</style>