Shades of Medium Violet Red #D7018C
Tints of Medium Violet Red #D7018C
RGB
CMYK
RGB Variations
Color information
#D7018C (or 0xD7018C) is known color: Medium Violet Red. HEX triplet: D7, 01 and 8C. RGB value is (215,1,140). Sum of RGB (Red+Green+Blue) = 215+1+140=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7018C is #28FE73. Grayscale: #505050. Windows color (decimal): -2686580 or 9175511. OLE color: 9175511.
HSL color Cylindrical-coordinate representation of color #D7018C: hue angle of 321.03º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7018C is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.16 |
| HSL | 321.03º | 0.99% | 0.42% | - |
| HSV(B) | 321.03º | 1% | 0.84% | - |
| XYZ | 32.77 | 16.36 | 26.24 | - |
| YUV | 80.83 | 161.4 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 140 | 0 | 1.00 | 0.35 | 0.16 | 321.03 | 0.99 | 0.42 |
| Hex | D7 | 1 | 8C | 0 | 64 | 23 | 10 | 141 | 63 | 2A |
| Octal | 327 | 1 | 214 | 0 | 144 | 43 | 20 | 501 | 143 | 52 |
| Binary | 11010111 | 1 | 10001100 | 0 | 1100100 | 100011 | 10000 | 101000001 | 1100011 | 101010 |
Color Harmonies of #D7018C
Complementary color
Monochromatic Colors of #D7018C
Black with #D7018C
Text Example
Text Example
White with #D7018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7018C; }
p { color: rgb(215,1,140); }
H1.HeaderClassName
{
color: #D7018C;
}
.AnyTagClassName
{
color: #D7018C;
}
</style>
background-color css
<style>
a { background-color: #D7018C; }
a { background-color: rgb(215,1,140); }
div.DivClassName
{
background-color: #D7018C;
}
.BgClassName
{
background-color: #D7018C;
}
</style>
border-color css
<style>
span { border-color: #D7018C; }
span { border-color: rgb(215,1,140); }
td.TdClassName
{
border-color: #D7018C;
}
.TagClassName
{
border-color: #D7018C;
}
</style>