Shades of Medium Violet Red #D0018F
Tints of Medium Violet Red #D0018F
RGB
CMYK
RGB Variations
Color information
#D0018F (or 0xD0018F) is known color: Medium Violet Red. HEX triplet: D0, 01 and 8F. RGB value is (208,1,143). Sum of RGB (Red+Green+Blue) = 208+1+143=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0018F is #2FFE70. Grayscale: #4E4E4E. Windows color (decimal): -3145329 or 9372112. OLE color: 9372112.
HSL color Cylindrical-coordinate representation of color #D0018F: hue angle of 318.84º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0018F is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 143 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.18 |
| HSL | 318.84º | 0.99% | 0.41% | - |
| HSV(B) | 318.84º | 1% | 0.82% | - |
| XYZ | 30.98 | 15.41 | 27.33 | - |
| YUV | 79.08 | 164.08 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 143 | 0 | 1.00 | 0.31 | 0.18 | 318.84 | 0.99 | 0.41 |
| Hex | D0 | 1 | 8F | 0 | 64 | 1F | 12 | 13F | 63 | 29 |
| Octal | 320 | 1 | 217 | 0 | 144 | 37 | 22 | 477 | 143 | 51 |
| Binary | 11010000 | 1 | 10001111 | 0 | 1100100 | 11111 | 10010 | 100111111 | 1100011 | 101001 |
Color Harmonies of #D0018F
Complementary color
Monochromatic Colors of #D0018F
Black with #D0018F
Text Example
Text Example
White with #D0018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0018F; }
p { color: rgb(208,1,143); }
H1.HeaderClassName
{
color: #D0018F;
}
.AnyTagClassName
{
color: #D0018F;
}
</style>
background-color css
<style>
a { background-color: #D0018F; }
a { background-color: rgb(208,1,143); }
div.DivClassName
{
background-color: #D0018F;
}
.BgClassName
{
background-color: #D0018F;
}
</style>
border-color css
<style>
span { border-color: #D0018F; }
span { border-color: rgb(208,1,143); }
td.TdClassName
{
border-color: #D0018F;
}
.TagClassName
{
border-color: #D0018F;
}
</style>