Shades of Medium Violet Red #D40388
Tints of Medium Violet Red #D40388
RGB
CMYK
RGB Variations
Color information
#D40388 (or 0xD40388) is known color: Medium Violet Red. HEX triplet: D4, 03 and 88. RGB value is (212,3,136). Sum of RGB (Red+Green+Blue) = 212+3+136=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D40388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40388 is #2BFC77. Grayscale: #505050. Windows color (decimal): -2882680 or 8913876. OLE color: 8913876.
HSL color Cylindrical-coordinate representation of color #D40388: hue angle of 321.82º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40388 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 136 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.17 |
| HSL | 321.82º | 0.97% | 0.42% | - |
| HSV(B) | 321.82º | 0.99% | 0.83% | - |
| XYZ | 31.63 | 15.84 | 24.68 | - |
| YUV | 80.65 | 159.24 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 136 | 0 | 0.99 | 0.36 | 0.17 | 321.82 | 0.97 | 0.42 |
| Hex | D4 | 3 | 88 | 0 | 63 | 24 | 11 | 142 | 61 | 2A |
| Octal | 324 | 3 | 210 | 0 | 143 | 44 | 21 | 502 | 141 | 52 |
| Binary | 11010100 | 11 | 10001000 | 0 | 1100011 | 100100 | 10001 | 101000010 | 1100001 | 101010 |
Color Harmonies of #D40388
Complementary color
Monochromatic Colors of #D40388
Black with #D40388
Text Example
Text Example
White with #D40388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40388; }
p { color: rgb(212,3,136); }
H1.HeaderClassName
{
color: #D40388;
}
.AnyTagClassName
{
color: #D40388;
}
</style>
background-color css
<style>
a { background-color: #D40388; }
a { background-color: rgb(212,3,136); }
div.DivClassName
{
background-color: #D40388;
}
.BgClassName
{
background-color: #D40388;
}
</style>
border-color css
<style>
span { border-color: #D40388; }
span { border-color: rgb(212,3,136); }
td.TdClassName
{
border-color: #D40388;
}
.TagClassName
{
border-color: #D40388;
}
</style>