Shades of Medium Violet Red #D21298
Tints of Medium Violet Red #D21298
RGB
CMYK
RGB Variations
Color information
#D21298 (or 0xD21298) is known color: Medium Violet Red. HEX triplet: D2, 12 and 98. RGB value is (210,18,152). Sum of RGB (Red+Green+Blue) = 210+18+152=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D21298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21298 is #2DED67. Grayscale: #5A5A5A. Windows color (decimal): -3009896 or 9966290. OLE color: 9966290.
HSL color Cylindrical-coordinate representation of color #D21298: hue angle of 318.12º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21298 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 152 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.18 |
| HSL | 318.13º | 0.84% | 0.45% | - |
| HSV(B) | 318.13º | 0.91% | 0.82% | - |
| XYZ | 32.46 | 16.4 | 31.16 | - |
| YUV | 90.68 | 162.61 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 152 | 0 | 0.91 | 0.28 | 0.18 | 318.13 | 0.84 | 0.45 |
| Hex | D2 | 12 | 98 | 0 | 5B | 1C | 12 | 13E | 54 | 2D |
| Octal | 322 | 22 | 230 | 0 | 133 | 34 | 22 | 476 | 124 | 55 |
| Binary | 11010010 | 10010 | 10011000 | 0 | 1011011 | 11100 | 10010 | 100111110 | 1010100 | 101101 |
Color Harmonies of #D21298
Complementary color
Monochromatic Colors of #D21298
Black with #D21298
Text Example
Text Example
White with #D21298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21298; }
p { color: rgb(210,18,152); }
H1.HeaderClassName
{
color: #D21298;
}
.AnyTagClassName
{
color: #D21298;
}
</style>
background-color css
<style>
a { background-color: #D21298; }
a { background-color: rgb(210,18,152); }
div.DivClassName
{
background-color: #D21298;
}
.BgClassName
{
background-color: #D21298;
}
</style>
border-color css
<style>
span { border-color: #D21298; }
span { border-color: rgb(210,18,152); }
td.TdClassName
{
border-color: #D21298;
}
.TagClassName
{
border-color: #D21298;
}
</style>