Shades of Medium Violet Red #D0089A
Tints of Medium Violet Red #D0089A
RGB
CMYK
RGB Variations
Color information
#D0089A (or 0xD0089A) is known color: Medium Violet Red. HEX triplet: D0, 08 and 9A. RGB value is (208,8,154). Sum of RGB (Red+Green+Blue) = 208+8+154=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0089A is #2FF765. Grayscale: #545454. Windows color (decimal): -3143526 or 10094800. OLE color: 10094800.
HSL color Cylindrical-coordinate representation of color #D0089A: hue angle of 316.2º 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 #D0089A is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 154 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.18 |
| HSL | 316.2º | 0.93% | 0.42% | - |
| HSV(B) | 316.2º | 0.96% | 0.82% | - |
| XYZ | 31.93 | 15.92 | 31.96 | - |
| YUV | 84.44 | 167.26 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 154 | 0 | 0.96 | 0.26 | 0.18 | 316.2 | 0.93 | 0.42 |
| Hex | D0 | 8 | 9A | 0 | 60 | 1A | 12 | 13C | 5D | 2A |
| Octal | 320 | 10 | 232 | 0 | 140 | 32 | 22 | 474 | 135 | 52 |
| Binary | 11010000 | 1000 | 10011010 | 0 | 1100000 | 11010 | 10010 | 100111100 | 1011101 | 101010 |
Color Harmonies of #D0089A
Complementary color
Monochromatic Colors of #D0089A
Black with #D0089A
Text Example
Text Example
White with #D0089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0089A; }
p { color: rgb(208,8,154); }
H1.HeaderClassName
{
color: #D0089A;
}
.AnyTagClassName
{
color: #D0089A;
}
</style>
background-color css
<style>
a { background-color: #D0089A; }
a { background-color: rgb(208,8,154); }
div.DivClassName
{
background-color: #D0089A;
}
.BgClassName
{
background-color: #D0089A;
}
</style>
border-color css
<style>
span { border-color: #D0089A; }
span { border-color: rgb(208,8,154); }
td.TdClassName
{
border-color: #D0089A;
}
.TagClassName
{
border-color: #D0089A;
}
</style>