Shades of Deep Magenta #D012B5
Tints of Deep Magenta #D012B5
RGB
CMYK
RGB Variations
Color information
#D012B5 (or 0xD012B5) is known color: Deep Magenta. HEX triplet: D0, 12 and B5. RGB value is (208,18,181). Sum of RGB (Red+Green+Blue) = 208+18+181=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D012B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D012B5 is #2FED4A. Grayscale: #5C5C5C. Windows color (decimal): -3140939 or 11866832. OLE color: 11866832.
HSL color Cylindrical-coordinate representation of color #D012B5: hue angle of 308.53º 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 #D012B5 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 181 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.18 |
| HSL | 308.53º | 0.84% | 0.44% | - |
| HSV(B) | 308.53º | 0.91% | 0.82% | - |
| XYZ | 34.57 | 17.18 | 45.21 | - |
| YUV | 93.39 | 177.45 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 181 | 0 | 0.91 | 0.13 | 0.18 | 308.53 | 0.84 | 0.44 |
| Hex | D0 | 12 | B5 | 0 | 5B | D | 12 | 135 | 54 | 2C |
| Octal | 320 | 22 | 265 | 0 | 133 | 15 | 22 | 465 | 124 | 54 |
| Binary | 11010000 | 10010 | 10110101 | 0 | 1011011 | 1101 | 10010 | 100110101 | 1010100 | 101100 |
Color Harmonies of #D012B5
Complementary color
Monochromatic Colors of #D012B5
Black with #D012B5
Text Example
Text Example
White with #D012B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D012B5; }
p { color: rgb(208,18,181); }
H1.HeaderClassName
{
color: #D012B5;
}
.AnyTagClassName
{
color: #D012B5;
}
</style>
background-color css
<style>
a { background-color: #D012B5; }
a { background-color: rgb(208,18,181); }
div.DivClassName
{
background-color: #D012B5;
}
.BgClassName
{
background-color: #D012B5;
}
</style>
border-color css
<style>
span { border-color: #D012B5; }
span { border-color: rgb(208,18,181); }
td.TdClassName
{
border-color: #D012B5;
}
.TagClassName
{
border-color: #D012B5;
}
</style>