Shades of Medium Violet Red #D80385
Tints of Medium Violet Red #D80385
RGB
CMYK
RGB Variations
Color information
#D80385 (or 0xD80385) is known color: Medium Violet Red. HEX triplet: D8, 03 and 85. RGB value is (216,3,133). Sum of RGB (Red+Green+Blue) = 216+3+133=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D80385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80385 is #27FC7A. Grayscale: #515151. Windows color (decimal): -2620539 or 8717272. OLE color: 8717272.
HSL color Cylindrical-coordinate representation of color #D80385: hue angle of 323.38º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80385 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 133 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.15 |
| HSL | 323.38º | 0.97% | 0.43% | - |
| HSV(B) | 323.38º | 0.99% | 0.85% | - |
| XYZ | 32.59 | 16.36 | 23.63 | - |
| YUV | 81.51 | 157.07 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 133 | 0 | 0.99 | 0.38 | 0.15 | 323.38 | 0.97 | 0.43 |
| Hex | D8 | 3 | 85 | 0 | 63 | 26 | F | 143 | 61 | 2B |
| Octal | 330 | 3 | 205 | 0 | 143 | 46 | 17 | 503 | 141 | 53 |
| Binary | 11011000 | 11 | 10000101 | 0 | 1100011 | 100110 | 1111 | 101000011 | 1100001 | 101011 |
Color Harmonies of #D80385
Complementary color
Monochromatic Colors of #D80385
Black with #D80385
Text Example
Text Example
White with #D80385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80385; }
p { color: rgb(216,3,133); }
H1.HeaderClassName
{
color: #D80385;
}
.AnyTagClassName
{
color: #D80385;
}
</style>
background-color css
<style>
a { background-color: #D80385; }
a { background-color: rgb(216,3,133); }
div.DivClassName
{
background-color: #D80385;
}
.BgClassName
{
background-color: #D80385;
}
</style>
border-color css
<style>
span { border-color: #D80385; }
span { border-color: rgb(216,3,133); }
td.TdClassName
{
border-color: #D80385;
}
.TagClassName
{
border-color: #D80385;
}
</style>