Shades of Medium Violet Red #D22283
Tints of Medium Violet Red #D22283
RGB
CMYK
RGB Variations
Color information
#D22283 (or 0xD22283) is known color: Medium Violet Red. HEX triplet: D2, 22 and 83. RGB value is (210,34,131). Sum of RGB (Red+Green+Blue) = 210+34+131=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D22283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22283 is #2DDD7C. Grayscale: #616161. Windows color (decimal): -3005821 or 8594130. OLE color: 8594130.
HSL color Cylindrical-coordinate representation of color #D22283: hue angle of 326.93º 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 #D22283 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 131 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.18 |
| HSL | 326.93º | 0.72% | 0.48% | - |
| HSV(B) | 326.93º | 0.84% | 0.82% | - |
| XYZ | 31.25 | 16.48 | 23.01 | - |
| YUV | 97.68 | 146.81 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 131 | 0 | 0.84 | 0.38 | 0.18 | 326.93 | 0.72 | 0.48 |
| Hex | D2 | 22 | 83 | 0 | 54 | 26 | 12 | 147 | 48 | 30 |
| Octal | 322 | 42 | 203 | 0 | 124 | 46 | 22 | 507 | 110 | 60 |
| Binary | 11010010 | 100010 | 10000011 | 0 | 1010100 | 100110 | 10010 | 101000111 | 1001000 | 110000 |
Color Harmonies of #D22283
Complementary color
Monochromatic Colors of #D22283
Black with #D22283
Text Example
Text Example
White with #D22283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22283; }
p { color: rgb(210,34,131); }
H1.HeaderClassName
{
color: #D22283;
}
.AnyTagClassName
{
color: #D22283;
}
</style>
background-color css
<style>
a { background-color: #D22283; }
a { background-color: rgb(210,34,131); }
div.DivClassName
{
background-color: #D22283;
}
.BgClassName
{
background-color: #D22283;
}
</style>
border-color css
<style>
span { border-color: #D22283; }
span { border-color: rgb(210,34,131); }
td.TdClassName
{
border-color: #D22283;
}
.TagClassName
{
border-color: #D22283;
}
</style>