Shades of Medium Violet Red #D4059B
Tints of Medium Violet Red #D4059B
RGB
CMYK
RGB Variations
Color information
#D4059B (or 0xD4059B) is known color: Medium Violet Red. HEX triplet: D4, 05 and 9B. RGB value is (212,5,155). Sum of RGB (Red+Green+Blue) = 212+5+155=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4059B is #2BFA64. Grayscale: #535353. Windows color (decimal): -2882149 or 10159572. OLE color: 10159572.
HSL color Cylindrical-coordinate representation of color #D4059B: hue angle of 316.52º 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 #D4059B is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.17 |
| HSL | 316.52º | 0.95% | 0.43% | - |
| HSV(B) | 316.52º | 0.98% | 0.83% | - |
| XYZ | 33.12 | 16.47 | 32.44 | - |
| YUV | 83.99 | 168.08 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 155 | 0 | 0.98 | 0.27 | 0.17 | 316.52 | 0.95 | 0.43 |
| Hex | D4 | 5 | 9B | 0 | 62 | 1B | 11 | 13D | 5F | 2B |
| Octal | 324 | 5 | 233 | 0 | 142 | 33 | 21 | 475 | 137 | 53 |
| Binary | 11010100 | 101 | 10011011 | 0 | 1100010 | 11011 | 10001 | 100111101 | 1011111 | 101011 |
Color Harmonies of #D4059B
Complementary color
Monochromatic Colors of #D4059B
Black with #D4059B
Text Example
Text Example
White with #D4059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4059B; }
p { color: rgb(212,5,155); }
H1.HeaderClassName
{
color: #D4059B;
}
.AnyTagClassName
{
color: #D4059B;
}
</style>
background-color css
<style>
a { background-color: #D4059B; }
a { background-color: rgb(212,5,155); }
div.DivClassName
{
background-color: #D4059B;
}
.BgClassName
{
background-color: #D4059B;
}
</style>
border-color css
<style>
span { border-color: #D4059B; }
span { border-color: rgb(212,5,155); }
td.TdClassName
{
border-color: #D4059B;
}
.TagClassName
{
border-color: #D4059B;
}
</style>