Shades of Medium Violet Red #D8027A
Tints of Medium Violet Red #D8027A
RGB
CMYK
RGB Variations
Color information
#D8027A (or 0xD8027A) is known color: Medium Violet Red. HEX triplet: D8, 02 and 7A. RGB value is (216,2,122). Sum of RGB (Red+Green+Blue) = 216+2+122=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D8027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8027A is #27FD85. Grayscale: #4F4F4F. Windows color (decimal): -2620806 or 7996120. OLE color: 7996120.
HSL color Cylindrical-coordinate representation of color #D8027A: hue angle of 326.36º 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 #D8027A is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.15 |
| HSL | 326.36º | 0.98% | 0.43% | - |
| HSV(B) | 326.36º | 0.99% | 0.85% | - |
| XYZ | 31.85 | 16.05 | 19.83 | - |
| YUV | 79.67 | 151.9 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 122 | 0 | 0.99 | 0.44 | 0.15 | 326.36 | 0.98 | 0.43 |
| Hex | D8 | 2 | 7A | 0 | 63 | 2C | F | 146 | 62 | 2B |
| Octal | 330 | 2 | 172 | 0 | 143 | 54 | 17 | 506 | 142 | 53 |
| Binary | 11011000 | 10 | 1111010 | 0 | 1100011 | 101100 | 1111 | 101000110 | 1100010 | 101011 |
Color Harmonies of #D8027A
Complementary color
Monochromatic Colors of #D8027A
Black with #D8027A
Text Example
Text Example
White with #D8027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8027A; }
p { color: rgb(216,2,122); }
H1.HeaderClassName
{
color: #D8027A;
}
.AnyTagClassName
{
color: #D8027A;
}
</style>
background-color css
<style>
a { background-color: #D8027A; }
a { background-color: rgb(216,2,122); }
div.DivClassName
{
background-color: #D8027A;
}
.BgClassName
{
background-color: #D8027A;
}
</style>
border-color css
<style>
span { border-color: #D8027A; }
span { border-color: rgb(216,2,122); }
td.TdClassName
{
border-color: #D8027A;
}
.TagClassName
{
border-color: #D8027A;
}
</style>