Shades of Medium Violet Red #D00982
Tints of Medium Violet Red #D00982
RGB
CMYK
RGB Variations
Color information
#D00982 (or 0xD00982) is known color: Medium Violet Red. HEX triplet: D0, 09 and 82. RGB value is (208,9,130). Sum of RGB (Red+Green+Blue) = 208+9+130=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D00982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00982 is #2FF67D. Grayscale: #525252. Windows color (decimal): -3143294 or 8522192. OLE color: 8522192.
HSL color Cylindrical-coordinate representation of color #D00982: hue angle of 323.52º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00982 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 130 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.18 |
| HSL | 323.52º | 0.92% | 0.43% | - |
| HSV(B) | 323.52º | 0.96% | 0.82% | - |
| XYZ | 30.14 | 15.22 | 22.47 | - |
| YUV | 82.3 | 154.93 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 130 | 0 | 0.96 | 0.38 | 0.18 | 323.52 | 0.92 | 0.43 |
| Hex | D0 | 9 | 82 | 0 | 60 | 26 | 12 | 144 | 5C | 2B |
| Octal | 320 | 11 | 202 | 0 | 140 | 46 | 22 | 504 | 134 | 53 |
| Binary | 11010000 | 1001 | 10000010 | 0 | 1100000 | 100110 | 10010 | 101000100 | 1011100 | 101011 |
Color Harmonies of #D00982
Complementary color
Monochromatic Colors of #D00982
Black with #D00982
Text Example
Text Example
White with #D00982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00982; }
p { color: rgb(208,9,130); }
H1.HeaderClassName
{
color: #D00982;
}
.AnyTagClassName
{
color: #D00982;
}
</style>
background-color css
<style>
a { background-color: #D00982; }
a { background-color: rgb(208,9,130); }
div.DivClassName
{
background-color: #D00982;
}
.BgClassName
{
background-color: #D00982;
}
</style>
border-color css
<style>
span { border-color: #D00982; }
span { border-color: rgb(208,9,130); }
td.TdClassName
{
border-color: #D00982;
}
.TagClassName
{
border-color: #D00982;
}
</style>