Shades of Medium Violet Red #D0059B
Tints of Medium Violet Red #D0059B
RGB
CMYK
RGB Variations
Color information
#D0059B (or 0xD0059B) is known color: Medium Violet Red. HEX triplet: D0, 05 and 9B. RGB value is (208,5,155). Sum of RGB (Red+Green+Blue) = 208+5+155=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0059B is #2FFA64. Grayscale: #525252. Windows color (decimal): -3144293 or 10159568. OLE color: 10159568.
HSL color Cylindrical-coordinate representation of color #D0059B: hue angle of 315.67º 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 #D0059B is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.18 |
| HSL | 315.67º | 0.95% | 0.42% | - |
| HSV(B) | 315.67º | 0.98% | 0.82% | - |
| XYZ | 31.98 | 15.89 | 32.39 | - |
| YUV | 82.8 | 168.75 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 155 | 0 | 0.98 | 0.25 | 0.18 | 315.67 | 0.95 | 0.42 |
| Hex | D0 | 5 | 9B | 0 | 62 | 19 | 12 | 13C | 5F | 2A |
| Octal | 320 | 5 | 233 | 0 | 142 | 31 | 22 | 474 | 137 | 52 |
| Binary | 11010000 | 101 | 10011011 | 0 | 1100010 | 11001 | 10010 | 100111100 | 1011111 | 101010 |
Color Harmonies of #D0059B
Complementary color
Monochromatic Colors of #D0059B
Black with #D0059B
Text Example
Text Example
White with #D0059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0059B; }
p { color: rgb(208,5,155); }
H1.HeaderClassName
{
color: #D0059B;
}
.AnyTagClassName
{
color: #D0059B;
}
</style>
background-color css
<style>
a { background-color: #D0059B; }
a { background-color: rgb(208,5,155); }
div.DivClassName
{
background-color: #D0059B;
}
.BgClassName
{
background-color: #D0059B;
}
</style>
border-color css
<style>
span { border-color: #D0059B; }
span { border-color: rgb(208,5,155); }
td.TdClassName
{
border-color: #D0059B;
}
.TagClassName
{
border-color: #D0059B;
}
</style>