Shades of Medium Violet Red #D00897
Tints of Medium Violet Red #D00897
RGB
CMYK
RGB Variations
Color information
#D00897 (or 0xD00897) is known color: Medium Violet Red. HEX triplet: D0, 08 and 97. RGB value is (208,8,151). Sum of RGB (Red+Green+Blue) = 208+8+151=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D00897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00897 is #2FF768. Grayscale: #535353. Windows color (decimal): -3143529 or 9898192. OLE color: 9898192.
HSL color Cylindrical-coordinate representation of color #D00897: hue angle of 317.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00897 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 151 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.18 |
| HSL | 317.1º | 0.93% | 0.42% | - |
| HSV(B) | 317.1º | 0.96% | 0.82% | - |
| XYZ | 31.69 | 15.82 | 30.66 | - |
| YUV | 84.1 | 165.76 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 151 | 0 | 0.96 | 0.27 | 0.18 | 317.1 | 0.93 | 0.42 |
| Hex | D0 | 8 | 97 | 0 | 60 | 1B | 12 | 13D | 5D | 2A |
| Octal | 320 | 10 | 227 | 0 | 140 | 33 | 22 | 475 | 135 | 52 |
| Binary | 11010000 | 1000 | 10010111 | 0 | 1100000 | 11011 | 10010 | 100111101 | 1011101 | 101010 |
Color Harmonies of #D00897
Complementary color
Monochromatic Colors of #D00897
Black with #D00897
Text Example
Text Example
White with #D00897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00897; }
p { color: rgb(208,8,151); }
H1.HeaderClassName
{
color: #D00897;
}
.AnyTagClassName
{
color: #D00897;
}
</style>
background-color css
<style>
a { background-color: #D00897; }
a { background-color: rgb(208,8,151); }
div.DivClassName
{
background-color: #D00897;
}
.BgClassName
{
background-color: #D00897;
}
</style>
border-color css
<style>
span { border-color: #D00897; }
span { border-color: rgb(208,8,151); }
td.TdClassName
{
border-color: #D00897;
}
.TagClassName
{
border-color: #D00897;
}
</style>