Shades of Medium Violet Red #D0189A
Tints of Medium Violet Red #D0189A
RGB
CMYK
RGB Variations
Color information
#D0189A (or 0xD0189A) is known color: Medium Violet Red. HEX triplet: D0, 18 and 9A. RGB value is (208,24,154). Sum of RGB (Red+Green+Blue) = 208+24+154=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0189A is #2FE765. Grayscale: #5D5D5D. Windows color (decimal): -3139430 or 10098896. OLE color: 10098896.
HSL color Cylindrical-coordinate representation of color #D0189A: hue angle of 317.61º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0189A is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 154 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.18 |
| HSL | 317.61º | 0.79% | 0.45% | - |
| HSV(B) | 317.61º | 0.88% | 0.82% | - |
| XYZ | 32.17 | 16.4 | 32.04 | - |
| YUV | 93.84 | 161.96 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 154 | 0 | 0.88 | 0.26 | 0.18 | 317.61 | 0.79 | 0.45 |
| Hex | D0 | 18 | 9A | 0 | 58 | 1A | 12 | 13E | 4F | 2D |
| Octal | 320 | 30 | 232 | 0 | 130 | 32 | 22 | 476 | 117 | 55 |
| Binary | 11010000 | 11000 | 10011010 | 0 | 1011000 | 11010 | 10010 | 100111110 | 1001111 | 101101 |
Color Harmonies of #D0189A
Complementary color
Monochromatic Colors of #D0189A
Black with #D0189A
Text Example
Text Example
White with #D0189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0189A; }
p { color: rgb(208,24,154); }
H1.HeaderClassName
{
color: #D0189A;
}
.AnyTagClassName
{
color: #D0189A;
}
</style>
background-color css
<style>
a { background-color: #D0189A; }
a { background-color: rgb(208,24,154); }
div.DivClassName
{
background-color: #D0189A;
}
.BgClassName
{
background-color: #D0189A;
}
</style>
border-color css
<style>
span { border-color: #D0189A; }
span { border-color: rgb(208,24,154); }
td.TdClassName
{
border-color: #D0189A;
}
.TagClassName
{
border-color: #D0189A;
}
</style>