Shades of Medium Violet Red #D00D96
Tints of Medium Violet Red #D00D96
RGB
CMYK
RGB Variations
Color information
#D00D96 (or 0xD00D96) is known color: Medium Violet Red. HEX triplet: D0, 0D and 96. RGB value is (208,13,150). Sum of RGB (Red+Green+Blue) = 208+13+150=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00D96 is #2FF269. Grayscale: #565656. Windows color (decimal): -3142250 or 9833936. OLE color: 9833936.
HSL color Cylindrical-coordinate representation of color #D00D96: hue angle of 317.85º 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 #D00D96 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 150 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.18 |
| HSL | 317.85º | 0.88% | 0.43% | - |
| HSV(B) | 317.85º | 0.94% | 0.82% | - |
| XYZ | 31.66 | 15.9 | 30.25 | - |
| YUV | 86.92 | 163.6 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 150 | 0 | 0.94 | 0.28 | 0.18 | 317.85 | 0.88 | 0.43 |
| Hex | D0 | D | 96 | 0 | 5E | 1C | 12 | 13E | 58 | 2B |
| Octal | 320 | 15 | 226 | 0 | 136 | 34 | 22 | 476 | 130 | 53 |
| Binary | 11010000 | 1101 | 10010110 | 0 | 1011110 | 11100 | 10010 | 100111110 | 1011000 | 101011 |
Color Harmonies of #D00D96
Complementary color
Monochromatic Colors of #D00D96
Black with #D00D96
Text Example
Text Example
White with #D00D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D96; }
p { color: rgb(208,13,150); }
H1.HeaderClassName
{
color: #D00D96;
}
.AnyTagClassName
{
color: #D00D96;
}
</style>
background-color css
<style>
a { background-color: #D00D96; }
a { background-color: rgb(208,13,150); }
div.DivClassName
{
background-color: #D00D96;
}
.BgClassName
{
background-color: #D00D96;
}
</style>
border-color css
<style>
span { border-color: #D00D96; }
span { border-color: rgb(208,13,150); }
td.TdClassName
{
border-color: #D00D96;
}
.TagClassName
{
border-color: #D00D96;
}
</style>