Shades of Medium Violet Red #D8027C
Tints of Medium Violet Red #D8027C
RGB
CMYK
RGB Variations
Color information
#D8027C (or 0xD8027C) is known color: Medium Violet Red. HEX triplet: D8, 02 and 7C. RGB value is (216,2,124). Sum of RGB (Red+Green+Blue) = 216+2+124=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8027C is #27FD83. Grayscale: #4F4F4F. Windows color (decimal): -2620804 or 8127192. OLE color: 8127192.
HSL color Cylindrical-coordinate representation of color #D8027C: hue angle of 325.79º 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 #D8027C is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.15 |
| HSL | 325.79º | 0.98% | 0.43% | - |
| HSV(B) | 325.79º | 0.99% | 0.85% | - |
| XYZ | 31.98 | 16.1 | 20.49 | - |
| YUV | 79.89 | 152.9 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 124 | 0 | 0.99 | 0.43 | 0.15 | 325.79 | 0.98 | 0.43 |
| Hex | D8 | 2 | 7C | 0 | 63 | 2B | F | 146 | 62 | 2B |
| Octal | 330 | 2 | 174 | 0 | 143 | 53 | 17 | 506 | 142 | 53 |
| Binary | 11011000 | 10 | 1111100 | 0 | 1100011 | 101011 | 1111 | 101000110 | 1100010 | 101011 |
Color Harmonies of #D8027C
Complementary color
Monochromatic Colors of #D8027C
Black with #D8027C
Text Example
Text Example
White with #D8027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8027C; }
p { color: rgb(216,2,124); }
H1.HeaderClassName
{
color: #D8027C;
}
.AnyTagClassName
{
color: #D8027C;
}
</style>
background-color css
<style>
a { background-color: #D8027C; }
a { background-color: rgb(216,2,124); }
div.DivClassName
{
background-color: #D8027C;
}
.BgClassName
{
background-color: #D8027C;
}
</style>
border-color css
<style>
span { border-color: #D8027C; }
span { border-color: rgb(216,2,124); }
td.TdClassName
{
border-color: #D8027C;
}
.TagClassName
{
border-color: #D8027C;
}
</style>