Shades of Medium Violet Red #D00D9D
Tints of Medium Violet Red #D00D9D
RGB
CMYK
RGB Variations
Color information
#D00D9D (or 0xD00D9D) is known color: Medium Violet Red. HEX triplet: D0, 0D and 9D. RGB value is (208,13,157). Sum of RGB (Red+Green+Blue) = 208+13+157=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00D9D is #2FF262. Grayscale: #575757. Windows color (decimal): -3142243 or 10292688. OLE color: 10292688.
HSL color Cylindrical-coordinate representation of color #D00D9D: hue angle of 315.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D9D is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 157 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.18 |
| HSL | 315.69º | 0.88% | 0.43% | - |
| HSV(B) | 315.69º | 0.94% | 0.82% | - |
| XYZ | 32.24 | 16.13 | 33.31 | - |
| YUV | 87.72 | 167.1 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 157 | 0 | 0.94 | 0.25 | 0.18 | 315.69 | 0.88 | 0.43 |
| Hex | D0 | D | 9D | 0 | 5E | 19 | 12 | 13C | 58 | 2B |
| Octal | 320 | 15 | 235 | 0 | 136 | 31 | 22 | 474 | 130 | 53 |
| Binary | 11010000 | 1101 | 10011101 | 0 | 1011110 | 11001 | 10010 | 100111100 | 1011000 | 101011 |
Color Harmonies of #D00D9D
Complementary color
Monochromatic Colors of #D00D9D
Black with #D00D9D
Text Example
Text Example
White with #D00D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D9D; }
p { color: rgb(208,13,157); }
H1.HeaderClassName
{
color: #D00D9D;
}
.AnyTagClassName
{
color: #D00D9D;
}
</style>
background-color css
<style>
a { background-color: #D00D9D; }
a { background-color: rgb(208,13,157); }
div.DivClassName
{
background-color: #D00D9D;
}
.BgClassName
{
background-color: #D00D9D;
}
</style>
border-color css
<style>
span { border-color: #D00D9D; }
span { border-color: rgb(208,13,157); }
td.TdClassName
{
border-color: #D00D9D;
}
.TagClassName
{
border-color: #D00D9D;
}
</style>