Shades of Deep Magenta #D012BF
Tints of Deep Magenta #D012BF
RGB
CMYK
RGB Variations
Color information
#D012BF (or 0xD012BF) is known color: Deep Magenta. HEX triplet: D0, 12 and BF. RGB value is (208,18,191). Sum of RGB (Red+Green+Blue) = 208+18+191=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D012BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D012BF is #2FED40. Grayscale: #5E5E5E. Windows color (decimal): -3140929 or 12522192. OLE color: 12522192.
HSL color Cylindrical-coordinate representation of color #D012BF: hue angle of 305.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D012BF is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 191 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.18 |
| HSL | 305.37º | 0.84% | 0.44% | - |
| HSV(B) | 305.37º | 0.91% | 0.82% | - |
| XYZ | 35.63 | 17.6 | 50.81 | - |
| YUV | 94.53 | 182.45 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 191 | 0 | 0.91 | 0.08 | 0.18 | 305.37 | 0.84 | 0.44 |
| Hex | D0 | 12 | BF | 0 | 5B | 8 | 12 | 131 | 54 | 2C |
| Octal | 320 | 22 | 277 | 0 | 133 | 10 | 22 | 461 | 124 | 54 |
| Binary | 11010000 | 10010 | 10111111 | 0 | 1011011 | 1000 | 10010 | 100110001 | 1010100 | 101100 |
Color Harmonies of #D012BF
Complementary color
Monochromatic Colors of #D012BF
Black with #D012BF
Text Example
Text Example
White with #D012BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D012BF; }
p { color: rgb(208,18,191); }
H1.HeaderClassName
{
color: #D012BF;
}
.AnyTagClassName
{
color: #D012BF;
}
</style>
background-color css
<style>
a { background-color: #D012BF; }
a { background-color: rgb(208,18,191); }
div.DivClassName
{
background-color: #D012BF;
}
.BgClassName
{
background-color: #D012BF;
}
</style>
border-color css
<style>
span { border-color: #D012BF; }
span { border-color: rgb(208,18,191); }
td.TdClassName
{
border-color: #D012BF;
}
.TagClassName
{
border-color: #D012BF;
}
</style>