Shades of Deep Magenta #D612B9
Tints of Deep Magenta #D612B9
RGB
CMYK
RGB Variations
Color information
#D612B9 (or 0xD612B9) is known color: Deep Magenta. HEX triplet: D6, 12 and B9. RGB value is (214,18,185). Sum of RGB (Red+Green+Blue) = 214+18+185=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D612B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D612B9 is #29ED46. Grayscale: #5F5F5F. Windows color (decimal): -2747719 or 12128982. OLE color: 12128982.
HSL color Cylindrical-coordinate representation of color #D612B9: hue angle of 308.88º 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 #D612B9 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 185 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.16 |
| HSL | 308.88º | 0.84% | 0.45% | - |
| HSV(B) | 308.88º | 0.92% | 0.84% | - |
| XYZ | 36.7 | 18.23 | 47.48 | - |
| YUV | 95.64 | 178.43 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 185 | 0 | 0.92 | 0.14 | 0.16 | 308.88 | 0.84 | 0.45 |
| Hex | D6 | 12 | B9 | 0 | 5C | E | 10 | 135 | 54 | 2D |
| Octal | 326 | 22 | 271 | 0 | 134 | 16 | 20 | 465 | 124 | 55 |
| Binary | 11010110 | 10010 | 10111001 | 0 | 1011100 | 1110 | 10000 | 100110101 | 1010100 | 101101 |
Color Harmonies of #D612B9
Complementary color
Monochromatic Colors of #D612B9
Black with #D612B9
Text Example
Text Example
White with #D612B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D612B9; }
p { color: rgb(214,18,185); }
H1.HeaderClassName
{
color: #D612B9;
}
.AnyTagClassName
{
color: #D612B9;
}
</style>
background-color css
<style>
a { background-color: #D612B9; }
a { background-color: rgb(214,18,185); }
div.DivClassName
{
background-color: #D612B9;
}
.BgClassName
{
background-color: #D612B9;
}
</style>
border-color css
<style>
span { border-color: #D612B9; }
span { border-color: rgb(214,18,185); }
td.TdClassName
{
border-color: #D612B9;
}
.TagClassName
{
border-color: #D612B9;
}
</style>