Shades of Medium Violet Red #D4208D
Tints of Medium Violet Red #D4208D
RGB
CMYK
RGB Variations
Color information
#D4208D (or 0xD4208D) is known color: Medium Violet Red. HEX triplet: D4, 20 and 8D. RGB value is (212,32,141). Sum of RGB (Red+Green+Blue) = 212+32+141=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D4208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4208D is #2BDF72. Grayscale: #616161. Windows color (decimal): -2875251 or 9248980. OLE color: 9248980.
HSL color Cylindrical-coordinate representation of color #D4208D: hue angle of 323.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4208D is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 141 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.17 |
| HSL | 323.67º | 0.74% | 0.48% | - |
| HSV(B) | 323.67º | 0.85% | 0.83% | - |
| XYZ | 32.48 | 16.95 | 26.76 | - |
| YUV | 98.25 | 152.13 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 141 | 0 | 0.85 | 0.33 | 0.17 | 323.67 | 0.74 | 0.48 |
| Hex | D4 | 20 | 8D | 0 | 55 | 21 | 11 | 144 | 4A | 30 |
| Octal | 324 | 40 | 215 | 0 | 125 | 41 | 21 | 504 | 112 | 60 |
| Binary | 11010100 | 100000 | 10001101 | 0 | 1010101 | 100001 | 10001 | 101000100 | 1001010 | 110000 |
Color Harmonies of #D4208D
Complementary color
Monochromatic Colors of #D4208D
Black with #D4208D
Text Example
Text Example
White with #D4208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4208D; }
p { color: rgb(212,32,141); }
H1.HeaderClassName
{
color: #D4208D;
}
.AnyTagClassName
{
color: #D4208D;
}
</style>
background-color css
<style>
a { background-color: #D4208D; }
a { background-color: rgb(212,32,141); }
div.DivClassName
{
background-color: #D4208D;
}
.BgClassName
{
background-color: #D4208D;
}
</style>
border-color css
<style>
span { border-color: #D4208D; }
span { border-color: rgb(212,32,141); }
td.TdClassName
{
border-color: #D4208D;
}
.TagClassName
{
border-color: #D4208D;
}
</style>