Shades of Medium Violet Red #D00585
Tints of Medium Violet Red #D00585
RGB
CMYK
RGB Variations
Color information
#D00585 (or 0xD00585) is known color: Medium Violet Red. HEX triplet: D0, 05 and 85. RGB value is (208,5,133). Sum of RGB (Red+Green+Blue) = 208+5+133=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D00585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00585 is #2FFA7A. Grayscale: #4F4F4F. Windows color (decimal): -3144315 or 8717776. OLE color: 8717776.
HSL color Cylindrical-coordinate representation of color #D00585: hue angle of 322.17º degrees, saturation: 0.95, 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 #D00585 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 133 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.18 |
| HSL | 322.17º | 0.95% | 0.42% | - |
| HSV(B) | 322.17º | 0.98% | 0.82% | - |
| XYZ | 30.3 | 15.21 | 23.53 | - |
| YUV | 80.29 | 157.75 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 133 | 0 | 0.98 | 0.36 | 0.18 | 322.17 | 0.95 | 0.42 |
| Hex | D0 | 5 | 85 | 0 | 62 | 24 | 12 | 142 | 5F | 2A |
| Octal | 320 | 5 | 205 | 0 | 142 | 44 | 22 | 502 | 137 | 52 |
| Binary | 11010000 | 101 | 10000101 | 0 | 1100010 | 100100 | 10010 | 101000010 | 1011111 | 101010 |
Color Harmonies of #D00585
Complementary color
Monochromatic Colors of #D00585
Black with #D00585
Text Example
Text Example
White with #D00585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00585; }
p { color: rgb(208,5,133); }
H1.HeaderClassName
{
color: #D00585;
}
.AnyTagClassName
{
color: #D00585;
}
</style>
background-color css
<style>
a { background-color: #D00585; }
a { background-color: rgb(208,5,133); }
div.DivClassName
{
background-color: #D00585;
}
.BgClassName
{
background-color: #D00585;
}
</style>
border-color css
<style>
span { border-color: #D00585; }
span { border-color: rgb(208,5,133); }
td.TdClassName
{
border-color: #D00585;
}
.TagClassName
{
border-color: #D00585;
}
</style>