Shades of Medium Violet Red #D8018A
Tints of Medium Violet Red #D8018A
RGB
CMYK
RGB Variations
Color information
#D8018A (or 0xD8018A) is known color: Medium Violet Red. HEX triplet: D8, 01 and 8A. RGB value is (216,1,138). Sum of RGB (Red+Green+Blue) = 216+1+138=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D8018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8018A is #27FE75. Grayscale: #505050. Windows color (decimal): -2621046 or 9044440. OLE color: 9044440.
HSL color Cylindrical-coordinate representation of color #D8018A: hue angle of 321.77º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8018A is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.15 |
| HSL | 321.77º | 0.99% | 0.43% | - |
| HSV(B) | 321.77º | 1% | 0.85% | - |
| XYZ | 32.92 | 16.46 | 25.49 | - |
| YUV | 80.9 | 160.23 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 138 | 0 | 1.00 | 0.36 | 0.15 | 321.77 | 0.99 | 0.43 |
| Hex | D8 | 1 | 8A | 0 | 64 | 24 | F | 142 | 63 | 2B |
| Octal | 330 | 1 | 212 | 0 | 144 | 44 | 17 | 502 | 143 | 53 |
| Binary | 11011000 | 1 | 10001010 | 0 | 1100100 | 100100 | 1111 | 101000010 | 1100011 | 101011 |
Color Harmonies of #D8018A
Complementary color
Monochromatic Colors of #D8018A
Black with #D8018A
Text Example
Text Example
White with #D8018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8018A; }
p { color: rgb(216,1,138); }
H1.HeaderClassName
{
color: #D8018A;
}
.AnyTagClassName
{
color: #D8018A;
}
</style>
background-color css
<style>
a { background-color: #D8018A; }
a { background-color: rgb(216,1,138); }
div.DivClassName
{
background-color: #D8018A;
}
.BgClassName
{
background-color: #D8018A;
}
</style>
border-color css
<style>
span { border-color: #D8018A; }
span { border-color: rgb(216,1,138); }
td.TdClassName
{
border-color: #D8018A;
}
.TagClassName
{
border-color: #D8018A;
}
</style>