Shades of Medium Violet Red #D00594
Tints of Medium Violet Red #D00594
RGB
CMYK
RGB Variations
Color information
#D00594 (or 0xD00594) is known color: Medium Violet Red. HEX triplet: D0, 05 and 94. RGB value is (208,5,148). Sum of RGB (Red+Green+Blue) = 208+5+148=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D00594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00594 is #2FFA6B. Grayscale: #515151. Windows color (decimal): -3144300 or 9700816. OLE color: 9700816.
HSL color Cylindrical-coordinate representation of color #D00594: hue angle of 317.73º 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 #D00594 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 148 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.18 |
| HSL | 317.73º | 0.95% | 0.42% | - |
| HSV(B) | 317.73º | 0.98% | 0.82% | - |
| XYZ | 31.41 | 15.66 | 29.38 | - |
| YUV | 82 | 165.25 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 148 | 0 | 0.98 | 0.29 | 0.18 | 317.73 | 0.95 | 0.42 |
| Hex | D0 | 5 | 94 | 0 | 62 | 1D | 12 | 13E | 5F | 2A |
| Octal | 320 | 5 | 224 | 0 | 142 | 35 | 22 | 476 | 137 | 52 |
| Binary | 11010000 | 101 | 10010100 | 0 | 1100010 | 11101 | 10010 | 100111110 | 1011111 | 101010 |
Color Harmonies of #D00594
Complementary color
Monochromatic Colors of #D00594
Black with #D00594
Text Example
Text Example
White with #D00594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00594; }
p { color: rgb(208,5,148); }
H1.HeaderClassName
{
color: #D00594;
}
.AnyTagClassName
{
color: #D00594;
}
</style>
background-color css
<style>
a { background-color: #D00594; }
a { background-color: rgb(208,5,148); }
div.DivClassName
{
background-color: #D00594;
}
.BgClassName
{
background-color: #D00594;
}
</style>
border-color css
<style>
span { border-color: #D00594; }
span { border-color: rgb(208,5,148); }
td.TdClassName
{
border-color: #D00594;
}
.TagClassName
{
border-color: #D00594;
}
</style>