Shades of Medium Violet Red #D21673
Tints of Medium Violet Red #D21673
RGB
CMYK
RGB Variations
Color information
#D21673 (or 0xD21673) is known color: Medium Violet Red. HEX triplet: D2, 16 and 73. RGB value is (210,22,115). Sum of RGB (Red+Green+Blue) = 210+22+115=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D21673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21673 is #2DE98C. Grayscale: #585858. Windows color (decimal): -3008909 or 7542482. OLE color: 7542482.
HSL color Cylindrical-coordinate representation of color #D21673: hue angle of 330.32º degrees, saturation: 0.81, 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 #D21673 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 115 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.18 |
| HSL | 330.32º | 0.81% | 0.45% | - |
| HSV(B) | 330.32º | 0.9% | 0.82% | - |
| XYZ | 29.96 | 15.51 | 17.63 | - |
| YUV | 88.81 | 142.78 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 115 | 0 | 0.90 | 0.45 | 0.18 | 330.32 | 0.81 | 0.45 |
| Hex | D2 | 16 | 73 | 0 | 5A | 2D | 12 | 14A | 51 | 2D |
| Octal | 322 | 26 | 163 | 0 | 132 | 55 | 22 | 512 | 121 | 55 |
| Binary | 11010010 | 10110 | 1110011 | 0 | 1011010 | 101101 | 10010 | 101001010 | 1010001 | 101101 |
Color Harmonies of #D21673
Complementary color
Monochromatic Colors of #D21673
Black with #D21673
Text Example
Text Example
White with #D21673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21673; }
p { color: rgb(210,22,115); }
H1.HeaderClassName
{
color: #D21673;
}
.AnyTagClassName
{
color: #D21673;
}
</style>
background-color css
<style>
a { background-color: #D21673; }
a { background-color: rgb(210,22,115); }
div.DivClassName
{
background-color: #D21673;
}
.BgClassName
{
background-color: #D21673;
}
</style>
border-color css
<style>
span { border-color: #D21673; }
span { border-color: rgb(210,22,115); }
td.TdClassName
{
border-color: #D21673;
}
.TagClassName
{
border-color: #D21673;
}
</style>