Shades of Medium Violet Red #D2028E
Tints of Medium Violet Red #D2028E
RGB
CMYK
RGB Variations
Color information
#D2028E (or 0xD2028E) is known color: Medium Violet Red. HEX triplet: D2, 02 and 8E. RGB value is (210,2,142). Sum of RGB (Red+Green+Blue) = 210+2+142=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2028E is #2DFD71. Grayscale: #4F4F4F. Windows color (decimal): -3014002 or 9306834. OLE color: 9306834.
HSL color Cylindrical-coordinate representation of color #D2028E: hue angle of 319.62º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2028E is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.18 |
| HSL | 319.62º | 0.98% | 0.42% | - |
| HSV(B) | 319.62º | 0.99% | 0.82% | - |
| XYZ | 31.48 | 15.7 | 26.96 | - |
| YUV | 80.15 | 162.91 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 142 | 0 | 0.99 | 0.32 | 0.18 | 319.62 | 0.98 | 0.42 |
| Hex | D2 | 2 | 8E | 0 | 63 | 20 | 12 | 140 | 62 | 2A |
| Octal | 322 | 2 | 216 | 0 | 143 | 40 | 22 | 500 | 142 | 52 |
| Binary | 11010010 | 10 | 10001110 | 0 | 1100011 | 100000 | 10010 | 101000000 | 1100010 | 101010 |
Color Harmonies of #D2028E
Complementary color
Monochromatic Colors of #D2028E
Black with #D2028E
Text Example
Text Example
White with #D2028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2028E; }
p { color: rgb(210,2,142); }
H1.HeaderClassName
{
color: #D2028E;
}
.AnyTagClassName
{
color: #D2028E;
}
</style>
background-color css
<style>
a { background-color: #D2028E; }
a { background-color: rgb(210,2,142); }
div.DivClassName
{
background-color: #D2028E;
}
.BgClassName
{
background-color: #D2028E;
}
</style>
border-color css
<style>
span { border-color: #D2028E; }
span { border-color: rgb(210,2,142); }
td.TdClassName
{
border-color: #D2028E;
}
.TagClassName
{
border-color: #D2028E;
}
</style>