Shades of Medium Violet Red #D4059D
Tints of Medium Violet Red #D4059D
RGB
CMYK
RGB Variations
Color information
#D4059D (or 0xD4059D) is known color: Medium Violet Red. HEX triplet: D4, 05 and 9D. RGB value is (212,5,157). Sum of RGB (Red+Green+Blue) = 212+5+157=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4059D is #2BFA62. Grayscale: #535353. Windows color (decimal): -2882147 or 10290644. OLE color: 10290644.
HSL color Cylindrical-coordinate representation of color #D4059D: hue angle of 315.94º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4059D is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.17 |
| HSL | 315.94º | 0.95% | 0.43% | - |
| HSV(B) | 315.94º | 0.98% | 0.83% | - |
| XYZ | 33.29 | 16.54 | 33.34 | - |
| YUV | 84.22 | 169.08 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 157 | 0 | 0.98 | 0.26 | 0.17 | 315.94 | 0.95 | 0.43 |
| Hex | D4 | 5 | 9D | 0 | 62 | 1A | 11 | 13C | 5F | 2B |
| Octal | 324 | 5 | 235 | 0 | 142 | 32 | 21 | 474 | 137 | 53 |
| Binary | 11010100 | 101 | 10011101 | 0 | 1100010 | 11010 | 10001 | 100111100 | 1011111 | 101011 |
Color Harmonies of #D4059D
Complementary color
Monochromatic Colors of #D4059D
Black with #D4059D
Text Example
Text Example
White with #D4059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4059D; }
p { color: rgb(212,5,157); }
H1.HeaderClassName
{
color: #D4059D;
}
.AnyTagClassName
{
color: #D4059D;
}
</style>
background-color css
<style>
a { background-color: #D4059D; }
a { background-color: rgb(212,5,157); }
div.DivClassName
{
background-color: #D4059D;
}
.BgClassName
{
background-color: #D4059D;
}
</style>
border-color css
<style>
span { border-color: #D4059D; }
span { border-color: rgb(212,5,157); }
td.TdClassName
{
border-color: #D4059D;
}
.TagClassName
{
border-color: #D4059D;
}
</style>