Shades of Medium Violet Red #D8007E
Tints of Medium Violet Red #D8007E
RGB
CMYK
RGB Variations
Color information
#D8007E (or 0xD8007E) is known color: Medium Violet Red. HEX triplet: D8, 00 and 7E. RGB value is (216,0,126). Sum of RGB (Red+Green+Blue) = 216+0+126=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8007E is #27FF81. Grayscale: #4E4E4E. Windows color (decimal): -2621314 or 8257752. OLE color: 8257752.
HSL color Cylindrical-coordinate representation of color #D8007E: hue angle of 325º 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 #D8007E is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.42 | 0.15 |
| HSL | 325º | 1% | 0.42% | - |
| HSV(B) | 325º | 1% | 0.85% | - |
| XYZ | 32.08 | 16.11 | 21.16 | - |
| YUV | 78.95 | 154.56 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 126 | 0 | 1 | 0.42 | 0.15 | 325 | 1 | 0.42 |
| Hex | D8 | 0 | 7E | 0 | 64 | 2A | F | 145 | 64 | 2A |
| Octal | 330 | 0 | 176 | 0 | 144 | 52 | 17 | 505 | 144 | 52 |
| Binary | 11011000 | 0 | 1111110 | 0 | 1100100 | 101010 | 1111 | 101000101 | 1100100 | 101010 |
Color Harmonies of #D8007E
Complementary color
Monochromatic Colors of #D8007E
Black with #D8007E
Text Example
Text Example
White with #D8007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8007E; }
p { color: rgb(216,0,126); }
H1.HeaderClassName
{
color: #D8007E;
}
.AnyTagClassName
{
color: #D8007E;
}
</style>
background-color css
<style>
a { background-color: #D8007E; }
a { background-color: rgb(216,0,126); }
div.DivClassName
{
background-color: #D8007E;
}
.BgClassName
{
background-color: #D8007E;
}
</style>
border-color css
<style>
span { border-color: #D8007E; }
span { border-color: rgb(216,0,126); }
td.TdClassName
{
border-color: #D8007E;
}
.TagClassName
{
border-color: #D8007E;
}
</style>