Shades of Medium Violet Red #D00096
Tints of Medium Violet Red #D00096
RGB
CMYK
RGB Variations
Color information
#D00096 (or 0xD00096) is known color: Medium Violet Red. HEX triplet: D0, 00 and 96. RGB value is (208,0,150). Sum of RGB (Red+Green+Blue) = 208+0+150=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D00096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00096 is #2FFF69. Grayscale: #4E4E4E. Windows color (decimal): -3145578 or 9830608. OLE color: 9830608.
HSL color Cylindrical-coordinate representation of color #D00096: hue angle of 316.73º 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 #D00096 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.28 | 0.18 |
| HSL | 316.73º | 1% | 0.41% | - |
| HSV(B) | 316.73º | 1% | 0.82% | - |
| XYZ | 31.52 | 15.61 | 30.21 | - |
| YUV | 79.29 | 167.91 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 150 | 0 | 1 | 0.28 | 0.18 | 316.73 | 1 | 0.41 |
| Hex | D0 | 0 | 96 | 0 | 64 | 1C | 12 | 13D | 64 | 29 |
| Octal | 320 | 0 | 226 | 0 | 144 | 34 | 22 | 475 | 144 | 51 |
| Binary | 11010000 | 0 | 10010110 | 0 | 1100100 | 11100 | 10010 | 100111101 | 1100100 | 101001 |
Color Harmonies of #D00096
Complementary color
Monochromatic Colors of #D00096
Black with #D00096
Text Example
Text Example
White with #D00096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00096; }
p { color: rgb(208,0,150); }
H1.HeaderClassName
{
color: #D00096;
}
.AnyTagClassName
{
color: #D00096;
}
</style>
background-color css
<style>
a { background-color: #D00096; }
a { background-color: rgb(208,0,150); }
div.DivClassName
{
background-color: #D00096;
}
.BgClassName
{
background-color: #D00096;
}
</style>
border-color css
<style>
span { border-color: #D00096; }
span { border-color: rgb(208,0,150); }
td.TdClassName
{
border-color: #D00096;
}
.TagClassName
{
border-color: #D00096;
}
</style>