Shades of Medium Violet Red #D0008C
Tints of Medium Violet Red #D0008C
RGB
CMYK
RGB Variations
Color information
#D0008C (or 0xD0008C) is known color: Medium Violet Red. HEX triplet: D0, 00 and 8C. RGB value is (208,0,140). Sum of RGB (Red+Green+Blue) = 208+0+140=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D0008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0008C is #2FFF73. Grayscale: #4D4D4D. Windows color (decimal): -3145588 or 9175248. OLE color: 9175248.
HSL color Cylindrical-coordinate representation of color #D0008C: hue angle of 319.62º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0008C is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.33 | 0.18 |
| HSL | 319.62º | 1% | 0.41% | - |
| HSV(B) | 319.62º | 1% | 0.82% | - |
| XYZ | 30.75 | 15.3 | 26.14 | - |
| YUV | 78.15 | 162.91 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 140 | 0 | 1 | 0.33 | 0.18 | 319.62 | 1 | 0.41 |
| Hex | D0 | 0 | 8C | 0 | 64 | 21 | 12 | 140 | 64 | 29 |
| Octal | 320 | 0 | 214 | 0 | 144 | 41 | 22 | 500 | 144 | 51 |
| Binary | 11010000 | 0 | 10001100 | 0 | 1100100 | 100001 | 10010 | 101000000 | 1100100 | 101001 |
Color Harmonies of #D0008C
Complementary color
Monochromatic Colors of #D0008C
Black with #D0008C
Text Example
Text Example
White with #D0008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0008C; }
p { color: rgb(208,0,140); }
H1.HeaderClassName
{
color: #D0008C;
}
.AnyTagClassName
{
color: #D0008C;
}
</style>
background-color css
<style>
a { background-color: #D0008C; }
a { background-color: rgb(208,0,140); }
div.DivClassName
{
background-color: #D0008C;
}
.BgClassName
{
background-color: #D0008C;
}
</style>
border-color css
<style>
span { border-color: #D0008C; }
span { border-color: rgb(208,0,140); }
td.TdClassName
{
border-color: #D0008C;
}
.TagClassName
{
border-color: #D0008C;
}
</style>