Shades of Medium Violet Red #D9018D
Tints of Medium Violet Red #D9018D
RGB
CMYK
RGB Variations
Color information
#D9018D (or 0xD9018D) is known color: Medium Violet Red. HEX triplet: D9, 01 and 8D. RGB value is (217,1,141). Sum of RGB (Red+Green+Blue) = 217+1+141=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D9018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9018D is #26FE72. Grayscale: #515151. Windows color (decimal): -2555507 or 9241049. OLE color: 9241049.
HSL color Cylindrical-coordinate representation of color #D9018D: hue angle of 321.11º 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 #D9018D is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 141 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.15 |
| HSL | 321.11º | 0.99% | 0.43% | - |
| HSV(B) | 321.11º | 1% | 0.85% | - |
| XYZ | 33.43 | 16.7 | 26.66 | - |
| YUV | 81.54 | 161.56 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 141 | 0 | 1.00 | 0.35 | 0.15 | 321.11 | 0.99 | 0.43 |
| Hex | D9 | 1 | 8D | 0 | 64 | 23 | F | 141 | 63 | 2B |
| Octal | 331 | 1 | 215 | 0 | 144 | 43 | 17 | 501 | 143 | 53 |
| Binary | 11011001 | 1 | 10001101 | 0 | 1100100 | 100011 | 1111 | 101000001 | 1100011 | 101011 |
Color Harmonies of #D9018D
Complementary color
Monochromatic Colors of #D9018D
Black with #D9018D
Text Example
Text Example
White with #D9018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9018D; }
p { color: rgb(217,1,141); }
H1.HeaderClassName
{
color: #D9018D;
}
.AnyTagClassName
{
color: #D9018D;
}
</style>
background-color css
<style>
a { background-color: #D9018D; }
a { background-color: rgb(217,1,141); }
div.DivClassName
{
background-color: #D9018D;
}
.BgClassName
{
background-color: #D9018D;
}
</style>
border-color css
<style>
span { border-color: #D9018D; }
span { border-color: rgb(217,1,141); }
td.TdClassName
{
border-color: #D9018D;
}
.TagClassName
{
border-color: #D9018D;
}
</style>