Shades of Medium Violet Red #D00487
Tints of Medium Violet Red #D00487
RGB
CMYK
RGB Variations
Color information
#D00487 (or 0xD00487) is known color: Medium Violet Red. HEX triplet: D0, 04 and 87. RGB value is (208,4,135). Sum of RGB (Red+Green+Blue) = 208+4+135=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D00487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00487 is #2FFB78. Grayscale: #4F4F4F. Windows color (decimal): -3144569 or 8848592. OLE color: 8848592.
HSL color Cylindrical-coordinate representation of color #D00487: hue angle of 321.47º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00487 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 135 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.18 |
| HSL | 321.47º | 0.96% | 0.42% | - |
| HSV(B) | 321.47º | 0.98% | 0.82% | - |
| XYZ | 30.43 | 15.25 | 24.26 | - |
| YUV | 79.93 | 159.09 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 135 | 0 | 0.98 | 0.35 | 0.18 | 321.47 | 0.96 | 0.42 |
| Hex | D0 | 4 | 87 | 0 | 62 | 23 | 12 | 141 | 60 | 2A |
| Octal | 320 | 4 | 207 | 0 | 142 | 43 | 22 | 501 | 140 | 52 |
| Binary | 11010000 | 100 | 10000111 | 0 | 1100010 | 100011 | 10010 | 101000001 | 1100000 | 101010 |
Color Harmonies of #D00487
Complementary color
Monochromatic Colors of #D00487
Black with #D00487
Text Example
Text Example
White with #D00487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00487; }
p { color: rgb(208,4,135); }
H1.HeaderClassName
{
color: #D00487;
}
.AnyTagClassName
{
color: #D00487;
}
</style>
background-color css
<style>
a { background-color: #D00487; }
a { background-color: rgb(208,4,135); }
div.DivClassName
{
background-color: #D00487;
}
.BgClassName
{
background-color: #D00487;
}
</style>
border-color css
<style>
span { border-color: #D00487; }
span { border-color: rgb(208,4,135); }
td.TdClassName
{
border-color: #D00487;
}
.TagClassName
{
border-color: #D00487;
}
</style>