Shades of Medium Violet Red #D5038C
Tints of Medium Violet Red #D5038C
RGB
CMYK
RGB Variations
Color information
#D5038C (or 0xD5038C) is known color: Medium Violet Red. HEX triplet: D5, 03 and 8C. RGB value is (213,3,140). Sum of RGB (Red+Green+Blue) = 213+3+140=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5038C is #2AFC73. Grayscale: #515151. Windows color (decimal): -2817140 or 9176021. OLE color: 9176021.
HSL color Cylindrical-coordinate representation of color #D5038C: hue angle of 320.86º 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 #D5038C is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 140 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.16 |
| HSL | 320.86º | 0.97% | 0.42% | - |
| HSV(B) | 320.86º | 0.99% | 0.84% | - |
| XYZ | 32.21 | 16.1 | 26.22 | - |
| YUV | 81.41 | 161.07 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 140 | 0 | 0.99 | 0.34 | 0.16 | 320.86 | 0.97 | 0.42 |
| Hex | D5 | 3 | 8C | 0 | 63 | 22 | 10 | 141 | 61 | 2A |
| Octal | 325 | 3 | 214 | 0 | 143 | 42 | 20 | 501 | 141 | 52 |
| Binary | 11010101 | 11 | 10001100 | 0 | 1100011 | 100010 | 10000 | 101000001 | 1100001 | 101010 |
Color Harmonies of #D5038C
Complementary color
Monochromatic Colors of #D5038C
Black with #D5038C
Text Example
Text Example
White with #D5038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5038C; }
p { color: rgb(213,3,140); }
H1.HeaderClassName
{
color: #D5038C;
}
.AnyTagClassName
{
color: #D5038C;
}
</style>
background-color css
<style>
a { background-color: #D5038C; }
a { background-color: rgb(213,3,140); }
div.DivClassName
{
background-color: #D5038C;
}
.BgClassName
{
background-color: #D5038C;
}
</style>
border-color css
<style>
span { border-color: #D5038C; }
span { border-color: rgb(213,3,140); }
td.TdClassName
{
border-color: #D5038C;
}
.TagClassName
{
border-color: #D5038C;
}
</style>