Shades of Medium Violet Red #D8008B
Tints of Medium Violet Red #D8008B
RGB
CMYK
RGB Variations
Color information
#D8008B (or 0xD8008B) is known color: Medium Violet Red. HEX triplet: D8, 00 and 8B. RGB value is (216,0,139). Sum of RGB (Red+Green+Blue) = 216+0+139=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D8008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8008B is #27FF74. Grayscale: #505050. Windows color (decimal): -2621301 or 9109720. OLE color: 9109720.
HSL color Cylindrical-coordinate representation of color #D8008B: hue angle of 321.39º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8008B is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.36 | 0.15 |
| HSL | 321.39º | 1% | 0.42% | - |
| HSV(B) | 321.39º | 1% | 0.85% | - |
| XYZ | 32.98 | 16.46 | 25.87 | - |
| YUV | 80.43 | 161.06 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 139 | 0 | 1 | 0.36 | 0.15 | 321.39 | 1 | 0.42 |
| Hex | D8 | 0 | 8B | 0 | 64 | 24 | F | 141 | 64 | 2A |
| Octal | 330 | 0 | 213 | 0 | 144 | 44 | 17 | 501 | 144 | 52 |
| Binary | 11011000 | 0 | 10001011 | 0 | 1100100 | 100100 | 1111 | 101000001 | 1100100 | 101010 |
Color Harmonies of #D8008B
Complementary color
Monochromatic Colors of #D8008B
Black with #D8008B
Text Example
Text Example
White with #D8008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8008B; }
p { color: rgb(216,0,139); }
H1.HeaderClassName
{
color: #D8008B;
}
.AnyTagClassName
{
color: #D8008B;
}
</style>
background-color css
<style>
a { background-color: #D8008B; }
a { background-color: rgb(216,0,139); }
div.DivClassName
{
background-color: #D8008B;
}
.BgClassName
{
background-color: #D8008B;
}
</style>
border-color css
<style>
span { border-color: #D8008B; }
span { border-color: rgb(216,0,139); }
td.TdClassName
{
border-color: #D8008B;
}
.TagClassName
{
border-color: #D8008B;
}
</style>