Shades of Medium Violet Red #D8018F
Tints of Medium Violet Red #D8018F
RGB
CMYK
RGB Variations
Color information
#D8018F (or 0xD8018F) is known color: Medium Violet Red. HEX triplet: D8, 01 and 8F. RGB value is (216,1,143). Sum of RGB (Red+Green+Blue) = 216+1+143=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8018F is #27FE70. Grayscale: #515151. Windows color (decimal): -2621041 or 9372120. OLE color: 9372120.
HSL color Cylindrical-coordinate representation of color #D8018F: hue angle of 320.37º 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 #D8018F is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 143 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.15 |
| HSL | 320.37º | 0.99% | 0.43% | - |
| HSV(B) | 320.37º | 1% | 0.85% | - |
| XYZ | 33.29 | 16.6 | 27.44 | - |
| YUV | 81.47 | 162.73 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 143 | 0 | 1.00 | 0.34 | 0.15 | 320.37 | 0.99 | 0.43 |
| Hex | D8 | 1 | 8F | 0 | 64 | 22 | F | 140 | 63 | 2B |
| Octal | 330 | 1 | 217 | 0 | 144 | 42 | 17 | 500 | 143 | 53 |
| Binary | 11011000 | 1 | 10001111 | 0 | 1100100 | 100010 | 1111 | 101000000 | 1100011 | 101011 |
Color Harmonies of #D8018F
Complementary color
Monochromatic Colors of #D8018F
Black with #D8018F
Text Example
Text Example
White with #D8018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8018F; }
p { color: rgb(216,1,143); }
H1.HeaderClassName
{
color: #D8018F;
}
.AnyTagClassName
{
color: #D8018F;
}
</style>
background-color css
<style>
a { background-color: #D8018F; }
a { background-color: rgb(216,1,143); }
div.DivClassName
{
background-color: #D8018F;
}
.BgClassName
{
background-color: #D8018F;
}
</style>
border-color css
<style>
span { border-color: #D8018F; }
span { border-color: rgb(216,1,143); }
td.TdClassName
{
border-color: #D8018F;
}
.TagClassName
{
border-color: #D8018F;
}
</style>