Shades of Deep Magenta #D612D7
Tints of Deep Magenta #D612D7
RGB
CMYK
RGB Variations
Color information
#D612D7 (or 0xD612D7) is known color: Deep Magenta. HEX triplet: D6, 12 and D7. RGB value is (214,18,215). Sum of RGB (Red+Green+Blue) = 214+18+215=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #D612D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D612D7 is #29ED28. Grayscale: #626262. Windows color (decimal): -2747689 or 14095062. OLE color: 14095062.
HSL color Cylindrical-coordinate representation of color #D612D7: hue angle of 299.7º 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 #D612D7 is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 215 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.16 |
| HSL | 299.7º | 0.85% | 0.46% | - |
| HSV(B) | 299.7º | 0.92% | 0.84% | - |
| XYZ | 40.21 | 19.64 | 65.96 | - |
| YUV | 99.06 | 193.43 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 215 | 0.00 | 0.92 | 0 | 0.16 | 299.7 | 0.85 | 0.46 |
| Hex | D6 | 12 | D7 | 0 | 5C | 0 | 10 | 12C | 55 | 2E |
| Octal | 326 | 22 | 327 | 0 | 134 | 0 | 20 | 454 | 125 | 56 |
| Binary | 11010110 | 10010 | 11010111 | 0 | 1011100 | 0 | 10000 | 100101100 | 1010101 | 101110 |
Color Harmonies of #D612D7
Complementary color
Monochromatic Colors of #D612D7
Black with #D612D7
Text Example
Text Example
White with #D612D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D612D7; }
p { color: rgb(214,18,215); }
H1.HeaderClassName
{
color: #D612D7;
}
.AnyTagClassName
{
color: #D612D7;
}
</style>
background-color css
<style>
a { background-color: #D612D7; }
a { background-color: rgb(214,18,215); }
div.DivClassName
{
background-color: #D612D7;
}
.BgClassName
{
background-color: #D612D7;
}
</style>
border-color css
<style>
span { border-color: #D612D7; }
span { border-color: rgb(214,18,215); }
td.TdClassName
{
border-color: #D612D7;
}
.TagClassName
{
border-color: #D612D7;
}
</style>