Shades of Medium Violet Red #D3028C
Tints of Medium Violet Red #D3028C
RGB
CMYK
RGB Variations
Color information
#D3028C (or 0xD3028C) is known color: Medium Violet Red. HEX triplet: D3, 02 and 8C. RGB value is (211,2,140). Sum of RGB (Red+Green+Blue) = 211+2+140=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D3028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3028C is #2CFD73. Grayscale: #4F4F4F. Windows color (decimal): -2948468 or 9175763. OLE color: 9175763.
HSL color Cylindrical-coordinate representation of color #D3028C: hue angle of 320.38º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3028C is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.17 |
| HSL | 320.38º | 0.98% | 0.42% | - |
| HSV(B) | 320.38º | 0.99% | 0.83% | - |
| XYZ | 31.62 | 15.79 | 26.19 | - |
| YUV | 80.22 | 161.74 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 140 | 0 | 0.99 | 0.34 | 0.17 | 320.38 | 0.98 | 0.42 |
| Hex | D3 | 2 | 8C | 0 | 63 | 22 | 11 | 140 | 62 | 2A |
| Octal | 323 | 2 | 214 | 0 | 143 | 42 | 21 | 500 | 142 | 52 |
| Binary | 11010011 | 10 | 10001100 | 0 | 1100011 | 100010 | 10001 | 101000000 | 1100010 | 101010 |
Color Harmonies of #D3028C
Complementary color
Monochromatic Colors of #D3028C
Black with #D3028C
Text Example
Text Example
White with #D3028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3028C; }
p { color: rgb(211,2,140); }
H1.HeaderClassName
{
color: #D3028C;
}
.AnyTagClassName
{
color: #D3028C;
}
</style>
background-color css
<style>
a { background-color: #D3028C; }
a { background-color: rgb(211,2,140); }
div.DivClassName
{
background-color: #D3028C;
}
.BgClassName
{
background-color: #D3028C;
}
</style>
border-color css
<style>
span { border-color: #D3028C; }
span { border-color: rgb(211,2,140); }
td.TdClassName
{
border-color: #D3028C;
}
.TagClassName
{
border-color: #D3028C;
}
</style>