Shades of Deep Magenta #D612B7
Tints of Deep Magenta #D612B7
RGB
CMYK
RGB Variations
Color information
#D612B7 (or 0xD612B7) is known color: Deep Magenta. HEX triplet: D6, 12 and B7. RGB value is (214,18,183). Sum of RGB (Red+Green+Blue) = 214+18+183=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D612B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D612B7 is #29ED48. Grayscale: #5E5E5E. Windows color (decimal): -2747721 or 11997910. OLE color: 11997910.
HSL color Cylindrical-coordinate representation of color #D612B7: hue angle of 309.49º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D612B7 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 183 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.16 |
| HSL | 309.49º | 0.84% | 0.45% | - |
| HSV(B) | 309.49º | 0.92% | 0.84% | - |
| XYZ | 36.5 | 18.15 | 46.38 | - |
| YUV | 95.41 | 177.43 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 183 | 0 | 0.92 | 0.14 | 0.16 | 309.49 | 0.84 | 0.45 |
| Hex | D6 | 12 | B7 | 0 | 5C | E | 10 | 135 | 54 | 2D |
| Octal | 326 | 22 | 267 | 0 | 134 | 16 | 20 | 465 | 124 | 55 |
| Binary | 11010110 | 10010 | 10110111 | 0 | 1011100 | 1110 | 10000 | 100110101 | 1010100 | 101101 |
Color Harmonies of #D612B7
Complementary color
Monochromatic Colors of #D612B7
Black with #D612B7
Text Example
Text Example
White with #D612B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D612B7; }
p { color: rgb(214,18,183); }
H1.HeaderClassName
{
color: #D612B7;
}
.AnyTagClassName
{
color: #D612B7;
}
</style>
background-color css
<style>
a { background-color: #D612B7; }
a { background-color: rgb(214,18,183); }
div.DivClassName
{
background-color: #D612B7;
}
.BgClassName
{
background-color: #D612B7;
}
</style>
border-color css
<style>
span { border-color: #D612B7; }
span { border-color: rgb(214,18,183); }
td.TdClassName
{
border-color: #D612B7;
}
.TagClassName
{
border-color: #D612B7;
}
</style>