Shades of Medium Violet Red #D4089B
Tints of Medium Violet Red #D4089B
RGB
CMYK
RGB Variations
Color information
#D4089B (or 0xD4089B) is known color: Medium Violet Red. HEX triplet: D4, 08 and 9B. RGB value is (212,8,155). Sum of RGB (Red+Green+Blue) = 212+8+155=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4089B is #2BF764. Grayscale: #555555. Windows color (decimal): -2881381 or 10160340. OLE color: 10160340.
HSL color Cylindrical-coordinate representation of color #D4089B: hue angle of 316.76º 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 #D4089B is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.17 |
| HSL | 316.76º | 0.93% | 0.43% | - |
| HSV(B) | 316.76º | 0.96% | 0.83% | - |
| XYZ | 33.15 | 16.54 | 32.45 | - |
| YUV | 85.75 | 167.09 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 155 | 0 | 0.96 | 0.27 | 0.17 | 316.76 | 0.93 | 0.43 |
| Hex | D4 | 8 | 9B | 0 | 60 | 1B | 11 | 13D | 5D | 2B |
| Octal | 324 | 10 | 233 | 0 | 140 | 33 | 21 | 475 | 135 | 53 |
| Binary | 11010100 | 1000 | 10011011 | 0 | 1100000 | 11011 | 10001 | 100111101 | 1011101 | 101011 |
Color Harmonies of #D4089B
Complementary color
Monochromatic Colors of #D4089B
Black with #D4089B
Text Example
Text Example
White with #D4089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4089B; }
p { color: rgb(212,8,155); }
H1.HeaderClassName
{
color: #D4089B;
}
.AnyTagClassName
{
color: #D4089B;
}
</style>
background-color css
<style>
a { background-color: #D4089B; }
a { background-color: rgb(212,8,155); }
div.DivClassName
{
background-color: #D4089B;
}
.BgClassName
{
background-color: #D4089B;
}
</style>
border-color css
<style>
span { border-color: #D4089B; }
span { border-color: rgb(212,8,155); }
td.TdClassName
{
border-color: #D4089B;
}
.TagClassName
{
border-color: #D4089B;
}
</style>