Shades of Medium Violet Red #D3239A
Tints of Medium Violet Red #D3239A
RGB
CMYK
RGB Variations
Color information
#D3239A (or 0xD3239A) is known color: Medium Violet Red. HEX triplet: D3, 23 and 9A. RGB value is (211,35,154). Sum of RGB (Red+Green+Blue) = 211+35+154=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D3239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3239A is #2CDC65. Grayscale: #646464. Windows color (decimal): -2940006 or 10101715. OLE color: 10101715.
HSL color Cylindrical-coordinate representation of color #D3239A: hue angle of 319.43º 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 #D3239A is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 154 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.17 |
| HSL | 319.43º | 0.72% | 0.48% | - |
| HSV(B) | 319.43º | 0.83% | 0.83% | - |
| XYZ | 33.3 | 17.38 | 32.17 | - |
| YUV | 101.19 | 157.81 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 154 | 0 | 0.83 | 0.27 | 0.17 | 319.43 | 0.72 | 0.48 |
| Hex | D3 | 23 | 9A | 0 | 53 | 1B | 11 | 13F | 48 | 30 |
| Octal | 323 | 43 | 232 | 0 | 123 | 33 | 21 | 477 | 110 | 60 |
| Binary | 11010011 | 100011 | 10011010 | 0 | 1010011 | 11011 | 10001 | 100111111 | 1001000 | 110000 |
Color Harmonies of #D3239A
Complementary color
Monochromatic Colors of #D3239A
Black with #D3239A
Text Example
Text Example
White with #D3239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3239A; }
p { color: rgb(211,35,154); }
H1.HeaderClassName
{
color: #D3239A;
}
.AnyTagClassName
{
color: #D3239A;
}
</style>
background-color css
<style>
a { background-color: #D3239A; }
a { background-color: rgb(211,35,154); }
div.DivClassName
{
background-color: #D3239A;
}
.BgClassName
{
background-color: #D3239A;
}
</style>
border-color css
<style>
span { border-color: #D3239A; }
span { border-color: rgb(211,35,154); }
td.TdClassName
{
border-color: #D3239A;
}
.TagClassName
{
border-color: #D3239A;
}
</style>