Shades of Medium Violet Red #D00A96
Tints of Medium Violet Red #D00A96
RGB
CMYK
RGB Variations
Color information
#D00A96 (or 0xD00A96) is known color: Medium Violet Red. HEX triplet: D0, 0A and 96. RGB value is (208,10,150). Sum of RGB (Red+Green+Blue) = 208+10+150=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00A96 is #2FF569. Grayscale: #545454. Windows color (decimal): -3143018 or 9833168. OLE color: 9833168.
HSL color Cylindrical-coordinate representation of color #D00A96: hue angle of 317.58º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A96 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 150 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.18 |
| HSL | 317.58º | 0.91% | 0.43% | - |
| HSV(B) | 317.58º | 0.95% | 0.82% | - |
| XYZ | 31.63 | 15.83 | 30.24 | - |
| YUV | 85.16 | 164.6 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 150 | 0 | 0.95 | 0.28 | 0.18 | 317.58 | 0.91 | 0.43 |
| Hex | D0 | A | 96 | 0 | 5F | 1C | 12 | 13E | 5B | 2B |
| Octal | 320 | 12 | 226 | 0 | 137 | 34 | 22 | 476 | 133 | 53 |
| Binary | 11010000 | 1010 | 10010110 | 0 | 1011111 | 11100 | 10010 | 100111110 | 1011011 | 101011 |
Color Harmonies of #D00A96
Complementary color
Monochromatic Colors of #D00A96
Black with #D00A96
Text Example
Text Example
White with #D00A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A96; }
p { color: rgb(208,10,150); }
H1.HeaderClassName
{
color: #D00A96;
}
.AnyTagClassName
{
color: #D00A96;
}
</style>
background-color css
<style>
a { background-color: #D00A96; }
a { background-color: rgb(208,10,150); }
div.DivClassName
{
background-color: #D00A96;
}
.BgClassName
{
background-color: #D00A96;
}
</style>
border-color css
<style>
span { border-color: #D00A96; }
span { border-color: rgb(208,10,150); }
td.TdClassName
{
border-color: #D00A96;
}
.TagClassName
{
border-color: #D00A96;
}
</style>