Shades of Medium Violet Red #D0239B
Tints of Medium Violet Red #D0239B
RGB
CMYK
RGB Variations
Color information
#D0239B (or 0xD0239B) is known color: Medium Violet Red. HEX triplet: D0, 23 and 9B. RGB value is (208,35,155). Sum of RGB (Red+Green+Blue) = 208+35+155=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0239B is #2FDC64. Grayscale: #646464. Windows color (decimal): -3136613 or 10167248. OLE color: 10167248.
HSL color Cylindrical-coordinate representation of color #D0239B: hue angle of 318.38º 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 #D0239B is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 155 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.18 |
| HSL | 318.38º | 0.71% | 0.48% | - |
| HSV(B) | 318.38º | 0.83% | 0.82% | - |
| XYZ | 32.53 | 16.98 | 32.57 | - |
| YUV | 100.41 | 158.81 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 155 | 0 | 0.83 | 0.25 | 0.18 | 318.38 | 0.71 | 0.48 |
| Hex | D0 | 23 | 9B | 0 | 53 | 19 | 12 | 13E | 47 | 30 |
| Octal | 320 | 43 | 233 | 0 | 123 | 31 | 22 | 476 | 107 | 60 |
| Binary | 11010000 | 100011 | 10011011 | 0 | 1010011 | 11001 | 10010 | 100111110 | 1000111 | 110000 |
Color Harmonies of #D0239B
Complementary color
Monochromatic Colors of #D0239B
Black with #D0239B
Text Example
Text Example
White with #D0239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0239B; }
p { color: rgb(208,35,155); }
H1.HeaderClassName
{
color: #D0239B;
}
.AnyTagClassName
{
color: #D0239B;
}
</style>
background-color css
<style>
a { background-color: #D0239B; }
a { background-color: rgb(208,35,155); }
div.DivClassName
{
background-color: #D0239B;
}
.BgClassName
{
background-color: #D0239B;
}
</style>
border-color css
<style>
span { border-color: #D0239B; }
span { border-color: rgb(208,35,155); }
td.TdClassName
{
border-color: #D0239B;
}
.TagClassName
{
border-color: #D0239B;
}
</style>