Shades of Deep Magenta #D612BF
Tints of Deep Magenta #D612BF
RGB
CMYK
RGB Variations
Color information
#D612BF (or 0xD612BF) is known color: Deep Magenta. HEX triplet: D6, 12 and BF. RGB value is (214,18,191). Sum of RGB (Red+Green+Blue) = 214+18+191=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D612BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D612BF is #29ED40. Grayscale: #5F5F5F. Windows color (decimal): -2747713 or 12522198. OLE color: 12522198.
HSL color Cylindrical-coordinate representation of color #D612BF: hue angle of 307.04º 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 #D612BF is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 191 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.16 |
| HSL | 307.04º | 0.84% | 0.45% | - |
| HSV(B) | 307.04º | 0.92% | 0.84% | - |
| XYZ | 37.35 | 18.49 | 50.89 | - |
| YUV | 96.33 | 181.43 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 191 | 0 | 0.92 | 0.11 | 0.16 | 307.04 | 0.84 | 0.45 |
| Hex | D6 | 12 | BF | 0 | 5C | B | 10 | 133 | 54 | 2D |
| Octal | 326 | 22 | 277 | 0 | 134 | 13 | 20 | 463 | 124 | 55 |
| Binary | 11010110 | 10010 | 10111111 | 0 | 1011100 | 1011 | 10000 | 100110011 | 1010100 | 101101 |
Color Harmonies of #D612BF
Complementary color
Monochromatic Colors of #D612BF
Black with #D612BF
Text Example
Text Example
White with #D612BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D612BF; }
p { color: rgb(214,18,191); }
H1.HeaderClassName
{
color: #D612BF;
}
.AnyTagClassName
{
color: #D612BF;
}
</style>
background-color css
<style>
a { background-color: #D612BF; }
a { background-color: rgb(214,18,191); }
div.DivClassName
{
background-color: #D612BF;
}
.BgClassName
{
background-color: #D612BF;
}
</style>
border-color css
<style>
span { border-color: #D612BF; }
span { border-color: rgb(214,18,191); }
td.TdClassName
{
border-color: #D612BF;
}
.TagClassName
{
border-color: #D612BF;
}
</style>