Shades of Medium Violet Red #D5038E
Tints of Medium Violet Red #D5038E
RGB
CMYK
RGB Variations
Color information
#D5038E (or 0xD5038E) is known color: Medium Violet Red. HEX triplet: D5, 03 and 8E. RGB value is (213,3,142). Sum of RGB (Red+Green+Blue) = 213+3+142=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5038E is #2AFC71. Grayscale: #515151. Windows color (decimal): -2817138 or 9307093. OLE color: 9307093.
HSL color Cylindrical-coordinate representation of color #D5038E: hue angle of 320.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5038E is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 142 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.16 |
| HSL | 320.29º | 0.97% | 0.42% | - |
| HSV(B) | 320.29º | 0.99% | 0.84% | - |
| XYZ | 32.36 | 16.16 | 27.01 | - |
| YUV | 81.64 | 162.07 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 142 | 0 | 0.99 | 0.33 | 0.16 | 320.29 | 0.97 | 0.42 |
| Hex | D5 | 3 | 8E | 0 | 63 | 21 | 10 | 140 | 61 | 2A |
| Octal | 325 | 3 | 216 | 0 | 143 | 41 | 20 | 500 | 141 | 52 |
| Binary | 11010101 | 11 | 10001110 | 0 | 1100011 | 100001 | 10000 | 101000000 | 1100001 | 101010 |
Color Harmonies of #D5038E
Complementary color
Monochromatic Colors of #D5038E
Black with #D5038E
Text Example
Text Example
White with #D5038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5038E; }
p { color: rgb(213,3,142); }
H1.HeaderClassName
{
color: #D5038E;
}
.AnyTagClassName
{
color: #D5038E;
}
</style>
background-color css
<style>
a { background-color: #D5038E; }
a { background-color: rgb(213,3,142); }
div.DivClassName
{
background-color: #D5038E;
}
.BgClassName
{
background-color: #D5038E;
}
</style>
border-color css
<style>
span { border-color: #D5038E; }
span { border-color: rgb(213,3,142); }
td.TdClassName
{
border-color: #D5038E;
}
.TagClassName
{
border-color: #D5038E;
}
</style>