Shades of Medium Violet Red #D5028E
Tints of Medium Violet Red #D5028E
RGB
CMYK
RGB Variations
Color information
#D5028E (or 0xD5028E) is known color: Medium Violet Red. HEX triplet: D5, 02 and 8E. RGB value is (213,2,142). Sum of RGB (Red+Green+Blue) = 213+2+142=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5028E is #2AFD71. Grayscale: #505050. Windows color (decimal): -2817394 or 9306837. OLE color: 9306837.
HSL color Cylindrical-coordinate representation of color #D5028E: hue angle of 320.19º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5028E is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.16 |
| HSL | 320.19º | 0.98% | 0.42% | - |
| HSV(B) | 320.19º | 0.99% | 0.84% | - |
| XYZ | 32.34 | 16.14 | 27 | - |
| YUV | 81.05 | 162.4 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 142 | 0 | 0.99 | 0.33 | 0.16 | 320.19 | 0.98 | 0.42 |
| Hex | D5 | 2 | 8E | 0 | 63 | 21 | 10 | 140 | 62 | 2A |
| Octal | 325 | 2 | 216 | 0 | 143 | 41 | 20 | 500 | 142 | 52 |
| Binary | 11010101 | 10 | 10001110 | 0 | 1100011 | 100001 | 10000 | 101000000 | 1100010 | 101010 |
Color Harmonies of #D5028E
Complementary color
Monochromatic Colors of #D5028E
Black with #D5028E
Text Example
Text Example
White with #D5028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5028E; }
p { color: rgb(213,2,142); }
H1.HeaderClassName
{
color: #D5028E;
}
.AnyTagClassName
{
color: #D5028E;
}
</style>
background-color css
<style>
a { background-color: #D5028E; }
a { background-color: rgb(213,2,142); }
div.DivClassName
{
background-color: #D5028E;
}
.BgClassName
{
background-color: #D5028E;
}
</style>
border-color css
<style>
span { border-color: #D5028E; }
span { border-color: rgb(213,2,142); }
td.TdClassName
{
border-color: #D5028E;
}
.TagClassName
{
border-color: #D5028E;
}
</style>