Shades of Medium Violet Red #D30883
Tints of Medium Violet Red #D30883
RGB
CMYK
RGB Variations
Color information
#D30883 (or 0xD30883) is known color: Medium Violet Red. HEX triplet: D3, 08 and 83. RGB value is (211,8,131). Sum of RGB (Red+Green+Blue) = 211+8+131=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D30883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30883 is #2CF77C. Grayscale: #525252. Windows color (decimal): -2946941 or 8587475. OLE color: 8587475.
HSL color Cylindrical-coordinate representation of color #D30883: hue angle of 323.65º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30883 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 131 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.17 |
| HSL | 323.65º | 0.93% | 0.43% | - |
| HSV(B) | 323.65º | 0.96% | 0.83% | - |
| XYZ | 31.05 | 15.66 | 22.86 | - |
| YUV | 82.72 | 155.25 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 131 | 0 | 0.96 | 0.38 | 0.17 | 323.65 | 0.93 | 0.43 |
| Hex | D3 | 8 | 83 | 0 | 60 | 26 | 11 | 144 | 5D | 2B |
| Octal | 323 | 10 | 203 | 0 | 140 | 46 | 21 | 504 | 135 | 53 |
| Binary | 11010011 | 1000 | 10000011 | 0 | 1100000 | 100110 | 10001 | 101000100 | 1011101 | 101011 |
Color Harmonies of #D30883
Complementary color
Monochromatic Colors of #D30883
Black with #D30883
Text Example
Text Example
White with #D30883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30883; }
p { color: rgb(211,8,131); }
H1.HeaderClassName
{
color: #D30883;
}
.AnyTagClassName
{
color: #D30883;
}
</style>
background-color css
<style>
a { background-color: #D30883; }
a { background-color: rgb(211,8,131); }
div.DivClassName
{
background-color: #D30883;
}
.BgClassName
{
background-color: #D30883;
}
</style>
border-color css
<style>
span { border-color: #D30883; }
span { border-color: rgb(211,8,131); }
td.TdClassName
{
border-color: #D30883;
}
.TagClassName
{
border-color: #D30883;
}
</style>