Shades of Medium Violet Red #D21C8C
Tints of Medium Violet Red #D21C8C
RGB
CMYK
RGB Variations
Color information
#D21C8C (or 0xD21C8C) is known color: Medium Violet Red. HEX triplet: D2, 1C and 8C. RGB value is (210,28,140). Sum of RGB (Red+Green+Blue) = 210+28+140=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21C8C is #2DE373. Grayscale: #5E5E5E. Windows color (decimal): -3007348 or 9182418. OLE color: 9182418.
HSL color Cylindrical-coordinate representation of color #D21C8C: hue angle of 323.08º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21C8C is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 140 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.18 |
| HSL | 323.08º | 0.76% | 0.47% | - |
| HSV(B) | 323.08º | 0.87% | 0.82% | - |
| XYZ | 31.73 | 16.43 | 26.31 | - |
| YUV | 95.19 | 153.3 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 140 | 0 | 0.87 | 0.33 | 0.18 | 323.08 | 0.76 | 0.47 |
| Hex | D2 | 1C | 8C | 0 | 57 | 21 | 12 | 143 | 4C | 2F |
| Octal | 322 | 34 | 214 | 0 | 127 | 41 | 22 | 503 | 114 | 57 |
| Binary | 11010010 | 11100 | 10001100 | 0 | 1010111 | 100001 | 10010 | 101000011 | 1001100 | 101111 |
Color Harmonies of #D21C8C
Complementary color
Monochromatic Colors of #D21C8C
Black with #D21C8C
Text Example
Text Example
White with #D21C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C8C; }
p { color: rgb(210,28,140); }
H1.HeaderClassName
{
color: #D21C8C;
}
.AnyTagClassName
{
color: #D21C8C;
}
</style>
background-color css
<style>
a { background-color: #D21C8C; }
a { background-color: rgb(210,28,140); }
div.DivClassName
{
background-color: #D21C8C;
}
.BgClassName
{
background-color: #D21C8C;
}
</style>
border-color css
<style>
span { border-color: #D21C8C; }
span { border-color: rgb(210,28,140); }
td.TdClassName
{
border-color: #D21C8C;
}
.TagClassName
{
border-color: #D21C8C;
}
</style>