Shades of Medium Violet Red #D51588
Tints of Medium Violet Red #D51588
RGB
CMYK
RGB Variations
Color information
#D51588 (or 0xD51588) is known color: Medium Violet Red. HEX triplet: D5, 15 and 88. RGB value is (213,21,136). Sum of RGB (Red+Green+Blue) = 213+21+136=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D51588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51588 is #2AEA77. Grayscale: #5B5B5B. Windows color (decimal): -2812536 or 8918485. OLE color: 8918485.
HSL color Cylindrical-coordinate representation of color #D51588: hue angle of 324.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51588 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 136 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.16 |
| HSL | 324.06º | 0.82% | 0.46% | - |
| HSV(B) | 324.06º | 0.9% | 0.84% | - |
| XYZ | 32.15 | 16.46 | 24.78 | - |
| YUV | 91.52 | 153.11 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 136 | 0 | 0.90 | 0.36 | 0.16 | 324.06 | 0.82 | 0.46 |
| Hex | D5 | 15 | 88 | 0 | 5A | 24 | 10 | 144 | 52 | 2E |
| Octal | 325 | 25 | 210 | 0 | 132 | 44 | 20 | 504 | 122 | 56 |
| Binary | 11010101 | 10101 | 10001000 | 0 | 1011010 | 100100 | 10000 | 101000100 | 1010010 | 101110 |
Color Harmonies of #D51588
Complementary color
Monochromatic Colors of #D51588
Black with #D51588
Text Example
Text Example
White with #D51588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51588; }
p { color: rgb(213,21,136); }
H1.HeaderClassName
{
color: #D51588;
}
.AnyTagClassName
{
color: #D51588;
}
</style>
background-color css
<style>
a { background-color: #D51588; }
a { background-color: rgb(213,21,136); }
div.DivClassName
{
background-color: #D51588;
}
.BgClassName
{
background-color: #D51588;
}
</style>
border-color css
<style>
span { border-color: #D51588; }
span { border-color: rgb(213,21,136); }
td.TdClassName
{
border-color: #D51588;
}
.TagClassName
{
border-color: #D51588;
}
</style>