Shades of Medium Violet Red #D4089D
Tints of Medium Violet Red #D4089D
RGB
CMYK
RGB Variations
Color information
#D4089D (or 0xD4089D) is known color: Medium Violet Red. HEX triplet: D4, 08 and 9D. RGB value is (212,8,157). Sum of RGB (Red+Green+Blue) = 212+8+157=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D4089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4089D is #2BF762. Grayscale: #555555. Windows color (decimal): -2881379 or 10291412. OLE color: 10291412.
HSL color Cylindrical-coordinate representation of color #D4089D: hue angle of 316.18º 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 #D4089D is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.17 |
| HSL | 316.18º | 0.93% | 0.43% | - |
| HSV(B) | 316.18º | 0.96% | 0.83% | - |
| XYZ | 33.32 | 16.61 | 33.35 | - |
| YUV | 85.98 | 168.09 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 157 | 0 | 0.96 | 0.26 | 0.17 | 316.18 | 0.93 | 0.43 |
| Hex | D4 | 8 | 9D | 0 | 60 | 1A | 11 | 13C | 5D | 2B |
| Octal | 324 | 10 | 235 | 0 | 140 | 32 | 21 | 474 | 135 | 53 |
| Binary | 11010100 | 1000 | 10011101 | 0 | 1100000 | 11010 | 10001 | 100111100 | 1011101 | 101011 |
Color Harmonies of #D4089D
Complementary color
Monochromatic Colors of #D4089D
Black with #D4089D
Text Example
Text Example
White with #D4089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4089D; }
p { color: rgb(212,8,157); }
H1.HeaderClassName
{
color: #D4089D;
}
.AnyTagClassName
{
color: #D4089D;
}
</style>
background-color css
<style>
a { background-color: #D4089D; }
a { background-color: rgb(212,8,157); }
div.DivClassName
{
background-color: #D4089D;
}
.BgClassName
{
background-color: #D4089D;
}
</style>
border-color css
<style>
span { border-color: #D4089D; }
span { border-color: rgb(212,8,157); }
td.TdClassName
{
border-color: #D4089D;
}
.TagClassName
{
border-color: #D4089D;
}
</style>