Shades of Medium Violet Red #D4087D
Tints of Medium Violet Red #D4087D
RGB
CMYK
RGB Variations
Color information
#D4087D (or 0xD4087D) is known color: Medium Violet Red. HEX triplet: D4, 08 and 7D. RGB value is (212,8,125). Sum of RGB (Red+Green+Blue) = 212+8+125=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D4087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4087D is #2BF782. Grayscale: #525252. Windows color (decimal): -2881411 or 8194260. OLE color: 8194260.
HSL color Cylindrical-coordinate representation of color #D4087D: hue angle of 325.59º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4087D is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 125 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.17 |
| HSL | 325.59º | 0.93% | 0.43% | - |
| HSV(B) | 325.59º | 0.96% | 0.83% | - |
| XYZ | 30.94 | 15.65 | 20.79 | - |
| YUV | 82.33 | 152.09 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 125 | 0 | 0.96 | 0.41 | 0.17 | 325.59 | 0.93 | 0.43 |
| Hex | D4 | 8 | 7D | 0 | 60 | 29 | 11 | 146 | 5D | 2B |
| Octal | 324 | 10 | 175 | 0 | 140 | 51 | 21 | 506 | 135 | 53 |
| Binary | 11010100 | 1000 | 1111101 | 0 | 1100000 | 101001 | 10001 | 101000110 | 1011101 | 101011 |
Color Harmonies of #D4087D
Complementary color
Monochromatic Colors of #D4087D
Black with #D4087D
Text Example
Text Example
White with #D4087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4087D; }
p { color: rgb(212,8,125); }
H1.HeaderClassName
{
color: #D4087D;
}
.AnyTagClassName
{
color: #D4087D;
}
</style>
background-color css
<style>
a { background-color: #D4087D; }
a { background-color: rgb(212,8,125); }
div.DivClassName
{
background-color: #D4087D;
}
.BgClassName
{
background-color: #D4087D;
}
</style>
border-color css
<style>
span { border-color: #D4087D; }
span { border-color: rgb(212,8,125); }
td.TdClassName
{
border-color: #D4087D;
}
.TagClassName
{
border-color: #D4087D;
}
</style>