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