Shades of Medium Violet Red #D3239C
Tints of Medium Violet Red #D3239C
RGB
CMYK
RGB Variations
Color information
#D3239C (or 0xD3239C) is known color: Medium Violet Red. HEX triplet: D3, 23 and 9C. RGB value is (211,35,156). Sum of RGB (Red+Green+Blue) = 211+35+156=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D3239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3239C is #2CDC63. Grayscale: #656565. Windows color (decimal): -2940004 or 10232787. OLE color: 10232787.
HSL color Cylindrical-coordinate representation of color #D3239C: hue angle of 318.75º 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 #D3239C is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 156 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.17 |
| HSL | 318.75º | 0.72% | 0.48% | - |
| HSV(B) | 318.75º | 0.83% | 0.83% | - |
| XYZ | 33.47 | 17.45 | 33.06 | - |
| YUV | 101.42 | 158.81 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 156 | 0 | 0.83 | 0.26 | 0.17 | 318.75 | 0.72 | 0.48 |
| Hex | D3 | 23 | 9C | 0 | 53 | 1A | 11 | 13F | 48 | 30 |
| Octal | 323 | 43 | 234 | 0 | 123 | 32 | 21 | 477 | 110 | 60 |
| Binary | 11010011 | 100011 | 10011100 | 0 | 1010011 | 11010 | 10001 | 100111111 | 1001000 | 110000 |
Color Harmonies of #D3239C
Complementary color
Monochromatic Colors of #D3239C
Black with #D3239C
Text Example
Text Example
White with #D3239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3239C; }
p { color: rgb(211,35,156); }
H1.HeaderClassName
{
color: #D3239C;
}
.AnyTagClassName
{
color: #D3239C;
}
</style>
background-color css
<style>
a { background-color: #D3239C; }
a { background-color: rgb(211,35,156); }
div.DivClassName
{
background-color: #D3239C;
}
.BgClassName
{
background-color: #D3239C;
}
</style>
border-color css
<style>
span { border-color: #D3239C; }
span { border-color: rgb(211,35,156); }
td.TdClassName
{
border-color: #D3239C;
}
.TagClassName
{
border-color: #D3239C;
}
</style>