Shades of Medium Violet Red #D7038A
Tints of Medium Violet Red #D7038A
RGB
CMYK
RGB Variations
Color information
#D7038A (or 0xD7038A) is known color: Medium Violet Red. HEX triplet: D7, 03 and 8A. RGB value is (215,3,138). Sum of RGB (Red+Green+Blue) = 215+3+138=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7038A is #28FC75. Grayscale: #515151. Windows color (decimal): -2686070 or 9044951. OLE color: 9044951.
HSL color Cylindrical-coordinate representation of color #D7038A: hue angle of 321.79º 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 #D7038A is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 138 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.16 |
| HSL | 321.79º | 0.97% | 0.43% | - |
| HSV(B) | 321.79º | 0.99% | 0.84% | - |
| XYZ | 32.64 | 16.35 | 25.48 | - |
| YUV | 81.78 | 159.74 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 138 | 0 | 0.99 | 0.36 | 0.16 | 321.79 | 0.97 | 0.43 |
| Hex | D7 | 3 | 8A | 0 | 63 | 24 | 10 | 142 | 61 | 2B |
| Octal | 327 | 3 | 212 | 0 | 143 | 44 | 20 | 502 | 141 | 53 |
| Binary | 11010111 | 11 | 10001010 | 0 | 1100011 | 100100 | 10000 | 101000010 | 1100001 | 101011 |
Color Harmonies of #D7038A
Complementary color
Monochromatic Colors of #D7038A
Black with #D7038A
Text Example
Text Example
White with #D7038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7038A; }
p { color: rgb(215,3,138); }
H1.HeaderClassName
{
color: #D7038A;
}
.AnyTagClassName
{
color: #D7038A;
}
</style>
background-color css
<style>
a { background-color: #D7038A; }
a { background-color: rgb(215,3,138); }
div.DivClassName
{
background-color: #D7038A;
}
.BgClassName
{
background-color: #D7038A;
}
</style>
border-color css
<style>
span { border-color: #D7038A; }
span { border-color: rgb(215,3,138); }
td.TdClassName
{
border-color: #D7038A;
}
.TagClassName
{
border-color: #D7038A;
}
</style>