Shades of Medium Violet Red #D7038C
Tints of Medium Violet Red #D7038C
RGB
CMYK
RGB Variations
Color information
#D7038C (or 0xD7038C) is known color: Medium Violet Red. HEX triplet: D7, 03 and 8C. RGB value is (215,3,140). Sum of RGB (Red+Green+Blue) = 215+3+140=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7038C is #28FC73. Grayscale: #515151. Windows color (decimal): -2686068 or 9176023. OLE color: 9176023.
HSL color Cylindrical-coordinate representation of color #D7038C: hue angle of 321.23º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7038C is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 140 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.16 |
| HSL | 321.23º | 0.97% | 0.43% | - |
| HSV(B) | 321.23º | 0.99% | 0.84% | - |
| XYZ | 32.79 | 16.41 | 26.25 | - |
| YUV | 82.01 | 160.74 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 140 | 0 | 0.99 | 0.35 | 0.16 | 321.23 | 0.97 | 0.43 |
| Hex | D7 | 3 | 8C | 0 | 63 | 23 | 10 | 141 | 61 | 2B |
| Octal | 327 | 3 | 214 | 0 | 143 | 43 | 20 | 501 | 141 | 53 |
| Binary | 11010111 | 11 | 10001100 | 0 | 1100011 | 100011 | 10000 | 101000001 | 1100001 | 101011 |
Color Harmonies of #D7038C
Complementary color
Monochromatic Colors of #D7038C
Black with #D7038C
Text Example
Text Example
White with #D7038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7038C; }
p { color: rgb(215,3,140); }
H1.HeaderClassName
{
color: #D7038C;
}
.AnyTagClassName
{
color: #D7038C;
}
</style>
background-color css
<style>
a { background-color: #D7038C; }
a { background-color: rgb(215,3,140); }
div.DivClassName
{
background-color: #D7038C;
}
.BgClassName
{
background-color: #D7038C;
}
</style>
border-color css
<style>
span { border-color: #D7038C; }
span { border-color: rgb(215,3,140); }
td.TdClassName
{
border-color: #D7038C;
}
.TagClassName
{
border-color: #D7038C;
}
</style>