Shades of Medium Violet Red #D8138C
Tints of Medium Violet Red #D8138C
RGB
CMYK
RGB Variations
Color information
#D8138C (or 0xD8138C) is known color: Medium Violet Red. HEX triplet: D8, 13 and 8C. RGB value is (216,19,140). Sum of RGB (Red+Green+Blue) = 216+19+140=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8138C is #27EC73. Grayscale: #5B5B5B. Windows color (decimal): -2616436 or 9180120. OLE color: 9180120.
HSL color Cylindrical-coordinate representation of color #D8138C: hue angle of 323.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8138C is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 140 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.15 |
| HSL | 323.15º | 0.84% | 0.46% | - |
| HSV(B) | 323.15º | 0.91% | 0.85% | - |
| XYZ | 33.29 | 16.96 | 26.33 | - |
| YUV | 91.7 | 155.27 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 140 | 0 | 0.91 | 0.35 | 0.15 | 323.15 | 0.84 | 0.46 |
| Hex | D8 | 13 | 8C | 0 | 5B | 23 | F | 143 | 54 | 2E |
| Octal | 330 | 23 | 214 | 0 | 133 | 43 | 17 | 503 | 124 | 56 |
| Binary | 11011000 | 10011 | 10001100 | 0 | 1011011 | 100011 | 1111 | 101000011 | 1010100 | 101110 |
Color Harmonies of #D8138C
Complementary color
Monochromatic Colors of #D8138C
Black with #D8138C
Text Example
Text Example
White with #D8138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8138C; }
p { color: rgb(216,19,140); }
H1.HeaderClassName
{
color: #D8138C;
}
.AnyTagClassName
{
color: #D8138C;
}
</style>
background-color css
<style>
a { background-color: #D8138C; }
a { background-color: rgb(216,19,140); }
div.DivClassName
{
background-color: #D8138C;
}
.BgClassName
{
background-color: #D8138C;
}
</style>
border-color css
<style>
span { border-color: #D8138C; }
span { border-color: rgb(216,19,140); }
td.TdClassName
{
border-color: #D8138C;
}
.TagClassName
{
border-color: #D8138C;
}
</style>