Shades of Medium Violet Red #D0209D
Tints of Medium Violet Red #D0209D
RGB
CMYK
RGB Variations
Color information
#D0209D (or 0xD0209D) is known color: Medium Violet Red. HEX triplet: D0, 20 and 9D. RGB value is (208,32,157). Sum of RGB (Red+Green+Blue) = 208+32+157=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0209D is #2FDF62. Grayscale: #626262. Windows color (decimal): -3137379 or 10297552. OLE color: 10297552.
HSL color Cylindrical-coordinate representation of color #D0209D: hue angle of 317.39º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0209D is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 157 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.18 |
| HSL | 317.39º | 0.73% | 0.47% | - |
| HSV(B) | 317.39º | 0.85% | 0.82% | - |
| XYZ | 32.61 | 16.88 | 33.44 | - |
| YUV | 98.87 | 160.81 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 157 | 0 | 0.85 | 0.25 | 0.18 | 317.39 | 0.73 | 0.47 |
| Hex | D0 | 20 | 9D | 0 | 55 | 19 | 12 | 13D | 49 | 2F |
| Octal | 320 | 40 | 235 | 0 | 125 | 31 | 22 | 475 | 111 | 57 |
| Binary | 11010000 | 100000 | 10011101 | 0 | 1010101 | 11001 | 10010 | 100111101 | 1001001 | 101111 |
Color Harmonies of #D0209D
Complementary color
Monochromatic Colors of #D0209D
Black with #D0209D
Text Example
Text Example
White with #D0209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0209D; }
p { color: rgb(208,32,157); }
H1.HeaderClassName
{
color: #D0209D;
}
.AnyTagClassName
{
color: #D0209D;
}
</style>
background-color css
<style>
a { background-color: #D0209D; }
a { background-color: rgb(208,32,157); }
div.DivClassName
{
background-color: #D0209D;
}
.BgClassName
{
background-color: #D0209D;
}
</style>
border-color css
<style>
span { border-color: #D0209D; }
span { border-color: rgb(208,32,157); }
td.TdClassName
{
border-color: #D0209D;
}
.TagClassName
{
border-color: #D0209D;
}
</style>