Shades of Deep Magenta #D712CB
Tints of Deep Magenta #D712CB
RGB
CMYK
RGB Variations
Color information
#D712CB (or 0xD712CB) is known color: Deep Magenta. HEX triplet: D7, 12 and CB. RGB value is (215,18,203). Sum of RGB (Red+Green+Blue) = 215+18+203=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D712CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D712CB is #28ED34. Grayscale: #616161. Windows color (decimal): -2682165 or 13308631. OLE color: 13308631.
HSL color Cylindrical-coordinate representation of color #D712CB: hue angle of 303.65º 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 #D712CB is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 203 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.16 |
| HSL | 303.65º | 0.85% | 0.46% | - |
| HSV(B) | 303.65º | 0.92% | 0.84% | - |
| XYZ | 39.02 | 19.19 | 58.15 | - |
| YUV | 97.99 | 187.27 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 203 | 0 | 0.92 | 0.06 | 0.16 | 303.65 | 0.85 | 0.46 |
| Hex | D7 | 12 | CB | 0 | 5C | 6 | 10 | 130 | 55 | 2E |
| Octal | 327 | 22 | 313 | 0 | 134 | 6 | 20 | 460 | 125 | 56 |
| Binary | 11010111 | 10010 | 11001011 | 0 | 1011100 | 110 | 10000 | 100110000 | 1010101 | 101110 |
Color Harmonies of #D712CB
Complementary color
Monochromatic Colors of #D712CB
Black with #D712CB
Text Example
Text Example
White with #D712CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D712CB; }
p { color: rgb(215,18,203); }
H1.HeaderClassName
{
color: #D712CB;
}
.AnyTagClassName
{
color: #D712CB;
}
</style>
background-color css
<style>
a { background-color: #D712CB; }
a { background-color: rgb(215,18,203); }
div.DivClassName
{
background-color: #D712CB;
}
.BgClassName
{
background-color: #D712CB;
}
</style>
border-color css
<style>
span { border-color: #D712CB; }
span { border-color: rgb(215,18,203); }
td.TdClassName
{
border-color: #D712CB;
}
.TagClassName
{
border-color: #D712CB;
}
</style>