Shades of Medium Violet Red #D0018A
Tints of Medium Violet Red #D0018A
RGB
CMYK
RGB Variations
Color information
#D0018A (or 0xD0018A) is known color: Medium Violet Red. HEX triplet: D0, 01 and 8A. RGB value is (208,1,138). Sum of RGB (Red+Green+Blue) = 208+1+138=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D0018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0018A is #2FFE75. Grayscale: #4E4E4E. Windows color (decimal): -3145334 or 9044432. OLE color: 9044432.
HSL color Cylindrical-coordinate representation of color #D0018A: hue angle of 320.29º 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 #D0018A is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.18 |
| HSL | 320.29º | 0.99% | 0.41% | - |
| HSV(B) | 320.29º | 1% | 0.82% | - |
| XYZ | 30.61 | 15.27 | 25.38 | - |
| YUV | 78.51 | 161.58 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 138 | 0 | 1.00 | 0.34 | 0.18 | 320.29 | 0.99 | 0.41 |
| Hex | D0 | 1 | 8A | 0 | 64 | 22 | 12 | 140 | 63 | 29 |
| Octal | 320 | 1 | 212 | 0 | 144 | 42 | 22 | 500 | 143 | 51 |
| Binary | 11010000 | 1 | 10001010 | 0 | 1100100 | 100010 | 10010 | 101000000 | 1100011 | 101001 |
Color Harmonies of #D0018A
Complementary color
Monochromatic Colors of #D0018A
Black with #D0018A
Text Example
Text Example
White with #D0018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0018A; }
p { color: rgb(208,1,138); }
H1.HeaderClassName
{
color: #D0018A;
}
.AnyTagClassName
{
color: #D0018A;
}
</style>
background-color css
<style>
a { background-color: #D0018A; }
a { background-color: rgb(208,1,138); }
div.DivClassName
{
background-color: #D0018A;
}
.BgClassName
{
background-color: #D0018A;
}
</style>
border-color css
<style>
span { border-color: #D0018A; }
span { border-color: rgb(208,1,138); }
td.TdClassName
{
border-color: #D0018A;
}
.TagClassName
{
border-color: #D0018A;
}
</style>