Shades of Medium Violet Red #D40A7C
Tints of Medium Violet Red #D40A7C
RGB
CMYK
RGB Variations
Color information
#D40A7C (or 0xD40A7C) is known color: Medium Violet Red. HEX triplet: D4, 0A and 7C. RGB value is (212,10,124). Sum of RGB (Red+Green+Blue) = 212+10+124=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40A7C is #2BF583. Grayscale: #535353. Windows color (decimal): -2880900 or 8129236. OLE color: 8129236.
HSL color Cylindrical-coordinate representation of color #D40A7C: hue angle of 326.14º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40A7C is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 124 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.17 |
| HSL | 326.14º | 0.91% | 0.44% | - |
| HSV(B) | 326.14º | 0.95% | 0.83% | - |
| XYZ | 30.9 | 15.67 | 20.46 | - |
| YUV | 83.39 | 150.92 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 124 | 0 | 0.95 | 0.42 | 0.17 | 326.14 | 0.91 | 0.44 |
| Hex | D4 | A | 7C | 0 | 5F | 2A | 11 | 146 | 5B | 2C |
| Octal | 324 | 12 | 174 | 0 | 137 | 52 | 21 | 506 | 133 | 54 |
| Binary | 11010100 | 1010 | 1111100 | 0 | 1011111 | 101010 | 10001 | 101000110 | 1011011 | 101100 |
Color Harmonies of #D40A7C
Complementary color
Monochromatic Colors of #D40A7C
Black with #D40A7C
Text Example
Text Example
White with #D40A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40A7C; }
p { color: rgb(212,10,124); }
H1.HeaderClassName
{
color: #D40A7C;
}
.AnyTagClassName
{
color: #D40A7C;
}
</style>
background-color css
<style>
a { background-color: #D40A7C; }
a { background-color: rgb(212,10,124); }
div.DivClassName
{
background-color: #D40A7C;
}
.BgClassName
{
background-color: #D40A7C;
}
</style>
border-color css
<style>
span { border-color: #D40A7C; }
span { border-color: rgb(212,10,124); }
td.TdClassName
{
border-color: #D40A7C;
}
.TagClassName
{
border-color: #D40A7C;
}
</style>