Shades of Medium Violet Red #D22287
Tints of Medium Violet Red #D22287
RGB
CMYK
RGB Variations
Color information
#D22287 (or 0xD22287) is known color: Medium Violet Red. HEX triplet: D2, 22 and 87. RGB value is (210,34,135). Sum of RGB (Red+Green+Blue) = 210+34+135=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D22287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22287 is #2DDD78. Grayscale: #616161. Windows color (decimal): -3005817 or 8856274. OLE color: 8856274.
HSL color Cylindrical-coordinate representation of color #D22287: hue angle of 325.57º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D22287 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 135 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.18 |
| HSL | 325.57º | 0.72% | 0.48% | - |
| HSV(B) | 325.57º | 0.84% | 0.82% | - |
| XYZ | 31.52 | 16.59 | 24.46 | - |
| YUV | 98.14 | 148.81 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 135 | 0 | 0.84 | 0.36 | 0.18 | 325.57 | 0.72 | 0.48 |
| Hex | D2 | 22 | 87 | 0 | 54 | 24 | 12 | 146 | 48 | 30 |
| Octal | 322 | 42 | 207 | 0 | 124 | 44 | 22 | 506 | 110 | 60 |
| Binary | 11010010 | 100010 | 10000111 | 0 | 1010100 | 100100 | 10010 | 101000110 | 1001000 | 110000 |
Color Harmonies of #D22287
Complementary color
Monochromatic Colors of #D22287
Black with #D22287
Text Example
Text Example
White with #D22287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22287; }
p { color: rgb(210,34,135); }
H1.HeaderClassName
{
color: #D22287;
}
.AnyTagClassName
{
color: #D22287;
}
</style>
background-color css
<style>
a { background-color: #D22287; }
a { background-color: rgb(210,34,135); }
div.DivClassName
{
background-color: #D22287;
}
.BgClassName
{
background-color: #D22287;
}
</style>
border-color css
<style>
span { border-color: #D22287; }
span { border-color: rgb(210,34,135); }
td.TdClassName
{
border-color: #D22287;
}
.TagClassName
{
border-color: #D22287;
}
</style>