Shades of Medium Violet Red #D21898
Tints of Medium Violet Red #D21898
RGB
CMYK
RGB Variations
Color information
#D21898 (or 0xD21898) is known color: Medium Violet Red. HEX triplet: D2, 18 and 98. RGB value is (210,24,152). Sum of RGB (Red+Green+Blue) = 210+24+152=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D21898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21898 is #2DE767. Grayscale: #5D5D5D. Windows color (decimal): -3008360 or 9967826. OLE color: 9967826.
HSL color Cylindrical-coordinate representation of color #D21898: hue angle of 318.71º 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 #D21898 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 152 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.18 |
| HSL | 318.71º | 0.79% | 0.46% | - |
| HSV(B) | 318.71º | 0.89% | 0.82% | - |
| XYZ | 32.57 | 16.62 | 31.2 | - |
| YUV | 94.21 | 160.62 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 152 | 0 | 0.89 | 0.28 | 0.18 | 318.71 | 0.79 | 0.46 |
| Hex | D2 | 18 | 98 | 0 | 59 | 1C | 12 | 13F | 4F | 2E |
| Octal | 322 | 30 | 230 | 0 | 131 | 34 | 22 | 477 | 117 | 56 |
| Binary | 11010010 | 11000 | 10011000 | 0 | 1011001 | 11100 | 10010 | 100111111 | 1001111 | 101110 |
Color Harmonies of #D21898
Complementary color
Monochromatic Colors of #D21898
Black with #D21898
Text Example
Text Example
White with #D21898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21898; }
p { color: rgb(210,24,152); }
H1.HeaderClassName
{
color: #D21898;
}
.AnyTagClassName
{
color: #D21898;
}
</style>
background-color css
<style>
a { background-color: #D21898; }
a { background-color: rgb(210,24,152); }
div.DivClassName
{
background-color: #D21898;
}
.BgClassName
{
background-color: #D21898;
}
</style>
border-color css
<style>
span { border-color: #D21898; }
span { border-color: rgb(210,24,152); }
td.TdClassName
{
border-color: #D21898;
}
.TagClassName
{
border-color: #D21898;
}
</style>