Shades of Medium Violet Red #D40C88
Tints of Medium Violet Red #D40C88
RGB
CMYK
RGB Variations
Color information
#D40C88 (or 0xD40C88) is known color: Medium Violet Red. HEX triplet: D4, 0C and 88. RGB value is (212,12,136). Sum of RGB (Red+Green+Blue) = 212+12+136=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40C88 is #2BF377. Grayscale: #555555. Windows color (decimal): -2880376 or 8916180. OLE color: 8916180.
HSL color Cylindrical-coordinate representation of color #D40C88: hue angle of 322.8º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40C88 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 136 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.17 |
| HSL | 322.8º | 0.89% | 0.44% | - |
| HSV(B) | 322.8º | 0.94% | 0.83% | - |
| XYZ | 31.73 | 16.04 | 24.72 | - |
| YUV | 85.94 | 156.26 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 136 | 0 | 0.94 | 0.36 | 0.17 | 322.8 | 0.89 | 0.44 |
| Hex | D4 | C | 88 | 0 | 5E | 24 | 11 | 143 | 59 | 2C |
| Octal | 324 | 14 | 210 | 0 | 136 | 44 | 21 | 503 | 131 | 54 |
| Binary | 11010100 | 1100 | 10001000 | 0 | 1011110 | 100100 | 10001 | 101000011 | 1011001 | 101100 |
Color Harmonies of #D40C88
Complementary color
Monochromatic Colors of #D40C88
Black with #D40C88
Text Example
Text Example
White with #D40C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C88; }
p { color: rgb(212,12,136); }
H1.HeaderClassName
{
color: #D40C88;
}
.AnyTagClassName
{
color: #D40C88;
}
</style>
background-color css
<style>
a { background-color: #D40C88; }
a { background-color: rgb(212,12,136); }
div.DivClassName
{
background-color: #D40C88;
}
.BgClassName
{
background-color: #D40C88;
}
</style>
border-color css
<style>
span { border-color: #D40C88; }
span { border-color: rgb(212,12,136); }
td.TdClassName
{
border-color: #D40C88;
}
.TagClassName
{
border-color: #D40C88;
}
</style>