Shades of Medium Violet Red #D00099
Tints of Medium Violet Red #D00099
RGB
CMYK
RGB Variations
Color information
#D00099 (or 0xD00099) is known color: Medium Violet Red. HEX triplet: D0, 00 and 99. RGB value is (208,0,153). Sum of RGB (Red+Green+Blue) = 208+0+153=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D00099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00099 is #2FFF66. Grayscale: #4F4F4F. Windows color (decimal): -3145575 or 10027216. OLE color: 10027216.
HSL color Cylindrical-coordinate representation of color #D00099: hue angle of 315.87º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00099 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.26 | 0.18 |
| HSL | 315.87º | 1% | 0.41% | - |
| HSV(B) | 315.87º | 1% | 0.82% | - |
| XYZ | 31.76 | 15.71 | 31.5 | - |
| YUV | 79.63 | 169.41 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 153 | 0 | 1 | 0.26 | 0.18 | 315.87 | 1 | 0.41 |
| Hex | D0 | 0 | 99 | 0 | 64 | 1A | 12 | 13C | 64 | 29 |
| Octal | 320 | 0 | 231 | 0 | 144 | 32 | 22 | 474 | 144 | 51 |
| Binary | 11010000 | 0 | 10011001 | 0 | 1100100 | 11010 | 10010 | 100111100 | 1100100 | 101001 |
Color Harmonies of #D00099
Complementary color
Monochromatic Colors of #D00099
Black with #D00099
Text Example
Text Example
White with #D00099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00099; }
p { color: rgb(208,0,153); }
H1.HeaderClassName
{
color: #D00099;
}
.AnyTagClassName
{
color: #D00099;
}
</style>
background-color css
<style>
a { background-color: #D00099; }
a { background-color: rgb(208,0,153); }
div.DivClassName
{
background-color: #D00099;
}
.BgClassName
{
background-color: #D00099;
}
</style>
border-color css
<style>
span { border-color: #D00099; }
span { border-color: rgb(208,0,153); }
td.TdClassName
{
border-color: #D00099;
}
.TagClassName
{
border-color: #D00099;
}
</style>