Shades of Medium Violet Red #D8028E
Tints of Medium Violet Red #D8028E
RGB
CMYK
RGB Variations
Color information
#D8028E (or 0xD8028E) is known color: Medium Violet Red. HEX triplet: D8, 02 and 8E. RGB value is (216,2,142). Sum of RGB (Red+Green+Blue) = 216+2+142=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8028E is #27FD71. Grayscale: #515151. Windows color (decimal): -2620786 or 9306840. OLE color: 9306840.
HSL color Cylindrical-coordinate representation of color #D8028E: hue angle of 320.75º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8028E is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.15 |
| HSL | 320.75º | 0.98% | 0.43% | - |
| HSV(B) | 320.75º | 0.99% | 0.85% | - |
| XYZ | 33.22 | 16.6 | 27.04 | - |
| YUV | 81.95 | 161.9 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 142 | 0 | 0.99 | 0.34 | 0.15 | 320.75 | 0.98 | 0.43 |
| Hex | D8 | 2 | 8E | 0 | 63 | 22 | F | 141 | 62 | 2B |
| Octal | 330 | 2 | 216 | 0 | 143 | 42 | 17 | 501 | 142 | 53 |
| Binary | 11011000 | 10 | 10001110 | 0 | 1100011 | 100010 | 1111 | 101000001 | 1100010 | 101011 |
Color Harmonies of #D8028E
Complementary color
Monochromatic Colors of #D8028E
Black with #D8028E
Text Example
Text Example
White with #D8028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8028E; }
p { color: rgb(216,2,142); }
H1.HeaderClassName
{
color: #D8028E;
}
.AnyTagClassName
{
color: #D8028E;
}
</style>
background-color css
<style>
a { background-color: #D8028E; }
a { background-color: rgb(216,2,142); }
div.DivClassName
{
background-color: #D8028E;
}
.BgClassName
{
background-color: #D8028E;
}
</style>
border-color css
<style>
span { border-color: #D8028E; }
span { border-color: rgb(216,2,142); }
td.TdClassName
{
border-color: #D8028E;
}
.TagClassName
{
border-color: #D8028E;
}
</style>