Shades of Medium Violet Red #D3049A
Tints of Medium Violet Red #D3049A
RGB
CMYK
RGB Variations
Color information
#D3049A (or 0xD3049A) is known color: Medium Violet Red. HEX triplet: D3, 04 and 9A. RGB value is (211,4,154). Sum of RGB (Red+Green+Blue) = 211+4+154=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3049A is #2CFB65. Grayscale: #525252. Windows color (decimal): -2947942 or 10093779. OLE color: 10093779.
HSL color Cylindrical-coordinate representation of color #D3049A: hue angle of 316.52º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3049A is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 154 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.17 |
| HSL | 316.52º | 0.96% | 0.42% | - |
| HSV(B) | 316.52º | 0.98% | 0.83% | - |
| XYZ | 32.74 | 16.27 | 31.99 | - |
| YUV | 82.99 | 168.08 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 154 | 0 | 0.98 | 0.27 | 0.17 | 316.52 | 0.96 | 0.42 |
| Hex | D3 | 4 | 9A | 0 | 62 | 1B | 11 | 13D | 60 | 2A |
| Octal | 323 | 4 | 232 | 0 | 142 | 33 | 21 | 475 | 140 | 52 |
| Binary | 11010011 | 100 | 10011010 | 0 | 1100010 | 11011 | 10001 | 100111101 | 1100000 | 101010 |
Color Harmonies of #D3049A
Complementary color
Monochromatic Colors of #D3049A
Black with #D3049A
Text Example
Text Example
White with #D3049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3049A; }
p { color: rgb(211,4,154); }
H1.HeaderClassName
{
color: #D3049A;
}
.AnyTagClassName
{
color: #D3049A;
}
</style>
background-color css
<style>
a { background-color: #D3049A; }
a { background-color: rgb(211,4,154); }
div.DivClassName
{
background-color: #D3049A;
}
.BgClassName
{
background-color: #D3049A;
}
</style>
border-color css
<style>
span { border-color: #D3049A; }
span { border-color: rgb(211,4,154); }
td.TdClassName
{
border-color: #D3049A;
}
.TagClassName
{
border-color: #D3049A;
}
</style>