Shades of Medium Violet Red #D00A92
Tints of Medium Violet Red #D00A92
RGB
CMYK
RGB Variations
Color information
#D00A92 (or 0xD00A92) is known color: Medium Violet Red. HEX triplet: D0, 0A and 92. RGB value is (208,10,146). Sum of RGB (Red+Green+Blue) = 208+10+146=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00A92 is #2FF56D. Grayscale: #545454. Windows color (decimal): -3143022 or 9571024. OLE color: 9571024.
HSL color Cylindrical-coordinate representation of color #D00A92: hue angle of 318.79º 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 #D00A92 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 146 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.18 |
| HSL | 318.79º | 0.91% | 0.43% | - |
| HSV(B) | 318.79º | 0.95% | 0.82% | - |
| XYZ | 31.31 | 15.7 | 28.57 | - |
| YUV | 84.71 | 162.6 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 146 | 0 | 0.95 | 0.30 | 0.18 | 318.79 | 0.91 | 0.43 |
| Hex | D0 | A | 92 | 0 | 5F | 1E | 12 | 13F | 5B | 2B |
| Octal | 320 | 12 | 222 | 0 | 137 | 36 | 22 | 477 | 133 | 53 |
| Binary | 11010000 | 1010 | 10010010 | 0 | 1011111 | 11110 | 10010 | 100111111 | 1011011 | 101011 |
Color Harmonies of #D00A92
Complementary color
Monochromatic Colors of #D00A92
Black with #D00A92
Text Example
Text Example
White with #D00A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A92; }
p { color: rgb(208,10,146); }
H1.HeaderClassName
{
color: #D00A92;
}
.AnyTagClassName
{
color: #D00A92;
}
</style>
background-color css
<style>
a { background-color: #D00A92; }
a { background-color: rgb(208,10,146); }
div.DivClassName
{
background-color: #D00A92;
}
.BgClassName
{
background-color: #D00A92;
}
</style>
border-color css
<style>
span { border-color: #D00A92; }
span { border-color: rgb(208,10,146); }
td.TdClassName
{
border-color: #D00A92;
}
.TagClassName
{
border-color: #D00A92;
}
</style>