Shades of Medium Violet Red #D21675
Tints of Medium Violet Red #D21675
RGB
CMYK
RGB Variations
Color information
#D21675 (or 0xD21675) is known color: Medium Violet Red. HEX triplet: D2, 16 and 75. RGB value is (210,22,117). Sum of RGB (Red+Green+Blue) = 210+22+117=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D21675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21675 is #2DE98A. Grayscale: #585858. Windows color (decimal): -3008907 or 7673554. OLE color: 7673554.
HSL color Cylindrical-coordinate representation of color #D21675: hue angle of 329.68º 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 #D21675 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 117 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.18 |
| HSL | 329.68º | 0.81% | 0.45% | - |
| HSV(B) | 329.68º | 0.9% | 0.82% | - |
| XYZ | 30.08 | 15.56 | 18.25 | - |
| YUV | 89.04 | 143.78 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 117 | 0 | 0.90 | 0.44 | 0.18 | 329.68 | 0.81 | 0.45 |
| Hex | D2 | 16 | 75 | 0 | 5A | 2C | 12 | 14A | 51 | 2D |
| Octal | 322 | 26 | 165 | 0 | 132 | 54 | 22 | 512 | 121 | 55 |
| Binary | 11010010 | 10110 | 1110101 | 0 | 1011010 | 101100 | 10010 | 101001010 | 1010001 | 101101 |
Color Harmonies of #D21675
Complementary color
Monochromatic Colors of #D21675
Black with #D21675
Text Example
Text Example
White with #D21675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21675; }
p { color: rgb(210,22,117); }
H1.HeaderClassName
{
color: #D21675;
}
.AnyTagClassName
{
color: #D21675;
}
</style>
background-color css
<style>
a { background-color: #D21675; }
a { background-color: rgb(210,22,117); }
div.DivClassName
{
background-color: #D21675;
}
.BgClassName
{
background-color: #D21675;
}
</style>
border-color css
<style>
span { border-color: #D21675; }
span { border-color: rgb(210,22,117); }
td.TdClassName
{
border-color: #D21675;
}
.TagClassName
{
border-color: #D21675;
}
</style>