Shades of Medium Violet Red #D5208E
Tints of Medium Violet Red #D5208E
RGB
CMYK
RGB Variations
Color information
#D5208E (or 0xD5208E) is known color: Medium Violet Red. HEX triplet: D5, 20 and 8E. RGB value is (213,32,142). Sum of RGB (Red+Green+Blue) = 213+32+142=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5208E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5208E is #2ADF71. Grayscale: #626262. Windows color (decimal): -2809714 or 9314517. OLE color: 9314517.
HSL color Cylindrical-coordinate representation of color #D5208E: hue angle of 323.54º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5208E is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 142 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.16 |
| HSL | 323.54º | 0.74% | 0.48% | - |
| HSV(B) | 323.54º | 0.85% | 0.84% | - |
| XYZ | 32.84 | 17.13 | 27.17 | - |
| YUV | 98.66 | 152.47 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 142 | 0 | 0.85 | 0.33 | 0.16 | 323.54 | 0.74 | 0.48 |
| Hex | D5 | 20 | 8E | 0 | 55 | 21 | 10 | 144 | 4A | 30 |
| Octal | 325 | 40 | 216 | 0 | 125 | 41 | 20 | 504 | 112 | 60 |
| Binary | 11010101 | 100000 | 10001110 | 0 | 1010101 | 100001 | 10000 | 101000100 | 1001010 | 110000 |
Color Harmonies of #D5208E
Complementary color
Monochromatic Colors of #D5208E
Black with #D5208E
Text Example
Text Example
White with #D5208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5208E; }
p { color: rgb(213,32,142); }
H1.HeaderClassName
{
color: #D5208E;
}
.AnyTagClassName
{
color: #D5208E;
}
</style>
background-color css
<style>
a { background-color: #D5208E; }
a { background-color: rgb(213,32,142); }
div.DivClassName
{
background-color: #D5208E;
}
.BgClassName
{
background-color: #D5208E;
}
</style>
border-color css
<style>
span { border-color: #D5208E; }
span { border-color: rgb(213,32,142); }
td.TdClassName
{
border-color: #D5208E;
}
.TagClassName
{
border-color: #D5208E;
}
</style>