Shades of Medium Violet Red #D012A8
Tints of Medium Violet Red #D012A8
RGB
CMYK
RGB Variations
Color information
#D012A8 (or 0xD012A8) is known color: Medium Violet Red. HEX triplet: D0, 12 and A8. RGB value is (208,18,168). Sum of RGB (Red+Green+Blue) = 208+18+168=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D012A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D012A8 is #2FED57. Grayscale: #5B5B5B. Windows color (decimal): -3140952 or 11014864. OLE color: 11014864.
HSL color Cylindrical-coordinate representation of color #D012A8: hue angle of 312.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 #D012A8 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 168 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.18 |
| HSL | 312.63º | 0.84% | 0.44% | - |
| HSV(B) | 312.63º | 0.91% | 0.82% | - |
| XYZ | 33.3 | 16.67 | 38.51 | - |
| YUV | 91.91 | 170.95 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 168 | 0 | 0.91 | 0.19 | 0.18 | 312.63 | 0.84 | 0.44 |
| Hex | D0 | 12 | A8 | 0 | 5B | 13 | 12 | 139 | 54 | 2C |
| Octal | 320 | 22 | 250 | 0 | 133 | 23 | 22 | 471 | 124 | 54 |
| Binary | 11010000 | 10010 | 10101000 | 0 | 1011011 | 10011 | 10010 | 100111001 | 1010100 | 101100 |
Color Harmonies of #D012A8
Complementary color
Monochromatic Colors of #D012A8
Black with #D012A8
Text Example
Text Example
White with #D012A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D012A8; }
p { color: rgb(208,18,168); }
H1.HeaderClassName
{
color: #D012A8;
}
.AnyTagClassName
{
color: #D012A8;
}
</style>
background-color css
<style>
a { background-color: #D012A8; }
a { background-color: rgb(208,18,168); }
div.DivClassName
{
background-color: #D012A8;
}
.BgClassName
{
background-color: #D012A8;
}
</style>
border-color css
<style>
span { border-color: #D012A8; }
span { border-color: rgb(208,18,168); }
td.TdClassName
{
border-color: #D012A8;
}
.TagClassName
{
border-color: #D012A8;
}
</style>