Shades of Medium Violet Red #D8028A
Tints of Medium Violet Red #D8028A
RGB
CMYK
RGB Variations
Color information
#D8028A (or 0xD8028A) is known color: Medium Violet Red. HEX triplet: D8, 02 and 8A. RGB value is (216,2,138). Sum of RGB (Red+Green+Blue) = 216+2+138=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D8028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8028A is #27FD75. Grayscale: #515151. Windows color (decimal): -2620790 or 9044696. OLE color: 9044696.
HSL color Cylindrical-coordinate representation of color #D8028A: hue angle of 321.87º 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 #D8028A is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.15 |
| HSL | 321.87º | 0.98% | 0.43% | - |
| HSV(B) | 321.87º | 0.99% | 0.85% | - |
| XYZ | 32.93 | 16.48 | 25.49 | - |
| YUV | 81.49 | 159.9 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 138 | 0 | 0.99 | 0.36 | 0.15 | 321.87 | 0.98 | 0.43 |
| Hex | D8 | 2 | 8A | 0 | 63 | 24 | F | 142 | 62 | 2B |
| Octal | 330 | 2 | 212 | 0 | 143 | 44 | 17 | 502 | 142 | 53 |
| Binary | 11011000 | 10 | 10001010 | 0 | 1100011 | 100100 | 1111 | 101000010 | 1100010 | 101011 |
Color Harmonies of #D8028A
Complementary color
Monochromatic Colors of #D8028A
Black with #D8028A
Text Example
Text Example
White with #D8028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8028A; }
p { color: rgb(216,2,138); }
H1.HeaderClassName
{
color: #D8028A;
}
.AnyTagClassName
{
color: #D8028A;
}
</style>
background-color css
<style>
a { background-color: #D8028A; }
a { background-color: rgb(216,2,138); }
div.DivClassName
{
background-color: #D8028A;
}
.BgClassName
{
background-color: #D8028A;
}
</style>
border-color css
<style>
span { border-color: #D8028A; }
span { border-color: rgb(216,2,138); }
td.TdClassName
{
border-color: #D8028A;
}
.TagClassName
{
border-color: #D8028A;
}
</style>