Shades of Medium Violet Red #D8027B
Tints of Medium Violet Red #D8027B
RGB
CMYK
RGB Variations
Color information
#D8027B (or 0xD8027B) is known color: Medium Violet Red. HEX triplet: D8, 02 and 7B. RGB value is (216,2,123). Sum of RGB (Red+Green+Blue) = 216+2+123=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8027B is #27FD84. Grayscale: #4F4F4F. Windows color (decimal): -2620805 or 8061656. OLE color: 8061656.
HSL color Cylindrical-coordinate representation of color #D8027B: hue angle of 326.07º 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 #D8027B is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.15 |
| HSL | 326.07º | 0.98% | 0.43% | - |
| HSV(B) | 326.07º | 0.99% | 0.85% | - |
| XYZ | 31.92 | 16.07 | 20.16 | - |
| YUV | 79.78 | 152.4 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 123 | 0 | 0.99 | 0.43 | 0.15 | 326.07 | 0.98 | 0.43 |
| Hex | D8 | 2 | 7B | 0 | 63 | 2B | F | 146 | 62 | 2B |
| Octal | 330 | 2 | 173 | 0 | 143 | 53 | 17 | 506 | 142 | 53 |
| Binary | 11011000 | 10 | 1111011 | 0 | 1100011 | 101011 | 1111 | 101000110 | 1100010 | 101011 |
Color Harmonies of #D8027B
Complementary color
Monochromatic Colors of #D8027B
Black with #D8027B
Text Example
Text Example
White with #D8027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8027B; }
p { color: rgb(216,2,123); }
H1.HeaderClassName
{
color: #D8027B;
}
.AnyTagClassName
{
color: #D8027B;
}
</style>
background-color css
<style>
a { background-color: #D8027B; }
a { background-color: rgb(216,2,123); }
div.DivClassName
{
background-color: #D8027B;
}
.BgClassName
{
background-color: #D8027B;
}
</style>
border-color css
<style>
span { border-color: #D8027B; }
span { border-color: rgb(216,2,123); }
td.TdClassName
{
border-color: #D8027B;
}
.TagClassName
{
border-color: #D8027B;
}
</style>