Shades of Medium Violet Red #D40087
Tints of Medium Violet Red #D40087
RGB
CMYK
RGB Variations
Color information
#D40087 (or 0xD40087) is known color: Medium Violet Red. HEX triplet: D4, 00 and 87. RGB value is (212,0,135). Sum of RGB (Red+Green+Blue) = 212+0+135=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D40087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40087 is #2BFF78. Grayscale: #4E4E4E. Windows color (decimal): -2883449 or 8847572. OLE color: 8847572.
HSL color Cylindrical-coordinate representation of color #D40087: hue angle of 321.79º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40087 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.36 | 0.17 |
| HSL | 321.79º | 1% | 0.42% | - |
| HSV(B) | 321.79º | 1% | 0.83% | - |
| XYZ | 31.52 | 15.75 | 24.3 | - |
| YUV | 78.78 | 159.74 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 135 | 0 | 1 | 0.36 | 0.17 | 321.79 | 1 | 0.42 |
| Hex | D4 | 0 | 87 | 0 | 64 | 24 | 11 | 142 | 64 | 2A |
| Octal | 324 | 0 | 207 | 0 | 144 | 44 | 21 | 502 | 144 | 52 |
| Binary | 11010100 | 0 | 10000111 | 0 | 1100100 | 100100 | 10001 | 101000010 | 1100100 | 101010 |
Color Harmonies of #D40087
Complementary color
Monochromatic Colors of #D40087
Black with #D40087
Text Example
Text Example
White with #D40087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40087; }
p { color: rgb(212,0,135); }
H1.HeaderClassName
{
color: #D40087;
}
.AnyTagClassName
{
color: #D40087;
}
</style>
background-color css
<style>
a { background-color: #D40087; }
a { background-color: rgb(212,0,135); }
div.DivClassName
{
background-color: #D40087;
}
.BgClassName
{
background-color: #D40087;
}
</style>
border-color css
<style>
span { border-color: #D40087; }
span { border-color: rgb(212,0,135); }
td.TdClassName
{
border-color: #D40087;
}
.TagClassName
{
border-color: #D40087;
}
</style>