Shades of Medium Violet Red #D4049B
Tints of Medium Violet Red #D4049B
RGB
CMYK
RGB Variations
Color information
#D4049B (or 0xD4049B) is known color: Medium Violet Red. HEX triplet: D4, 04 and 9B. RGB value is (212,4,155). Sum of RGB (Red+Green+Blue) = 212+4+155=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4049B is #2BFB64. Grayscale: #535353. Windows color (decimal): -2882405 or 10159316. OLE color: 10159316.
HSL color Cylindrical-coordinate representation of color #D4049B: hue angle of 316.44º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4049B is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.17 |
| HSL | 316.44º | 0.96% | 0.42% | - |
| HSV(B) | 316.44º | 0.98% | 0.83% | - |
| XYZ | 33.11 | 16.45 | 32.44 | - |
| YUV | 83.41 | 168.41 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 155 | 0 | 0.98 | 0.27 | 0.17 | 316.44 | 0.96 | 0.42 |
| Hex | D4 | 4 | 9B | 0 | 62 | 1B | 11 | 13C | 60 | 2A |
| Octal | 324 | 4 | 233 | 0 | 142 | 33 | 21 | 474 | 140 | 52 |
| Binary | 11010100 | 100 | 10011011 | 0 | 1100010 | 11011 | 10001 | 100111100 | 1100000 | 101010 |
Color Harmonies of #D4049B
Complementary color
Monochromatic Colors of #D4049B
Black with #D4049B
Text Example
Text Example
White with #D4049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4049B; }
p { color: rgb(212,4,155); }
H1.HeaderClassName
{
color: #D4049B;
}
.AnyTagClassName
{
color: #D4049B;
}
</style>
background-color css
<style>
a { background-color: #D4049B; }
a { background-color: rgb(212,4,155); }
div.DivClassName
{
background-color: #D4049B;
}
.BgClassName
{
background-color: #D4049B;
}
</style>
border-color css
<style>
span { border-color: #D4049B; }
span { border-color: rgb(212,4,155); }
td.TdClassName
{
border-color: #D4049B;
}
.TagClassName
{
border-color: #D4049B;
}
</style>