Shades of Medium Violet Red #D21097
Tints of Medium Violet Red #D21097
RGB
CMYK
RGB Variations
Color information
#D21097 (or 0xD21097) is known color: Medium Violet Red. HEX triplet: D2, 10 and 97. RGB value is (210,16,151). Sum of RGB (Red+Green+Blue) = 210+16+151=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D21097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21097 is #2DEF68. Grayscale: #595959. Windows color (decimal): -3010409 or 9900242. OLE color: 9900242.
HSL color Cylindrical-coordinate representation of color #D21097: hue angle of 318.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21097 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 151 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.18 |
| HSL | 318.25º | 0.86% | 0.44% | - |
| HSV(B) | 318.25º | 0.92% | 0.82% | - |
| XYZ | 32.35 | 16.31 | 30.72 | - |
| YUV | 89.4 | 162.77 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 151 | 0 | 0.92 | 0.28 | 0.18 | 318.25 | 0.86 | 0.44 |
| Hex | D2 | 10 | 97 | 0 | 5C | 1C | 12 | 13E | 56 | 2C |
| Octal | 322 | 20 | 227 | 0 | 134 | 34 | 22 | 476 | 126 | 54 |
| Binary | 11010010 | 10000 | 10010111 | 0 | 1011100 | 11100 | 10010 | 100111110 | 1010110 | 101100 |
Color Harmonies of #D21097
Complementary color
Monochromatic Colors of #D21097
Black with #D21097
Text Example
Text Example
White with #D21097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21097; }
p { color: rgb(210,16,151); }
H1.HeaderClassName
{
color: #D21097;
}
.AnyTagClassName
{
color: #D21097;
}
</style>
background-color css
<style>
a { background-color: #D21097; }
a { background-color: rgb(210,16,151); }
div.DivClassName
{
background-color: #D21097;
}
.BgClassName
{
background-color: #D21097;
}
</style>
border-color css
<style>
span { border-color: #D21097; }
span { border-color: rgb(210,16,151); }
td.TdClassName
{
border-color: #D21097;
}
.TagClassName
{
border-color: #D21097;
}
</style>