Shades of Medium Violet Red #D21187
Tints of Medium Violet Red #D21187
RGB
CMYK
RGB Variations
Color information
#D21187 (or 0xD21187) is known color: Medium Violet Red. HEX triplet: D2, 11 and 87. RGB value is (210,17,135). Sum of RGB (Red+Green+Blue) = 210+17+135=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D21187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21187 is #2DEE78. Grayscale: #575757. Windows color (decimal): -3010169 or 8851922. OLE color: 8851922.
HSL color Cylindrical-coordinate representation of color #D21187: hue angle of 323.32º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21187 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 135 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.18 |
| HSL | 323.32º | 0.85% | 0.45% | - |
| HSV(B) | 323.32º | 0.92% | 0.82% | - |
| XYZ | 31.15 | 15.85 | 24.34 | - |
| YUV | 88.16 | 154.44 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 135 | 0 | 0.92 | 0.36 | 0.18 | 323.32 | 0.85 | 0.45 |
| Hex | D2 | 11 | 87 | 0 | 5C | 24 | 12 | 143 | 55 | 2D |
| Octal | 322 | 21 | 207 | 0 | 134 | 44 | 22 | 503 | 125 | 55 |
| Binary | 11010010 | 10001 | 10000111 | 0 | 1011100 | 100100 | 10010 | 101000011 | 1010101 | 101101 |
Color Harmonies of #D21187
Complementary color
Monochromatic Colors of #D21187
Black with #D21187
Text Example
Text Example
White with #D21187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21187; }
p { color: rgb(210,17,135); }
H1.HeaderClassName
{
color: #D21187;
}
.AnyTagClassName
{
color: #D21187;
}
</style>
background-color css
<style>
a { background-color: #D21187; }
a { background-color: rgb(210,17,135); }
div.DivClassName
{
background-color: #D21187;
}
.BgClassName
{
background-color: #D21187;
}
</style>
border-color css
<style>
span { border-color: #D21187; }
span { border-color: rgb(210,17,135); }
td.TdClassName
{
border-color: #D21187;
}
.TagClassName
{
border-color: #D21187;
}
</style>