Shades of Medium Violet Red #D9008C
Tints of Medium Violet Red #D9008C
RGB
CMYK
RGB Variations
Color information
#D9008C (or 0xD9008C) is known color: Medium Violet Red. HEX triplet: D9, 00 and 8C. RGB value is (217,0,140). Sum of RGB (Red+Green+Blue) = 217+0+140=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D9008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9008C is #26FF73. Grayscale: #505050. Windows color (decimal): -2555764 or 9175257. OLE color: 9175257.
HSL color Cylindrical-coordinate representation of color #D9008C: hue angle of 321.29º 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 #D9008C is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.35 | 0.15 |
| HSL | 321.29º | 1% | 0.43% | - |
| HSV(B) | 321.29º | 1% | 0.85% | - |
| XYZ | 33.35 | 16.65 | 26.27 | - |
| YUV | 80.84 | 161.39 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 140 | 0 | 1 | 0.35 | 0.15 | 321.29 | 1 | 0.43 |
| Hex | D9 | 0 | 8C | 0 | 64 | 23 | F | 141 | 64 | 2B |
| Octal | 331 | 0 | 214 | 0 | 144 | 43 | 17 | 501 | 144 | 53 |
| Binary | 11011001 | 0 | 10001100 | 0 | 1100100 | 100011 | 1111 | 101000001 | 1100100 | 101011 |
Color Harmonies of #D9008C
Complementary color
Monochromatic Colors of #D9008C
Black with #D9008C
Text Example
Text Example
White with #D9008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9008C; }
p { color: rgb(217,0,140); }
H1.HeaderClassName
{
color: #D9008C;
}
.AnyTagClassName
{
color: #D9008C;
}
</style>
background-color css
<style>
a { background-color: #D9008C; }
a { background-color: rgb(217,0,140); }
div.DivClassName
{
background-color: #D9008C;
}
.BgClassName
{
background-color: #D9008C;
}
</style>
border-color css
<style>
span { border-color: #D9008C; }
span { border-color: rgb(217,0,140); }
td.TdClassName
{
border-color: #D9008C;
}
.TagClassName
{
border-color: #D9008C;
}
</style>