Shades of Medium Violet Red #D22498
Tints of Medium Violet Red #D22498
RGB
CMYK
RGB Variations
Color information
#D22498 (or 0xD22498) is known color: Medium Violet Red. HEX triplet: D2, 24 and 98. RGB value is (210,36,152). Sum of RGB (Red+Green+Blue) = 210+36+152=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D22498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22498 is #2DDB67. Grayscale: #646464. Windows color (decimal): -3005288 or 9970898. OLE color: 9970898.
HSL color Cylindrical-coordinate representation of color #D22498: hue angle of 320º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22498 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 152 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.18 |
| HSL | 320º | 0.71% | 0.48% | - |
| HSV(B) | 320º | 0.83% | 0.82% | - |
| XYZ | 32.88 | 17.23 | 31.3 | - |
| YUV | 101.25 | 156.65 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 152 | 0 | 0.83 | 0.28 | 0.18 | 320 | 0.71 | 0.48 |
| Hex | D2 | 24 | 98 | 0 | 53 | 1C | 12 | 140 | 47 | 30 |
| Octal | 322 | 44 | 230 | 0 | 123 | 34 | 22 | 500 | 107 | 60 |
| Binary | 11010010 | 100100 | 10011000 | 0 | 1010011 | 11100 | 10010 | 101000000 | 1000111 | 110000 |
Color Harmonies of #D22498
Complementary color
Monochromatic Colors of #D22498
Black with #D22498
Text Example
Text Example
White with #D22498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22498; }
p { color: rgb(210,36,152); }
H1.HeaderClassName
{
color: #D22498;
}
.AnyTagClassName
{
color: #D22498;
}
</style>
background-color css
<style>
a { background-color: #D22498; }
a { background-color: rgb(210,36,152); }
div.DivClassName
{
background-color: #D22498;
}
.BgClassName
{
background-color: #D22498;
}
</style>
border-color css
<style>
span { border-color: #D22498; }
span { border-color: rgb(210,36,152); }
td.TdClassName
{
border-color: #D22498;
}
.TagClassName
{
border-color: #D22498;
}
</style>