Shades of Medium Violet Red #D00592
Tints of Medium Violet Red #D00592
RGB
CMYK
RGB Variations
Color information
#D00592 (or 0xD00592) is known color: Medium Violet Red. HEX triplet: D0, 05 and 92. RGB value is (208,5,146). Sum of RGB (Red+Green+Blue) = 208+5+146=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D00592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00592 is #2FFA6D. Grayscale: #515151. Windows color (decimal): -3144302 or 9569744. OLE color: 9569744.
HSL color Cylindrical-coordinate representation of color #D00592: hue angle of 318.33º 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 #D00592 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 146 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.18 |
| HSL | 318.33º | 0.95% | 0.42% | - |
| HSV(B) | 318.33º | 0.98% | 0.82% | - |
| XYZ | 31.26 | 15.59 | 28.56 | - |
| YUV | 81.77 | 164.25 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 146 | 0 | 0.98 | 0.30 | 0.18 | 318.33 | 0.95 | 0.42 |
| Hex | D0 | 5 | 92 | 0 | 62 | 1E | 12 | 13E | 5F | 2A |
| Octal | 320 | 5 | 222 | 0 | 142 | 36 | 22 | 476 | 137 | 52 |
| Binary | 11010000 | 101 | 10010010 | 0 | 1100010 | 11110 | 10010 | 100111110 | 1011111 | 101010 |
Color Harmonies of #D00592
Complementary color
Monochromatic Colors of #D00592
Black with #D00592
Text Example
Text Example
White with #D00592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00592; }
p { color: rgb(208,5,146); }
H1.HeaderClassName
{
color: #D00592;
}
.AnyTagClassName
{
color: #D00592;
}
</style>
background-color css
<style>
a { background-color: #D00592; }
a { background-color: rgb(208,5,146); }
div.DivClassName
{
background-color: #D00592;
}
.BgClassName
{
background-color: #D00592;
}
</style>
border-color css
<style>
span { border-color: #D00592; }
span { border-color: rgb(208,5,146); }
td.TdClassName
{
border-color: #D00592;
}
.TagClassName
{
border-color: #D00592;
}
</style>