Shades of Medium Violet Red #D30988
Tints of Medium Violet Red #D30988
RGB
CMYK
RGB Variations
Color information
#D30988 (or 0xD30988) is known color: Medium Violet Red. HEX triplet: D3, 09 and 88. RGB value is (211,9,136). Sum of RGB (Red+Green+Blue) = 211+9+136=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D30988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30988 is #2CF677. Grayscale: #535353. Windows color (decimal): -2946680 or 8915411. OLE color: 8915411.
HSL color Cylindrical-coordinate representation of color #D30988: hue angle of 322.28º degrees, saturation: 0.92, 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 #D30988 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 136 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.17 |
| HSL | 322.28º | 0.92% | 0.43% | - |
| HSV(B) | 322.28º | 0.96% | 0.83% | - |
| XYZ | 31.41 | 15.82 | 24.69 | - |
| YUV | 83.88 | 157.42 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 136 | 0 | 0.96 | 0.36 | 0.17 | 322.28 | 0.92 | 0.43 |
| Hex | D3 | 9 | 88 | 0 | 60 | 24 | 11 | 142 | 5C | 2B |
| Octal | 323 | 11 | 210 | 0 | 140 | 44 | 21 | 502 | 134 | 53 |
| Binary | 11010011 | 1001 | 10001000 | 0 | 1100000 | 100100 | 10001 | 101000010 | 1011100 | 101011 |
Color Harmonies of #D30988
Complementary color
Monochromatic Colors of #D30988
Black with #D30988
Text Example
Text Example
White with #D30988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30988; }
p { color: rgb(211,9,136); }
H1.HeaderClassName
{
color: #D30988;
}
.AnyTagClassName
{
color: #D30988;
}
</style>
background-color css
<style>
a { background-color: #D30988; }
a { background-color: rgb(211,9,136); }
div.DivClassName
{
background-color: #D30988;
}
.BgClassName
{
background-color: #D30988;
}
</style>
border-color css
<style>
span { border-color: #D30988; }
span { border-color: rgb(211,9,136); }
td.TdClassName
{
border-color: #D30988;
}
.TagClassName
{
border-color: #D30988;
}
</style>