Shades of Medium Violet Red #D22281
Tints of Medium Violet Red #D22281
RGB
CMYK
RGB Variations
Color information
#D22281 (or 0xD22281) is known color: Medium Violet Red. HEX triplet: D2, 22 and 81. RGB value is (210,34,129). Sum of RGB (Red+Green+Blue) = 210+34+129=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D22281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22281 is #2DDD7E. Grayscale: #616161. Windows color (decimal): -3005823 or 8463058. OLE color: 8463058.
HSL color Cylindrical-coordinate representation of color #D22281: hue angle of 327.61º 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 #D22281 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 129 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.18 |
| HSL | 327.61º | 0.72% | 0.48% | - |
| HSV(B) | 327.61º | 0.84% | 0.82% | - |
| XYZ | 31.11 | 16.43 | 22.3 | - |
| YUV | 97.45 | 145.81 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 129 | 0 | 0.84 | 0.39 | 0.18 | 327.61 | 0.72 | 0.48 |
| Hex | D2 | 22 | 81 | 0 | 54 | 27 | 12 | 148 | 48 | 30 |
| Octal | 322 | 42 | 201 | 0 | 124 | 47 | 22 | 510 | 110 | 60 |
| Binary | 11010010 | 100010 | 10000001 | 0 | 1010100 | 100111 | 10010 | 101001000 | 1001000 | 110000 |
Color Harmonies of #D22281
Complementary color
Monochromatic Colors of #D22281
Black with #D22281
Text Example
Text Example
White with #D22281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22281; }
p { color: rgb(210,34,129); }
H1.HeaderClassName
{
color: #D22281;
}
.AnyTagClassName
{
color: #D22281;
}
</style>
background-color css
<style>
a { background-color: #D22281; }
a { background-color: rgb(210,34,129); }
div.DivClassName
{
background-color: #D22281;
}
.BgClassName
{
background-color: #D22281;
}
</style>
border-color css
<style>
span { border-color: #D22281; }
span { border-color: rgb(210,34,129); }
td.TdClassName
{
border-color: #D22281;
}
.TagClassName
{
border-color: #D22281;
}
</style>