Shades of Medium Violet Red #D71488
Tints of Medium Violet Red #D71488
RGB
CMYK
RGB Variations
Color information
#D71488 (or 0xD71488) is known color: Medium Violet Red. HEX triplet: D7, 14 and 88. RGB value is (215,20,136). Sum of RGB (Red+Green+Blue) = 215+20+136=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D71488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71488 is #28EB77. Grayscale: #5B5B5B. Windows color (decimal): -2681720 or 8918231. OLE color: 8918231.
HSL color Cylindrical-coordinate representation of color #D71488: hue angle of 324.31º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71488 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 136 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.16 |
| HSL | 324.31º | 0.83% | 0.46% | - |
| HSV(B) | 324.31º | 0.91% | 0.84% | - |
| XYZ | 32.72 | 16.72 | 24.8 | - |
| YUV | 91.53 | 153.1 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 136 | 0 | 0.91 | 0.37 | 0.16 | 324.31 | 0.83 | 0.46 |
| Hex | D7 | 14 | 88 | 0 | 5B | 25 | 10 | 144 | 53 | 2E |
| Octal | 327 | 24 | 210 | 0 | 133 | 45 | 20 | 504 | 123 | 56 |
| Binary | 11010111 | 10100 | 10001000 | 0 | 1011011 | 100101 | 10000 | 101000100 | 1010011 | 101110 |
Color Harmonies of #D71488
Complementary color
Monochromatic Colors of #D71488
Black with #D71488
Text Example
Text Example
White with #D71488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71488; }
p { color: rgb(215,20,136); }
H1.HeaderClassName
{
color: #D71488;
}
.AnyTagClassName
{
color: #D71488;
}
</style>
background-color css
<style>
a { background-color: #D71488; }
a { background-color: rgb(215,20,136); }
div.DivClassName
{
background-color: #D71488;
}
.BgClassName
{
background-color: #D71488;
}
</style>
border-color css
<style>
span { border-color: #D71488; }
span { border-color: rgb(215,20,136); }
td.TdClassName
{
border-color: #D71488;
}
.TagClassName
{
border-color: #D71488;
}
</style>