Shades of Medium Violet Red #D9007B
Tints of Medium Violet Red #D9007B
RGB
CMYK
RGB Variations
Color information
#D9007B (or 0xD9007B) is known color: Medium Violet Red. HEX triplet: D9, 00 and 7B. RGB value is (217,0,123). Sum of RGB (Red+Green+Blue) = 217+0+123=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D9007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9007B is #26FF84. Grayscale: #4E4E4E. Windows color (decimal): -2555781 or 8061145. OLE color: 8061145.
HSL color Cylindrical-coordinate representation of color #D9007B: hue angle of 325.99º 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 #D9007B is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.43 | 0.15 |
| HSL | 325.99º | 1% | 0.43% | - |
| HSV(B) | 325.99º | 1% | 0.85% | - |
| XYZ | 32.19 | 16.18 | 20.17 | - |
| YUV | 78.91 | 152.89 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 123 | 0 | 1 | 0.43 | 0.15 | 325.99 | 1 | 0.43 |
| Hex | D9 | 0 | 7B | 0 | 64 | 2B | F | 146 | 64 | 2B |
| Octal | 331 | 0 | 173 | 0 | 144 | 53 | 17 | 506 | 144 | 53 |
| Binary | 11011001 | 0 | 1111011 | 0 | 1100100 | 101011 | 1111 | 101000110 | 1100100 | 101011 |
Color Harmonies of #D9007B
Complementary color
Monochromatic Colors of #D9007B
Black with #D9007B
Text Example
Text Example
White with #D9007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9007B; }
p { color: rgb(217,0,123); }
H1.HeaderClassName
{
color: #D9007B;
}
.AnyTagClassName
{
color: #D9007B;
}
</style>
background-color css
<style>
a { background-color: #D9007B; }
a { background-color: rgb(217,0,123); }
div.DivClassName
{
background-color: #D9007B;
}
.BgClassName
{
background-color: #D9007B;
}
</style>
border-color css
<style>
span { border-color: #D9007B; }
span { border-color: rgb(217,0,123); }
td.TdClassName
{
border-color: #D9007B;
}
.TagClassName
{
border-color: #D9007B;
}
</style>