Shades of Deep Magenta #D812CF
Tints of Deep Magenta #D812CF
RGB
CMYK
RGB Variations
Color information
#D812CF (or 0xD812CF) is known color: Deep Magenta. HEX triplet: D8, 12 and CF. RGB value is (216,18,207). Sum of RGB (Red+Green+Blue) = 216+18+207=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D812CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D812CF is #27ED30. Grayscale: #626262. Windows color (decimal): -2616625 or 13570776. OLE color: 13570776.
HSL color Cylindrical-coordinate representation of color #D812CF: hue angle of 302.73º 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 #D812CF is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 207 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.15 |
| HSL | 302.73º | 0.85% | 0.46% | - |
| HSV(B) | 302.73º | 0.92% | 0.85% | - |
| XYZ | 39.8 | 19.54 | 60.7 | - |
| YUV | 98.75 | 189.1 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 207 | 0 | 0.92 | 0.04 | 0.15 | 302.73 | 0.85 | 0.46 |
| Hex | D8 | 12 | CF | 0 | 5C | 4 | F | 12F | 55 | 2E |
| Octal | 330 | 22 | 317 | 0 | 134 | 4 | 17 | 457 | 125 | 56 |
| Binary | 11011000 | 10010 | 11001111 | 0 | 1011100 | 100 | 1111 | 100101111 | 1010101 | 101110 |
Color Harmonies of #D812CF
Complementary color
Monochromatic Colors of #D812CF
Black with #D812CF
Text Example
Text Example
White with #D812CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812CF; }
p { color: rgb(216,18,207); }
H1.HeaderClassName
{
color: #D812CF;
}
.AnyTagClassName
{
color: #D812CF;
}
</style>
background-color css
<style>
a { background-color: #D812CF; }
a { background-color: rgb(216,18,207); }
div.DivClassName
{
background-color: #D812CF;
}
.BgClassName
{
background-color: #D812CF;
}
</style>
border-color css
<style>
span { border-color: #D812CF; }
span { border-color: rgb(216,18,207); }
td.TdClassName
{
border-color: #D812CF;
}
.TagClassName
{
border-color: #D812CF;
}
</style>