Shades of Medium Violet Red #D9007E
Tints of Medium Violet Red #D9007E
RGB
CMYK
RGB Variations
Color information
#D9007E (or 0xD9007E) is known color: Medium Violet Red. HEX triplet: D9, 00 and 7E. RGB value is (217,0,126). Sum of RGB (Red+Green+Blue) = 217+0+126=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9007E is #26FF81. Grayscale: #4E4E4E. Windows color (decimal): -2555778 or 8257753. OLE color: 8257753.
HSL color Cylindrical-coordinate representation of color #D9007E: hue angle of 325.16º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9007E is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.42 | 0.15 |
| HSL | 325.16º | 1% | 0.43% | - |
| HSV(B) | 325.16º | 1% | 0.85% | - |
| XYZ | 32.38 | 16.26 | 21.17 | - |
| YUV | 79.25 | 154.39 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 126 | 0 | 1 | 0.42 | 0.15 | 325.16 | 1 | 0.43 |
| Hex | D9 | 0 | 7E | 0 | 64 | 2A | F | 145 | 64 | 2B |
| Octal | 331 | 0 | 176 | 0 | 144 | 52 | 17 | 505 | 144 | 53 |
| Binary | 11011001 | 0 | 1111110 | 0 | 1100100 | 101010 | 1111 | 101000101 | 1100100 | 101011 |
Color Harmonies of #D9007E
Complementary color
Monochromatic Colors of #D9007E
Black with #D9007E
Text Example
Text Example
White with #D9007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9007E; }
p { color: rgb(217,0,126); }
H1.HeaderClassName
{
color: #D9007E;
}
.AnyTagClassName
{
color: #D9007E;
}
</style>
background-color css
<style>
a { background-color: #D9007E; }
a { background-color: rgb(217,0,126); }
div.DivClassName
{
background-color: #D9007E;
}
.BgClassName
{
background-color: #D9007E;
}
</style>
border-color css
<style>
span { border-color: #D9007E; }
span { border-color: rgb(217,0,126); }
td.TdClassName
{
border-color: #D9007E;
}
.TagClassName
{
border-color: #D9007E;
}
</style>