Shades of Medium Violet Red #D0188E
Tints of Medium Violet Red #D0188E
RGB
CMYK
RGB Variations
Color information
#D0188E (or 0xD0188E) is known color: Medium Violet Red. HEX triplet: D0, 18 and 8E. RGB value is (208,24,142). Sum of RGB (Red+Green+Blue) = 208+24+142=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0188E is #2FE771. Grayscale: #5C5C5C. Windows color (decimal): -3139442 or 9312464. OLE color: 9312464.
HSL color Cylindrical-coordinate representation of color #D0188E: hue angle of 321.52º 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 #D0188E is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 142 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.18 |
| HSL | 321.52º | 0.79% | 0.45% | - |
| HSV(B) | 321.52º | 0.88% | 0.82% | - |
| XYZ | 31.22 | 16.02 | 27.04 | - |
| YUV | 92.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 142 | 0 | 0.88 | 0.32 | 0.18 | 321.52 | 0.79 | 0.45 |
| Hex | D0 | 18 | 8E | 0 | 58 | 20 | 12 | 142 | 4F | 2D |
| Octal | 320 | 30 | 216 | 0 | 130 | 40 | 22 | 502 | 117 | 55 |
| Binary | 11010000 | 11000 | 10001110 | 0 | 1011000 | 100000 | 10010 | 101000010 | 1001111 | 101101 |
Color Harmonies of #D0188E
Complementary color
Monochromatic Colors of #D0188E
Black with #D0188E
Text Example
Text Example
White with #D0188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0188E; }
p { color: rgb(208,24,142); }
H1.HeaderClassName
{
color: #D0188E;
}
.AnyTagClassName
{
color: #D0188E;
}
</style>
background-color css
<style>
a { background-color: #D0188E; }
a { background-color: rgb(208,24,142); }
div.DivClassName
{
background-color: #D0188E;
}
.BgClassName
{
background-color: #D0188E;
}
</style>
border-color css
<style>
span { border-color: #D0188E; }
span { border-color: rgb(208,24,142); }
td.TdClassName
{
border-color: #D0188E;
}
.TagClassName
{
border-color: #D0188E;
}
</style>