Shades of Medium Violet Red #D5209D
Tints of Medium Violet Red #D5209D
RGB
CMYK
RGB Variations
Color information
#D5209D (or 0xD5209D) is known color: Medium Violet Red. HEX triplet: D5, 20 and 9D. RGB value is (213,32,157). Sum of RGB (Red+Green+Blue) = 213+32+157=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5209D is #2ADF62. Grayscale: #646464. Windows color (decimal): -2809699 or 10297557. OLE color: 10297557.
HSL color Cylindrical-coordinate representation of color #D5209D: hue angle of 318.56º 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 #D5209D is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 157 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.16 |
| HSL | 318.56º | 0.74% | 0.48% | - |
| HSV(B) | 318.56º | 0.85% | 0.84% | - |
| XYZ | 34.04 | 17.61 | 33.5 | - |
| YUV | 100.37 | 159.97 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 157 | 0 | 0.85 | 0.26 | 0.16 | 318.56 | 0.74 | 0.48 |
| Hex | D5 | 20 | 9D | 0 | 55 | 1A | 10 | 13F | 4A | 30 |
| Octal | 325 | 40 | 235 | 0 | 125 | 32 | 20 | 477 | 112 | 60 |
| Binary | 11010101 | 100000 | 10011101 | 0 | 1010101 | 11010 | 10000 | 100111111 | 1001010 | 110000 |
Color Harmonies of #D5209D
Complementary color
Monochromatic Colors of #D5209D
Black with #D5209D
Text Example
Text Example
White with #D5209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5209D; }
p { color: rgb(213,32,157); }
H1.HeaderClassName
{
color: #D5209D;
}
.AnyTagClassName
{
color: #D5209D;
}
</style>
background-color css
<style>
a { background-color: #D5209D; }
a { background-color: rgb(213,32,157); }
div.DivClassName
{
background-color: #D5209D;
}
.BgClassName
{
background-color: #D5209D;
}
</style>
border-color css
<style>
span { border-color: #D5209D; }
span { border-color: rgb(213,32,157); }
td.TdClassName
{
border-color: #D5209D;
}
.TagClassName
{
border-color: #D5209D;
}
</style>