Shades of Medium Violet Red #D40B88
Tints of Medium Violet Red #D40B88
RGB
CMYK
RGB Variations
Color information
#D40B88 (or 0xD40B88) is known color: Medium Violet Red. HEX triplet: D4, 0B and 88. RGB value is (212,11,136). Sum of RGB (Red+Green+Blue) = 212+11+136=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40B88 is #2BF477. Grayscale: #555555. Windows color (decimal): -2880632 or 8915924. OLE color: 8915924.
HSL color Cylindrical-coordinate representation of color #D40B88: hue angle of 322.69º degrees, saturation: 0.9, 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 #D40B88 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 136 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.17 |
| HSL | 322.69º | 0.9% | 0.44% | - |
| HSV(B) | 322.69º | 0.95% | 0.83% | - |
| XYZ | 31.71 | 16.01 | 24.71 | - |
| YUV | 85.35 | 156.59 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 136 | 0 | 0.95 | 0.36 | 0.17 | 322.69 | 0.9 | 0.44 |
| Hex | D4 | B | 88 | 0 | 5F | 24 | 11 | 143 | 5A | 2C |
| Octal | 324 | 13 | 210 | 0 | 137 | 44 | 21 | 503 | 132 | 54 |
| Binary | 11010100 | 1011 | 10001000 | 0 | 1011111 | 100100 | 10001 | 101000011 | 1011010 | 101100 |
Color Harmonies of #D40B88
Complementary color
Monochromatic Colors of #D40B88
Black with #D40B88
Text Example
Text Example
White with #D40B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B88; }
p { color: rgb(212,11,136); }
H1.HeaderClassName
{
color: #D40B88;
}
.AnyTagClassName
{
color: #D40B88;
}
</style>
background-color css
<style>
a { background-color: #D40B88; }
a { background-color: rgb(212,11,136); }
div.DivClassName
{
background-color: #D40B88;
}
.BgClassName
{
background-color: #D40B88;
}
</style>
border-color css
<style>
span { border-color: #D40B88; }
span { border-color: rgb(212,11,136); }
td.TdClassName
{
border-color: #D40B88;
}
.TagClassName
{
border-color: #D40B88;
}
</style>