Shades of Medium Violet Red #D5209B
Tints of Medium Violet Red #D5209B
RGB
CMYK
RGB Variations
Color information
#D5209B (or 0xD5209B) is known color: Medium Violet Red. HEX triplet: D5, 20 and 9B. RGB value is (213,32,155). Sum of RGB (Red+Green+Blue) = 213+32+155=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D5209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5209B is #2ADF64. Grayscale: #636363. Windows color (decimal): -2809701 or 10166485. OLE color: 10166485.
HSL color Cylindrical-coordinate representation of color #D5209B: hue angle of 319.23º 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 #D5209B is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 155 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.16 |
| HSL | 319.23º | 0.74% | 0.48% | - |
| HSV(B) | 319.23º | 0.85% | 0.84% | - |
| XYZ | 33.87 | 17.55 | 32.61 | - |
| YUV | 100.14 | 158.97 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 155 | 0 | 0.85 | 0.27 | 0.16 | 319.23 | 0.74 | 0.48 |
| Hex | D5 | 20 | 9B | 0 | 55 | 1B | 10 | 13F | 4A | 30 |
| Octal | 325 | 40 | 233 | 0 | 125 | 33 | 20 | 477 | 112 | 60 |
| Binary | 11010101 | 100000 | 10011011 | 0 | 1010101 | 11011 | 10000 | 100111111 | 1001010 | 110000 |
Color Harmonies of #D5209B
Complementary color
Monochromatic Colors of #D5209B
Black with #D5209B
Text Example
Text Example
White with #D5209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5209B; }
p { color: rgb(213,32,155); }
H1.HeaderClassName
{
color: #D5209B;
}
.AnyTagClassName
{
color: #D5209B;
}
</style>
background-color css
<style>
a { background-color: #D5209B; }
a { background-color: rgb(213,32,155); }
div.DivClassName
{
background-color: #D5209B;
}
.BgClassName
{
background-color: #D5209B;
}
</style>
border-color css
<style>
span { border-color: #D5209B; }
span { border-color: rgb(213,32,155); }
td.TdClassName
{
border-color: #D5209B;
}
.TagClassName
{
border-color: #D5209B;
}
</style>