Shades of Medium Violet Red #D5008C
Tints of Medium Violet Red #D5008C
RGB
CMYK
RGB Variations
Color information
#D5008C (or 0xD5008C) is known color: Medium Violet Red. HEX triplet: D5, 00 and 8C. RGB value is (213,0,140). Sum of RGB (Red+Green+Blue) = 213+0+140=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5008C is #2AFF73. Grayscale: #4F4F4F. Windows color (decimal): -2817908 or 9175253. OLE color: 9175253.
HSL color Cylindrical-coordinate representation of color #D5008C: hue angle of 320.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5008C is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.34 | 0.16 |
| HSL | 320.56º | 1% | 0.42% | - |
| HSV(B) | 320.56º | 1% | 0.84% | - |
| XYZ | 32.17 | 16.04 | 26.21 | - |
| YUV | 79.65 | 162.07 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 140 | 0 | 1 | 0.34 | 0.16 | 320.56 | 1 | 0.42 |
| Hex | D5 | 0 | 8C | 0 | 64 | 22 | 10 | 141 | 64 | 2A |
| Octal | 325 | 0 | 214 | 0 | 144 | 42 | 20 | 501 | 144 | 52 |
| Binary | 11010101 | 0 | 10001100 | 0 | 1100100 | 100010 | 10000 | 101000001 | 1100100 | 101010 |
Color Harmonies of #D5008C
Complementary color
Monochromatic Colors of #D5008C
Black with #D5008C
Text Example
Text Example
White with #D5008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5008C; }
p { color: rgb(213,0,140); }
H1.HeaderClassName
{
color: #D5008C;
}
.AnyTagClassName
{
color: #D5008C;
}
</style>
background-color css
<style>
a { background-color: #D5008C; }
a { background-color: rgb(213,0,140); }
div.DivClassName
{
background-color: #D5008C;
}
.BgClassName
{
background-color: #D5008C;
}
</style>
border-color css
<style>
span { border-color: #D5008C; }
span { border-color: rgb(213,0,140); }
td.TdClassName
{
border-color: #D5008C;
}
.TagClassName
{
border-color: #D5008C;
}
</style>