Shades of Deep Magenta #D612DC
Tints of Deep Magenta #D612DC
RGB
CMYK
RGB Variations
Color information
#D612DC (or 0xD612DC) is known color: Deep Magenta. HEX triplet: D6, 12 and DC. RGB value is (214,18,220). Sum of RGB (Red+Green+Blue) = 214+18+220=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #D612DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D612DC is #29ED23. Grayscale: #636363. Windows color (decimal): -2747684 or 14422742. OLE color: 14422742.
HSL color Cylindrical-coordinate representation of color #D612DC: hue angle of 298.22º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D612DC is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 18 | 220 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.14 |
| HSL | 298.22º | 0.85% | 0.47% | - |
| HSV(B) | 298.22º | 0.92% | 0.86% | - |
| XYZ | 40.87 | 19.9 | 69.4 | - |
| YUV | 99.63 | 195.93 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 220 | 0.03 | 0.92 | 0 | 0.14 | 298.22 | 0.85 | 0.47 |
| Hex | D6 | 12 | DC | 3 | 5C | 0 | E | 12A | 55 | 2F |
| Octal | 326 | 22 | 334 | 3 | 134 | 0 | 16 | 452 | 125 | 57 |
| Binary | 11010110 | 10010 | 11011100 | 11 | 1011100 | 0 | 1110 | 100101010 | 1010101 | 101111 |
Color Harmonies of #D612DC
Complementary color
Monochromatic Colors of #D612DC
Black with #D612DC
Text Example
Text Example
White with #D612DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D612DC; }
p { color: rgb(214,18,220); }
H1.HeaderClassName
{
color: #D612DC;
}
.AnyTagClassName
{
color: #D612DC;
}
</style>
background-color css
<style>
a { background-color: #D612DC; }
a { background-color: rgb(214,18,220); }
div.DivClassName
{
background-color: #D612DC;
}
.BgClassName
{
background-color: #D612DC;
}
</style>
border-color css
<style>
span { border-color: #D612DC; }
span { border-color: rgb(214,18,220); }
td.TdClassName
{
border-color: #D612DC;
}
.TagClassName
{
border-color: #D612DC;
}
</style>