Shades of Medium Violet Red #D0187A
Tints of Medium Violet Red #D0187A
RGB
CMYK
RGB Variations
Color information
#D0187A (or 0xD0187A) is known color: Medium Violet Red. HEX triplet: D0, 18 and 7A. RGB value is (208,24,122). Sum of RGB (Red+Green+Blue) = 208+24+122=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0187A is #2FE785. Grayscale: #595959. Windows color (decimal): -3139462 or 8001744. OLE color: 8001744.
HSL color Cylindrical-coordinate representation of color #D0187A: hue angle of 328.04º 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 #D0187A is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 122 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.18 |
| HSL | 328.04º | 0.79% | 0.45% | - |
| HSV(B) | 328.04º | 0.88% | 0.82% | - |
| XYZ | 29.85 | 15.47 | 19.82 | - |
| YUV | 90.19 | 145.96 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 122 | 0 | 0.88 | 0.41 | 0.18 | 328.04 | 0.79 | 0.45 |
| Hex | D0 | 18 | 7A | 0 | 58 | 29 | 12 | 148 | 4F | 2D |
| Octal | 320 | 30 | 172 | 0 | 130 | 51 | 22 | 510 | 117 | 55 |
| Binary | 11010000 | 11000 | 1111010 | 0 | 1011000 | 101001 | 10010 | 101001000 | 1001111 | 101101 |
Color Harmonies of #D0187A
Complementary color
Monochromatic Colors of #D0187A
Black with #D0187A
Text Example
Text Example
White with #D0187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0187A; }
p { color: rgb(208,24,122); }
H1.HeaderClassName
{
color: #D0187A;
}
.AnyTagClassName
{
color: #D0187A;
}
</style>
background-color css
<style>
a { background-color: #D0187A; }
a { background-color: rgb(208,24,122); }
div.DivClassName
{
background-color: #D0187A;
}
.BgClassName
{
background-color: #D0187A;
}
</style>
border-color css
<style>
span { border-color: #D0187A; }
span { border-color: rgb(208,24,122); }
td.TdClassName
{
border-color: #D0187A;
}
.TagClassName
{
border-color: #D0187A;
}
</style>