Shades of Medium Violet Red #D0029B
Tints of Medium Violet Red #D0029B
RGB
CMYK
RGB Variations
Color information
#D0029B (or 0xD0029B) is known color: Medium Violet Red. HEX triplet: D0, 02 and 9B. RGB value is (208,2,155). Sum of RGB (Red+Green+Blue) = 208+2+155=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0029B is #2FFD64. Grayscale: #505050. Windows color (decimal): -3145061 or 10158800. OLE color: 10158800.
HSL color Cylindrical-coordinate representation of color #D0029B: hue angle of 315.44º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0029B is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.18 |
| HSL | 315.44º | 0.98% | 0.41% | - |
| HSV(B) | 315.44º | 0.99% | 0.82% | - |
| XYZ | 31.95 | 15.82 | 32.38 | - |
| YUV | 81.04 | 169.75 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 155 | 0 | 0.99 | 0.25 | 0.18 | 315.44 | 0.98 | 0.41 |
| Hex | D0 | 2 | 9B | 0 | 63 | 19 | 12 | 13B | 62 | 29 |
| Octal | 320 | 2 | 233 | 0 | 143 | 31 | 22 | 473 | 142 | 51 |
| Binary | 11010000 | 10 | 10011011 | 0 | 1100011 | 11001 | 10010 | 100111011 | 1100010 | 101001 |
Color Harmonies of #D0029B
Complementary color
Monochromatic Colors of #D0029B
Black with #D0029B
Text Example
Text Example
White with #D0029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0029B; }
p { color: rgb(208,2,155); }
H1.HeaderClassName
{
color: #D0029B;
}
.AnyTagClassName
{
color: #D0029B;
}
</style>
background-color css
<style>
a { background-color: #D0029B; }
a { background-color: rgb(208,2,155); }
div.DivClassName
{
background-color: #D0029B;
}
.BgClassName
{
background-color: #D0029B;
}
</style>
border-color css
<style>
span { border-color: #D0029B; }
span { border-color: rgb(208,2,155); }
td.TdClassName
{
border-color: #D0029B;
}
.TagClassName
{
border-color: #D0029B;
}
</style>