Shades of Medium Violet Red #D5038B
Tints of Medium Violet Red #D5038B
RGB
CMYK
RGB Variations
Color information
#D5038B (or 0xD5038B) is known color: Medium Violet Red. HEX triplet: D5, 03 and 8B. RGB value is (213,3,139). Sum of RGB (Red+Green+Blue) = 213+3+139=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5038B is #2AFC74. Grayscale: #505050. Windows color (decimal): -2817141 or 9110485. OLE color: 9110485.
HSL color Cylindrical-coordinate representation of color #D5038B: hue angle of 321.14º 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 #D5038B is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.16 |
| HSL | 321.14º | 0.97% | 0.42% | - |
| HSV(B) | 321.14º | 0.99% | 0.84% | - |
| XYZ | 32.13 | 16.08 | 25.84 | - |
| YUV | 81.29 | 160.57 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 139 | 0 | 0.99 | 0.35 | 0.16 | 321.14 | 0.97 | 0.42 |
| Hex | D5 | 3 | 8B | 0 | 63 | 23 | 10 | 141 | 61 | 2A |
| Octal | 325 | 3 | 213 | 0 | 143 | 43 | 20 | 501 | 141 | 52 |
| Binary | 11010101 | 11 | 10001011 | 0 | 1100011 | 100011 | 10000 | 101000001 | 1100001 | 101010 |
Color Harmonies of #D5038B
Complementary color
Monochromatic Colors of #D5038B
Black with #D5038B
Text Example
Text Example
White with #D5038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5038B; }
p { color: rgb(213,3,139); }
H1.HeaderClassName
{
color: #D5038B;
}
.AnyTagClassName
{
color: #D5038B;
}
</style>
background-color css
<style>
a { background-color: #D5038B; }
a { background-color: rgb(213,3,139); }
div.DivClassName
{
background-color: #D5038B;
}
.BgClassName
{
background-color: #D5038B;
}
</style>
border-color css
<style>
span { border-color: #D5038B; }
span { border-color: rgb(213,3,139); }
td.TdClassName
{
border-color: #D5038B;
}
.TagClassName
{
border-color: #D5038B;
}
</style>