Shades of Medium Violet Red #D21787
Tints of Medium Violet Red #D21787
RGB
CMYK
RGB Variations
Color information
#D21787 (or 0xD21787) is known color: Medium Violet Red. HEX triplet: D2, 17 and 87. RGB value is (210,23,135). Sum of RGB (Red+Green+Blue) = 210+23+135=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D21787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21787 is #2DE878. Grayscale: #5B5B5B. Windows color (decimal): -3008633 or 8853458. OLE color: 8853458.
HSL color Cylindrical-coordinate representation of color #D21787: hue angle of 324.06º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21787 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 135 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.18 |
| HSL | 324.06º | 0.8% | 0.46% | - |
| HSV(B) | 324.06º | 0.89% | 0.82% | - |
| XYZ | 31.26 | 16.06 | 24.37 | - |
| YUV | 91.68 | 152.45 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 135 | 0 | 0.89 | 0.36 | 0.18 | 324.06 | 0.8 | 0.46 |
| Hex | D2 | 17 | 87 | 0 | 59 | 24 | 12 | 144 | 50 | 2E |
| Octal | 322 | 27 | 207 | 0 | 131 | 44 | 22 | 504 | 120 | 56 |
| Binary | 11010010 | 10111 | 10000111 | 0 | 1011001 | 100100 | 10010 | 101000100 | 1010000 | 101110 |
Color Harmonies of #D21787
Complementary color
Monochromatic Colors of #D21787
Black with #D21787
Text Example
Text Example
White with #D21787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21787; }
p { color: rgb(210,23,135); }
H1.HeaderClassName
{
color: #D21787;
}
.AnyTagClassName
{
color: #D21787;
}
</style>
background-color css
<style>
a { background-color: #D21787; }
a { background-color: rgb(210,23,135); }
div.DivClassName
{
background-color: #D21787;
}
.BgClassName
{
background-color: #D21787;
}
</style>
border-color css
<style>
span { border-color: #D21787; }
span { border-color: rgb(210,23,135); }
td.TdClassName
{
border-color: #D21787;
}
.TagClassName
{
border-color: #D21787;
}
</style>