Shades of Medium Violet Red #D30385
Tints of Medium Violet Red #D30385
RGB
CMYK
RGB Variations
Color information
#D30385 (or 0xD30385) is known color: Medium Violet Red. HEX triplet: D3, 03 and 85. RGB value is (211,3,133). Sum of RGB (Red+Green+Blue) = 211+3+133=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D30385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30385 is #2CFC7A. Grayscale: #4F4F4F. Windows color (decimal): -2948219 or 8717267. OLE color: 8717267.
HSL color Cylindrical-coordinate representation of color #D30385: hue angle of 322.5º degrees, saturation: 0.97, 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 #D30385 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 133 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.17 |
| HSL | 322.5º | 0.97% | 0.42% | - |
| HSV(B) | 322.5º | 0.99% | 0.83% | - |
| XYZ | 31.13 | 15.61 | 23.56 | - |
| YUV | 80.01 | 157.91 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 133 | 0 | 0.99 | 0.37 | 0.17 | 322.5 | 0.97 | 0.42 |
| Hex | D3 | 3 | 85 | 0 | 63 | 25 | 11 | 142 | 61 | 2A |
| Octal | 323 | 3 | 205 | 0 | 143 | 45 | 21 | 502 | 141 | 52 |
| Binary | 11010011 | 11 | 10000101 | 0 | 1100011 | 100101 | 10001 | 101000010 | 1100001 | 101010 |
Color Harmonies of #D30385
Complementary color
Monochromatic Colors of #D30385
Black with #D30385
Text Example
Text Example
White with #D30385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30385; }
p { color: rgb(211,3,133); }
H1.HeaderClassName
{
color: #D30385;
}
.AnyTagClassName
{
color: #D30385;
}
</style>
background-color css
<style>
a { background-color: #D30385; }
a { background-color: rgb(211,3,133); }
div.DivClassName
{
background-color: #D30385;
}
.BgClassName
{
background-color: #D30385;
}
</style>
border-color css
<style>
span { border-color: #D30385; }
span { border-color: rgb(211,3,133); }
td.TdClassName
{
border-color: #D30385;
}
.TagClassName
{
border-color: #D30385;
}
</style>