Shades of Medium Violet Red #D71288
Tints of Medium Violet Red #D71288
RGB
CMYK
RGB Variations
Color information
#D71288 (or 0xD71288) is known color: Medium Violet Red. HEX triplet: D7, 12 and 88. RGB value is (215,18,136). Sum of RGB (Red+Green+Blue) = 215+18+136=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D71288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71288 is #28ED77. Grayscale: #5A5A5A. Windows color (decimal): -2682232 or 8917719. OLE color: 8917719.
HSL color Cylindrical-coordinate representation of color #D71288: hue angle of 324.06º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71288 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 136 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.16 |
| HSL | 324.06º | 0.85% | 0.46% | - |
| HSV(B) | 324.06º | 0.92% | 0.84% | - |
| XYZ | 32.68 | 16.66 | 24.79 | - |
| YUV | 90.36 | 153.77 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 136 | 0 | 0.92 | 0.37 | 0.16 | 324.06 | 0.85 | 0.46 |
| Hex | D7 | 12 | 88 | 0 | 5C | 25 | 10 | 144 | 55 | 2E |
| Octal | 327 | 22 | 210 | 0 | 134 | 45 | 20 | 504 | 125 | 56 |
| Binary | 11010111 | 10010 | 10001000 | 0 | 1011100 | 100101 | 10000 | 101000100 | 1010101 | 101110 |
Color Harmonies of #D71288
Complementary color
Monochromatic Colors of #D71288
Black with #D71288
Text Example
Text Example
White with #D71288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71288; }
p { color: rgb(215,18,136); }
H1.HeaderClassName
{
color: #D71288;
}
.AnyTagClassName
{
color: #D71288;
}
</style>
background-color css
<style>
a { background-color: #D71288; }
a { background-color: rgb(215,18,136); }
div.DivClassName
{
background-color: #D71288;
}
.BgClassName
{
background-color: #D71288;
}
</style>
border-color css
<style>
span { border-color: #D71288; }
span { border-color: rgb(215,18,136); }
td.TdClassName
{
border-color: #D71288;
}
.TagClassName
{
border-color: #D71288;
}
</style>