Shades of Medium Violet Red #D7018B
Tints of Medium Violet Red #D7018B
RGB
CMYK
RGB Variations
Color information
#D7018B (or 0xD7018B) is known color: Medium Violet Red. HEX triplet: D7, 01 and 8B. RGB value is (215,1,139). Sum of RGB (Red+Green+Blue) = 215+1+139=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D7018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7018B is #28FE74. Grayscale: #505050. Windows color (decimal): -2686581 or 9109975. OLE color: 9109975.
HSL color Cylindrical-coordinate representation of color #D7018B: hue angle of 321.31º 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 #D7018B is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 139 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.16 |
| HSL | 321.31º | 0.99% | 0.42% | - |
| HSV(B) | 321.31º | 1% | 0.84% | - |
| XYZ | 32.7 | 16.33 | 25.86 | - |
| YUV | 80.72 | 160.9 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 139 | 0 | 1.00 | 0.35 | 0.16 | 321.31 | 0.99 | 0.42 |
| Hex | D7 | 1 | 8B | 0 | 64 | 23 | 10 | 141 | 63 | 2A |
| Octal | 327 | 1 | 213 | 0 | 144 | 43 | 20 | 501 | 143 | 52 |
| Binary | 11010111 | 1 | 10001011 | 0 | 1100100 | 100011 | 10000 | 101000001 | 1100011 | 101010 |
Color Harmonies of #D7018B
Complementary color
Monochromatic Colors of #D7018B
Black with #D7018B
Text Example
Text Example
White with #D7018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7018B; }
p { color: rgb(215,1,139); }
H1.HeaderClassName
{
color: #D7018B;
}
.AnyTagClassName
{
color: #D7018B;
}
</style>
background-color css
<style>
a { background-color: #D7018B; }
a { background-color: rgb(215,1,139); }
div.DivClassName
{
background-color: #D7018B;
}
.BgClassName
{
background-color: #D7018B;
}
</style>
border-color css
<style>
span { border-color: #D7018B; }
span { border-color: rgb(215,1,139); }
td.TdClassName
{
border-color: #D7018B;
}
.TagClassName
{
border-color: #D7018B;
}
</style>