Shades of Deep Magenta #D012BB
Tints of Deep Magenta #D012BB
RGB
CMYK
RGB Variations
Color information
#D012BB (or 0xD012BB) is known color: Deep Magenta. HEX triplet: D0, 12 and BB. RGB value is (208,18,187). Sum of RGB (Red+Green+Blue) = 208+18+187=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D012BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D012BB is #2FED44. Grayscale: #5D5D5D. Windows color (decimal): -3140933 or 12260048. OLE color: 12260048.
HSL color Cylindrical-coordinate representation of color #D012BB: hue angle of 306.63º 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 #D012BB is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 187 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.18 |
| HSL | 306.63º | 0.84% | 0.44% | - |
| HSV(B) | 306.63º | 0.91% | 0.82% | - |
| XYZ | 35.2 | 17.43 | 48.52 | - |
| YUV | 94.08 | 180.45 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 187 | 0 | 0.91 | 0.10 | 0.18 | 306.63 | 0.84 | 0.44 |
| Hex | D0 | 12 | BB | 0 | 5B | A | 12 | 133 | 54 | 2C |
| Octal | 320 | 22 | 273 | 0 | 133 | 12 | 22 | 463 | 124 | 54 |
| Binary | 11010000 | 10010 | 10111011 | 0 | 1011011 | 1010 | 10010 | 100110011 | 1010100 | 101100 |
Color Harmonies of #D012BB
Complementary color
Monochromatic Colors of #D012BB
Black with #D012BB
Text Example
Text Example
White with #D012BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D012BB; }
p { color: rgb(208,18,187); }
H1.HeaderClassName
{
color: #D012BB;
}
.AnyTagClassName
{
color: #D012BB;
}
</style>
background-color css
<style>
a { background-color: #D012BB; }
a { background-color: rgb(208,18,187); }
div.DivClassName
{
background-color: #D012BB;
}
.BgClassName
{
background-color: #D012BB;
}
</style>
border-color css
<style>
span { border-color: #D012BB; }
span { border-color: rgb(208,18,187); }
td.TdClassName
{
border-color: #D012BB;
}
.TagClassName
{
border-color: #D012BB;
}
</style>