Shades of Medium Violet Red #D8038D
Tints of Medium Violet Red #D8038D
RGB
CMYK
RGB Variations
Color information
#D8038D (or 0xD8038D) is known color: Medium Violet Red. HEX triplet: D8, 03 and 8D. RGB value is (216,3,141). Sum of RGB (Red+Green+Blue) = 216+3+141=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8038D is #27FC72. Grayscale: #525252. Windows color (decimal): -2620531 or 9241560. OLE color: 9241560.
HSL color Cylindrical-coordinate representation of color #D8038D: hue angle of 321.13º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8038D is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 141 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.15 |
| HSL | 321.13º | 0.97% | 0.43% | - |
| HSV(B) | 321.13º | 0.99% | 0.85% | - |
| XYZ | 33.16 | 16.59 | 26.65 | - |
| YUV | 82.42 | 161.07 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 141 | 0 | 0.99 | 0.35 | 0.15 | 321.13 | 0.97 | 0.43 |
| Hex | D8 | 3 | 8D | 0 | 63 | 23 | F | 141 | 61 | 2B |
| Octal | 330 | 3 | 215 | 0 | 143 | 43 | 17 | 501 | 141 | 53 |
| Binary | 11011000 | 11 | 10001101 | 0 | 1100011 | 100011 | 1111 | 101000001 | 1100001 | 101011 |
Color Harmonies of #D8038D
Complementary color
Monochromatic Colors of #D8038D
Black with #D8038D
Text Example
Text Example
White with #D8038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8038D; }
p { color: rgb(216,3,141); }
H1.HeaderClassName
{
color: #D8038D;
}
.AnyTagClassName
{
color: #D8038D;
}
</style>
background-color css
<style>
a { background-color: #D8038D; }
a { background-color: rgb(216,3,141); }
div.DivClassName
{
background-color: #D8038D;
}
.BgClassName
{
background-color: #D8038D;
}
</style>
border-color css
<style>
span { border-color: #D8038D; }
span { border-color: rgb(216,3,141); }
td.TdClassName
{
border-color: #D8038D;
}
.TagClassName
{
border-color: #D8038D;
}
</style>