Shades of Medium Violet Red #D21875
Tints of Medium Violet Red #D21875
RGB
CMYK
RGB Variations
Color information
#D21875 (or 0xD21875) is known color: Medium Violet Red. HEX triplet: D2, 18 and 75. RGB value is (210,24,117). Sum of RGB (Red+Green+Blue) = 210+24+117=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D21875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21875 is #2DE78A. Grayscale: #5A5A5A. Windows color (decimal): -3008395 or 7674066. OLE color: 7674066.
HSL color Cylindrical-coordinate representation of color #D21875: hue angle of 330º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21875 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 117 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.18 |
| HSL | 330º | 0.79% | 0.46% | - |
| HSV(B) | 330º | 0.89% | 0.82% | - |
| XYZ | 30.12 | 15.64 | 18.26 | - |
| YUV | 90.22 | 143.12 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 117 | 0 | 0.89 | 0.44 | 0.18 | 330 | 0.79 | 0.46 |
| Hex | D2 | 18 | 75 | 0 | 59 | 2C | 12 | 14A | 4F | 2E |
| Octal | 322 | 30 | 165 | 0 | 131 | 54 | 22 | 512 | 117 | 56 |
| Binary | 11010010 | 11000 | 1110101 | 0 | 1011001 | 101100 | 10010 | 101001010 | 1001111 | 101110 |
Color Harmonies of #D21875
Complementary color
Monochromatic Colors of #D21875
Black with #D21875
Text Example
Text Example
White with #D21875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21875; }
p { color: rgb(210,24,117); }
H1.HeaderClassName
{
color: #D21875;
}
.AnyTagClassName
{
color: #D21875;
}
</style>
background-color css
<style>
a { background-color: #D21875; }
a { background-color: rgb(210,24,117); }
div.DivClassName
{
background-color: #D21875;
}
.BgClassName
{
background-color: #D21875;
}
</style>
border-color css
<style>
span { border-color: #D21875; }
span { border-color: rgb(210,24,117); }
td.TdClassName
{
border-color: #D21875;
}
.TagClassName
{
border-color: #D21875;
}
</style>