Shades of Medium Violet Red #D0239E
Tints of Medium Violet Red #D0239E
RGB
CMYK
RGB Variations
Color information
#D0239E (or 0xD0239E) is known color: Medium Violet Red. HEX triplet: D0, 23 and 9E. RGB value is (208,35,158). Sum of RGB (Red+Green+Blue) = 208+35+158=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0239E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0239E is #2FDC61. Grayscale: #646464. Windows color (decimal): -3136610 or 10363856. OLE color: 10363856.
HSL color Cylindrical-coordinate representation of color #D0239E: hue angle of 317.34º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0239E is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 158 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.18 |
| HSL | 317.34º | 0.71% | 0.48% | - |
| HSV(B) | 317.34º | 0.83% | 0.82% | - |
| XYZ | 32.79 | 17.08 | 33.92 | - |
| YUV | 100.75 | 160.31 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 158 | 0 | 0.83 | 0.24 | 0.18 | 317.34 | 0.71 | 0.48 |
| Hex | D0 | 23 | 9E | 0 | 53 | 18 | 12 | 13D | 47 | 30 |
| Octal | 320 | 43 | 236 | 0 | 123 | 30 | 22 | 475 | 107 | 60 |
| Binary | 11010000 | 100011 | 10011110 | 0 | 1010011 | 11000 | 10010 | 100111101 | 1000111 | 110000 |
Color Harmonies of #D0239E
Complementary color
Monochromatic Colors of #D0239E
Black with #D0239E
Text Example
Text Example
White with #D0239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0239E; }
p { color: rgb(208,35,158); }
H1.HeaderClassName
{
color: #D0239E;
}
.AnyTagClassName
{
color: #D0239E;
}
</style>
background-color css
<style>
a { background-color: #D0239E; }
a { background-color: rgb(208,35,158); }
div.DivClassName
{
background-color: #D0239E;
}
.BgClassName
{
background-color: #D0239E;
}
</style>
border-color css
<style>
span { border-color: #D0239E; }
span { border-color: rgb(208,35,158); }
td.TdClassName
{
border-color: #D0239E;
}
.TagClassName
{
border-color: #D0239E;
}
</style>