Shades of Medium Violet Red #D3048C
Tints of Medium Violet Red #D3048C
RGB
CMYK
RGB Variations
Color information
#D3048C (or 0xD3048C) is known color: Medium Violet Red. HEX triplet: D3, 04 and 8C. RGB value is (211,4,140). Sum of RGB (Red+Green+Blue) = 211+4+140=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3048C is #2CFB73. Grayscale: #515151. Windows color (decimal): -2947956 or 9176275. OLE color: 9176275.
HSL color Cylindrical-coordinate representation of color #D3048C: hue angle of 320.58º 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 #D3048C is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.17 |
| HSL | 320.58º | 0.96% | 0.42% | - |
| HSV(B) | 320.58º | 0.98% | 0.83% | - |
| XYZ | 31.64 | 15.83 | 26.2 | - |
| YUV | 81.4 | 161.08 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 140 | 0 | 0.98 | 0.34 | 0.17 | 320.58 | 0.96 | 0.42 |
| Hex | D3 | 4 | 8C | 0 | 62 | 22 | 11 | 141 | 60 | 2A |
| Octal | 323 | 4 | 214 | 0 | 142 | 42 | 21 | 501 | 140 | 52 |
| Binary | 11010011 | 100 | 10001100 | 0 | 1100010 | 100010 | 10001 | 101000001 | 1100000 | 101010 |
Color Harmonies of #D3048C
Complementary color
Monochromatic Colors of #D3048C
Black with #D3048C
Text Example
Text Example
White with #D3048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3048C; }
p { color: rgb(211,4,140); }
H1.HeaderClassName
{
color: #D3048C;
}
.AnyTagClassName
{
color: #D3048C;
}
</style>
background-color css
<style>
a { background-color: #D3048C; }
a { background-color: rgb(211,4,140); }
div.DivClassName
{
background-color: #D3048C;
}
.BgClassName
{
background-color: #D3048C;
}
</style>
border-color css
<style>
span { border-color: #D3048C; }
span { border-color: rgb(211,4,140); }
td.TdClassName
{
border-color: #D3048C;
}
.TagClassName
{
border-color: #D3048C;
}
</style>