Shades of Medium Violet Red #D3239D
Tints of Medium Violet Red #D3239D
RGB
CMYK
RGB Variations
Color information
#D3239D (or 0xD3239D) is known color: Medium Violet Red. HEX triplet: D3, 23 and 9D. RGB value is (211,35,157). Sum of RGB (Red+Green+Blue) = 211+35+157=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3239D is #2CDC62. Grayscale: #656565. Windows color (decimal): -2940003 or 10298323. OLE color: 10298323.
HSL color Cylindrical-coordinate representation of color #D3239D: hue angle of 318.41º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3239D is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 157 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.17 |
| HSL | 318.41º | 0.72% | 0.48% | - |
| HSV(B) | 318.41º | 0.83% | 0.83% | - |
| XYZ | 33.55 | 17.49 | 33.5 | - |
| YUV | 101.53 | 159.31 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 157 | 0 | 0.83 | 0.26 | 0.17 | 318.41 | 0.72 | 0.48 |
| Hex | D3 | 23 | 9D | 0 | 53 | 1A | 11 | 13E | 48 | 30 |
| Octal | 323 | 43 | 235 | 0 | 123 | 32 | 21 | 476 | 110 | 60 |
| Binary | 11010011 | 100011 | 10011101 | 0 | 1010011 | 11010 | 10001 | 100111110 | 1001000 | 110000 |
Color Harmonies of #D3239D
Complementary color
Monochromatic Colors of #D3239D
Black with #D3239D
Text Example
Text Example
White with #D3239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3239D; }
p { color: rgb(211,35,157); }
H1.HeaderClassName
{
color: #D3239D;
}
.AnyTagClassName
{
color: #D3239D;
}
</style>
background-color css
<style>
a { background-color: #D3239D; }
a { background-color: rgb(211,35,157); }
div.DivClassName
{
background-color: #D3239D;
}
.BgClassName
{
background-color: #D3239D;
}
</style>
border-color css
<style>
span { border-color: #D3239D; }
span { border-color: rgb(211,35,157); }
td.TdClassName
{
border-color: #D3239D;
}
.TagClassName
{
border-color: #D3239D;
}
</style>