Shades of Medium Violet Red #D21495
Tints of Medium Violet Red #D21495
RGB
CMYK
RGB Variations
Color information
#D21495 (or 0xD21495) is known color: Medium Violet Red. HEX triplet: D2, 14 and 95. RGB value is (210,20,149). Sum of RGB (Red+Green+Blue) = 210+20+149=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D21495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21495 is #2DEB6A. Grayscale: #5B5B5B. Windows color (decimal): -3009387 or 9770194. OLE color: 9770194.
HSL color Cylindrical-coordinate representation of color #D21495: hue angle of 319.26º 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 #D21495 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 149 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.18 |
| HSL | 319.26º | 0.83% | 0.45% | - |
| HSV(B) | 319.26º | 0.9% | 0.82% | - |
| XYZ | 32.25 | 16.37 | 29.89 | - |
| YUV | 91.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 149 | 0 | 0.90 | 0.29 | 0.18 | 319.26 | 0.83 | 0.45 |
| Hex | D2 | 14 | 95 | 0 | 5A | 1D | 12 | 13F | 53 | 2D |
| Octal | 322 | 24 | 225 | 0 | 132 | 35 | 22 | 477 | 123 | 55 |
| Binary | 11010010 | 10100 | 10010101 | 0 | 1011010 | 11101 | 10010 | 100111111 | 1010011 | 101101 |
Color Harmonies of #D21495
Complementary color
Monochromatic Colors of #D21495
Black with #D21495
Text Example
Text Example
White with #D21495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21495; }
p { color: rgb(210,20,149); }
H1.HeaderClassName
{
color: #D21495;
}
.AnyTagClassName
{
color: #D21495;
}
</style>
background-color css
<style>
a { background-color: #D21495; }
a { background-color: rgb(210,20,149); }
div.DivClassName
{
background-color: #D21495;
}
.BgClassName
{
background-color: #D21495;
}
</style>
border-color css
<style>
span { border-color: #D21495; }
span { border-color: rgb(210,20,149); }
td.TdClassName
{
border-color: #D21495;
}
.TagClassName
{
border-color: #D21495;
}
</style>