Shades of Medium Violet Red #D2088A
Tints of Medium Violet Red #D2088A
RGB
CMYK
RGB Variations
Color information
#D2088A (or 0xD2088A) is known color: Medium Violet Red. HEX triplet: D2, 08 and 8A. RGB value is (210,8,138). Sum of RGB (Red+Green+Blue) = 210+8+138=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2088A is #2DF775. Grayscale: #525252. Windows color (decimal): -3012470 or 9046226. OLE color: 9046226.
HSL color Cylindrical-coordinate representation of color #D2088A: hue angle of 321.39º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2088A is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 138 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.18 |
| HSL | 321.39º | 0.93% | 0.43% | - |
| HSV(B) | 321.39º | 0.96% | 0.82% | - |
| XYZ | 31.25 | 15.71 | 25.43 | - |
| YUV | 83.22 | 158.92 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 138 | 0 | 0.96 | 0.34 | 0.18 | 321.39 | 0.93 | 0.43 |
| Hex | D2 | 8 | 8A | 0 | 60 | 22 | 12 | 141 | 5D | 2B |
| Octal | 322 | 10 | 212 | 0 | 140 | 42 | 22 | 501 | 135 | 53 |
| Binary | 11010010 | 1000 | 10001010 | 0 | 1100000 | 100010 | 10010 | 101000001 | 1011101 | 101011 |
Color Harmonies of #D2088A
Complementary color
Monochromatic Colors of #D2088A
Black with #D2088A
Text Example
Text Example
White with #D2088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2088A; }
p { color: rgb(210,8,138); }
H1.HeaderClassName
{
color: #D2088A;
}
.AnyTagClassName
{
color: #D2088A;
}
</style>
background-color css
<style>
a { background-color: #D2088A; }
a { background-color: rgb(210,8,138); }
div.DivClassName
{
background-color: #D2088A;
}
.BgClassName
{
background-color: #D2088A;
}
</style>
border-color css
<style>
span { border-color: #D2088A; }
span { border-color: rgb(210,8,138); }
td.TdClassName
{
border-color: #D2088A;
}
.TagClassName
{
border-color: #D2088A;
}
</style>