Shades of Medium Violet Red #D9008F
Tints of Medium Violet Red #D9008F
RGB
CMYK
RGB Variations
Color information
#D9008F (or 0xD9008F) is known color: Medium Violet Red. HEX triplet: D9, 00 and 8F. RGB value is (217,0,143). Sum of RGB (Red+Green+Blue) = 217+0+143=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9008F is #26FF70. Grayscale: #505050. Windows color (decimal): -2555761 or 9371865. OLE color: 9371865.
HSL color Cylindrical-coordinate representation of color #D9008F: hue angle of 320.46º 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 #D9008F is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.34 | 0.15 |
| HSL | 320.46º | 1% | 0.43% | - |
| HSV(B) | 320.46º | 1% | 0.85% | - |
| XYZ | 33.57 | 16.73 | 27.45 | - |
| YUV | 81.19 | 162.89 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 143 | 0 | 1 | 0.34 | 0.15 | 320.46 | 1 | 0.43 |
| Hex | D9 | 0 | 8F | 0 | 64 | 22 | F | 140 | 64 | 2B |
| Octal | 331 | 0 | 217 | 0 | 144 | 42 | 17 | 500 | 144 | 53 |
| Binary | 11011001 | 0 | 10001111 | 0 | 1100100 | 100010 | 1111 | 101000000 | 1100100 | 101011 |
Color Harmonies of #D9008F
Complementary color
Monochromatic Colors of #D9008F
Black with #D9008F
Text Example
Text Example
White with #D9008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9008F; }
p { color: rgb(217,0,143); }
H1.HeaderClassName
{
color: #D9008F;
}
.AnyTagClassName
{
color: #D9008F;
}
</style>
background-color css
<style>
a { background-color: #D9008F; }
a { background-color: rgb(217,0,143); }
div.DivClassName
{
background-color: #D9008F;
}
.BgClassName
{
background-color: #D9008F;
}
</style>
border-color css
<style>
span { border-color: #D9008F; }
span { border-color: rgb(217,0,143); }
td.TdClassName
{
border-color: #D9008F;
}
.TagClassName
{
border-color: #D9008F;
}
</style>