Shades of Medium Violet Red #D21497
Tints of Medium Violet Red #D21497
RGB
CMYK
RGB Variations
Color information
#D21497 (or 0xD21497) is known color: Medium Violet Red. HEX triplet: D2, 14 and 97. RGB value is (210,20,151). Sum of RGB (Red+Green+Blue) = 210+20+151=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D21497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21497 is #2DEB68. Grayscale: #5B5B5B. Windows color (decimal): -3009385 or 9901266. OLE color: 9901266.
HSL color Cylindrical-coordinate representation of color #D21497: hue angle of 318.63º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21497 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 151 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.18 |
| HSL | 318.63º | 0.83% | 0.45% | - |
| HSV(B) | 318.63º | 0.9% | 0.82% | - |
| XYZ | 32.41 | 16.44 | 30.74 | - |
| YUV | 91.74 | 161.45 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 151 | 0 | 0.90 | 0.28 | 0.18 | 318.63 | 0.83 | 0.45 |
| Hex | D2 | 14 | 97 | 0 | 5A | 1C | 12 | 13F | 53 | 2D |
| Octal | 322 | 24 | 227 | 0 | 132 | 34 | 22 | 477 | 123 | 55 |
| Binary | 11010010 | 10100 | 10010111 | 0 | 1011010 | 11100 | 10010 | 100111111 | 1010011 | 101101 |
Color Harmonies of #D21497
Complementary color
Monochromatic Colors of #D21497
Black with #D21497
Text Example
Text Example
White with #D21497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21497; }
p { color: rgb(210,20,151); }
H1.HeaderClassName
{
color: #D21497;
}
.AnyTagClassName
{
color: #D21497;
}
</style>
background-color css
<style>
a { background-color: #D21497; }
a { background-color: rgb(210,20,151); }
div.DivClassName
{
background-color: #D21497;
}
.BgClassName
{
background-color: #D21497;
}
</style>
border-color css
<style>
span { border-color: #D21497; }
span { border-color: rgb(210,20,151); }
td.TdClassName
{
border-color: #D21497;
}
.TagClassName
{
border-color: #D21497;
}
</style>