Shades of Medium Violet Red #D5208F
Tints of Medium Violet Red #D5208F
RGB
CMYK
RGB Variations
Color information
#D5208F (or 0xD5208F) is known color: Medium Violet Red. HEX triplet: D5, 20 and 8F. RGB value is (213,32,143). Sum of RGB (Red+Green+Blue) = 213+32+143=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5208F is #2ADF70. Grayscale: #626262. Windows color (decimal): -2809713 or 9380053. OLE color: 9380053.
HSL color Cylindrical-coordinate representation of color #D5208F: hue angle of 323.2º 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 #D5208F is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 143 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.16 |
| HSL | 323.2º | 0.74% | 0.48% | - |
| HSV(B) | 323.2º | 0.85% | 0.84% | - |
| XYZ | 32.92 | 17.16 | 27.56 | - |
| YUV | 98.77 | 152.97 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 143 | 0 | 0.85 | 0.33 | 0.16 | 323.2 | 0.74 | 0.48 |
| Hex | D5 | 20 | 8F | 0 | 55 | 21 | 10 | 143 | 4A | 30 |
| Octal | 325 | 40 | 217 | 0 | 125 | 41 | 20 | 503 | 112 | 60 |
| Binary | 11010101 | 100000 | 10001111 | 0 | 1010101 | 100001 | 10000 | 101000011 | 1001010 | 110000 |
Color Harmonies of #D5208F
Complementary color
Monochromatic Colors of #D5208F
Black with #D5208F
Text Example
Text Example
White with #D5208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5208F; }
p { color: rgb(213,32,143); }
H1.HeaderClassName
{
color: #D5208F;
}
.AnyTagClassName
{
color: #D5208F;
}
</style>
background-color css
<style>
a { background-color: #D5208F; }
a { background-color: rgb(213,32,143); }
div.DivClassName
{
background-color: #D5208F;
}
.BgClassName
{
background-color: #D5208F;
}
</style>
border-color css
<style>
span { border-color: #D5208F; }
span { border-color: rgb(213,32,143); }
td.TdClassName
{
border-color: #D5208F;
}
.TagClassName
{
border-color: #D5208F;
}
</style>