Shades of Medium Violet Red #D30583
Tints of Medium Violet Red #D30583
RGB
CMYK
RGB Variations
Color information
#D30583 (or 0xD30583) is known color: Medium Violet Red. HEX triplet: D3, 05 and 83. RGB value is (211,5,131). Sum of RGB (Red+Green+Blue) = 211+5+131=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D30583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30583 is #2CFA7C. Grayscale: #505050. Windows color (decimal): -2947709 or 8586707. OLE color: 8586707.
HSL color Cylindrical-coordinate representation of color #D30583: hue angle of 323.3º degrees, saturation: 0.95, 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 #D30583 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 131 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.17 |
| HSL | 323.3º | 0.95% | 0.42% | - |
| HSV(B) | 323.3º | 0.98% | 0.83% | - |
| XYZ | 31.01 | 15.6 | 22.85 | - |
| YUV | 80.96 | 156.25 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 131 | 0 | 0.98 | 0.38 | 0.17 | 323.3 | 0.95 | 0.42 |
| Hex | D3 | 5 | 83 | 0 | 62 | 26 | 11 | 143 | 5F | 2A |
| Octal | 323 | 5 | 203 | 0 | 142 | 46 | 21 | 503 | 137 | 52 |
| Binary | 11010011 | 101 | 10000011 | 0 | 1100010 | 100110 | 10001 | 101000011 | 1011111 | 101010 |
Color Harmonies of #D30583
Complementary color
Monochromatic Colors of #D30583
Black with #D30583
Text Example
Text Example
White with #D30583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30583; }
p { color: rgb(211,5,131); }
H1.HeaderClassName
{
color: #D30583;
}
.AnyTagClassName
{
color: #D30583;
}
</style>
background-color css
<style>
a { background-color: #D30583; }
a { background-color: rgb(211,5,131); }
div.DivClassName
{
background-color: #D30583;
}
.BgClassName
{
background-color: #D30583;
}
</style>
border-color css
<style>
span { border-color: #D30583; }
span { border-color: rgb(211,5,131); }
td.TdClassName
{
border-color: #D30583;
}
.TagClassName
{
border-color: #D30583;
}
</style>