Shades of Medium Violet Red #D8007D
Tints of Medium Violet Red #D8007D
RGB
CMYK
RGB Variations
Color information
#D8007D (or 0xD8007D) is known color: Medium Violet Red. HEX triplet: D8, 00 and 7D. RGB value is (216,0,125). Sum of RGB (Red+Green+Blue) = 216+0+125=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8007D is #27FF82. Grayscale: #4E4E4E. Windows color (decimal): -2621315 or 8192216. OLE color: 8192216.
HSL color Cylindrical-coordinate representation of color #D8007D: hue angle of 325.28º 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 #D8007D is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.42 | 0.15 |
| HSL | 325.28º | 1% | 0.42% | - |
| HSV(B) | 325.28º | 1% | 0.85% | - |
| XYZ | 32.02 | 16.08 | 20.82 | - |
| YUV | 78.83 | 154.06 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 125 | 0 | 1 | 0.42 | 0.15 | 325.28 | 1 | 0.42 |
| Hex | D8 | 0 | 7D | 0 | 64 | 2A | F | 145 | 64 | 2A |
| Octal | 330 | 0 | 175 | 0 | 144 | 52 | 17 | 505 | 144 | 52 |
| Binary | 11011000 | 0 | 1111101 | 0 | 1100100 | 101010 | 1111 | 101000101 | 1100100 | 101010 |
Color Harmonies of #D8007D
Complementary color
Monochromatic Colors of #D8007D
Black with #D8007D
Text Example
Text Example
White with #D8007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8007D; }
p { color: rgb(216,0,125); }
H1.HeaderClassName
{
color: #D8007D;
}
.AnyTagClassName
{
color: #D8007D;
}
</style>
background-color css
<style>
a { background-color: #D8007D; }
a { background-color: rgb(216,0,125); }
div.DivClassName
{
background-color: #D8007D;
}
.BgClassName
{
background-color: #D8007D;
}
</style>
border-color css
<style>
span { border-color: #D8007D; }
span { border-color: rgb(216,0,125); }
td.TdClassName
{
border-color: #D8007D;
}
.TagClassName
{
border-color: #D8007D;
}
</style>