Shades of Medium Violet Red #D21999
Tints of Medium Violet Red #D21999
RGB
CMYK
RGB Variations
Color information
#D21999 (or 0xD21999) is known color: Medium Violet Red. HEX triplet: D2, 19 and 99. RGB value is (210,25,153). Sum of RGB (Red+Green+Blue) = 210+25+153=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D21999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21999 is #2DE666. Grayscale: #5E5E5E. Windows color (decimal): -3008103 or 10033618. OLE color: 10033618.
HSL color Cylindrical-coordinate representation of color #D21999: hue angle of 318.49º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21999 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 153 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.18 |
| HSL | 318.49º | 0.79% | 0.46% | - |
| HSV(B) | 318.49º | 0.88% | 0.82% | - |
| XYZ | 32.68 | 16.7 | 31.64 | - |
| YUV | 94.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 153 | 0 | 0.88 | 0.27 | 0.18 | 318.49 | 0.79 | 0.46 |
| Hex | D2 | 19 | 99 | 0 | 58 | 1B | 12 | 13E | 4F | 2E |
| Octal | 322 | 31 | 231 | 0 | 130 | 33 | 22 | 476 | 117 | 56 |
| Binary | 11010010 | 11001 | 10011001 | 0 | 1011000 | 11011 | 10010 | 100111110 | 1001111 | 101110 |
Color Harmonies of #D21999
Complementary color
Monochromatic Colors of #D21999
Black with #D21999
Text Example
Text Example
White with #D21999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21999; }
p { color: rgb(210,25,153); }
H1.HeaderClassName
{
color: #D21999;
}
.AnyTagClassName
{
color: #D21999;
}
</style>
background-color css
<style>
a { background-color: #D21999; }
a { background-color: rgb(210,25,153); }
div.DivClassName
{
background-color: #D21999;
}
.BgClassName
{
background-color: #D21999;
}
</style>
border-color css
<style>
span { border-color: #D21999; }
span { border-color: rgb(210,25,153); }
td.TdClassName
{
border-color: #D21999;
}
.TagClassName
{
border-color: #D21999;
}
</style>