Shades of Medium Violet Red #D21396
Tints of Medium Violet Red #D21396
RGB
CMYK
RGB Variations
Color information
#D21396 (or 0xD21396) is known color: Medium Violet Red. HEX triplet: D2, 13 and 96. RGB value is (210,19,150). Sum of RGB (Red+Green+Blue) = 210+19+150=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D21396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21396 is #2DEC69. Grayscale: #5A5A5A. Windows color (decimal): -3009642 or 9835474. OLE color: 9835474.
HSL color Cylindrical-coordinate representation of color #D21396: hue angle of 318.85º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21396 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 150 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.18 |
| HSL | 318.85º | 0.83% | 0.45% | - |
| HSV(B) | 318.85º | 0.91% | 0.82% | - |
| XYZ | 32.32 | 16.37 | 30.31 | - |
| YUV | 91.04 | 161.28 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 150 | 0 | 0.91 | 0.29 | 0.18 | 318.85 | 0.83 | 0.45 |
| Hex | D2 | 13 | 96 | 0 | 5B | 1D | 12 | 13F | 53 | 2D |
| Octal | 322 | 23 | 226 | 0 | 133 | 35 | 22 | 477 | 123 | 55 |
| Binary | 11010010 | 10011 | 10010110 | 0 | 1011011 | 11101 | 10010 | 100111111 | 1010011 | 101101 |
Color Harmonies of #D21396
Complementary color
Monochromatic Colors of #D21396
Black with #D21396
Text Example
Text Example
White with #D21396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21396; }
p { color: rgb(210,19,150); }
H1.HeaderClassName
{
color: #D21396;
}
.AnyTagClassName
{
color: #D21396;
}
</style>
background-color css
<style>
a { background-color: #D21396; }
a { background-color: rgb(210,19,150); }
div.DivClassName
{
background-color: #D21396;
}
.BgClassName
{
background-color: #D21396;
}
</style>
border-color css
<style>
span { border-color: #D21396; }
span { border-color: rgb(210,19,150); }
td.TdClassName
{
border-color: #D21396;
}
.TagClassName
{
border-color: #D21396;
}
</style>