Shades of Medium Violet Red #D00595
Tints of Medium Violet Red #D00595
RGB
CMYK
RGB Variations
Color information
#D00595 (or 0xD00595) is known color: Medium Violet Red. HEX triplet: D0, 05 and 95. RGB value is (208,5,149). Sum of RGB (Red+Green+Blue) = 208+5+149=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D00595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00595 is #2FFA6A. Grayscale: #515151. Windows color (decimal): -3144299 or 9766352. OLE color: 9766352.
HSL color Cylindrical-coordinate representation of color #D00595: hue angle of 317.44º 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 #D00595 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 149 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.18 |
| HSL | 317.44º | 0.95% | 0.42% | - |
| HSV(B) | 317.44º | 0.98% | 0.82% | - |
| XYZ | 31.49 | 15.69 | 29.8 | - |
| YUV | 82.11 | 165.75 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 149 | 0 | 0.98 | 0.28 | 0.18 | 317.44 | 0.95 | 0.42 |
| Hex | D0 | 5 | 95 | 0 | 62 | 1C | 12 | 13D | 5F | 2A |
| Octal | 320 | 5 | 225 | 0 | 142 | 34 | 22 | 475 | 137 | 52 |
| Binary | 11010000 | 101 | 10010101 | 0 | 1100010 | 11100 | 10010 | 100111101 | 1011111 | 101010 |
Color Harmonies of #D00595
Complementary color
Monochromatic Colors of #D00595
Black with #D00595
Text Example
Text Example
White with #D00595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00595; }
p { color: rgb(208,5,149); }
H1.HeaderClassName
{
color: #D00595;
}
.AnyTagClassName
{
color: #D00595;
}
</style>
background-color css
<style>
a { background-color: #D00595; }
a { background-color: rgb(208,5,149); }
div.DivClassName
{
background-color: #D00595;
}
.BgClassName
{
background-color: #D00595;
}
</style>
border-color css
<style>
span { border-color: #D00595; }
span { border-color: rgb(208,5,149); }
td.TdClassName
{
border-color: #D00595;
}
.TagClassName
{
border-color: #D00595;
}
</style>