Shades of Deep Magenta #D612DB
Tints of Deep Magenta #D612DB
RGB
CMYK
RGB Variations
Color information
#D612DB (or 0xD612DB) is known color: Deep Magenta. HEX triplet: D6, 12 and DB. RGB value is (214,18,219). Sum of RGB (Red+Green+Blue) = 214+18+219=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #D612DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D612DB is #29ED24. Grayscale: #626262. Windows color (decimal): -2747685 or 14357206. OLE color: 14357206.
HSL color Cylindrical-coordinate representation of color #D612DB: hue angle of 298.51º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D612DB is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 18 | 219 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.14 |
| HSL | 298.51º | 0.85% | 0.46% | - |
| HSV(B) | 298.51º | 0.92% | 0.86% | - |
| XYZ | 40.73 | 19.84 | 68.7 | - |
| YUV | 99.52 | 195.43 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 219 | 0.02 | 0.92 | 0 | 0.14 | 298.51 | 0.85 | 0.46 |
| Hex | D6 | 12 | DB | 2 | 5C | 0 | E | 12B | 55 | 2E |
| Octal | 326 | 22 | 333 | 2 | 134 | 0 | 16 | 453 | 125 | 56 |
| Binary | 11010110 | 10010 | 11011011 | 10 | 1011100 | 0 | 1110 | 100101011 | 1010101 | 101110 |
Color Harmonies of #D612DB
Complementary color
Monochromatic Colors of #D612DB
Black with #D612DB
Text Example
Text Example
White with #D612DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D612DB; }
p { color: rgb(214,18,219); }
H1.HeaderClassName
{
color: #D612DB;
}
.AnyTagClassName
{
color: #D612DB;
}
</style>
background-color css
<style>
a { background-color: #D612DB; }
a { background-color: rgb(214,18,219); }
div.DivClassName
{
background-color: #D612DB;
}
.BgClassName
{
background-color: #D612DB;
}
</style>
border-color css
<style>
span { border-color: #D612DB; }
span { border-color: rgb(214,18,219); }
td.TdClassName
{
border-color: #D612DB;
}
.TagClassName
{
border-color: #D612DB;
}
</style>