Shades of Medium Violet Red #D22395
Tints of Medium Violet Red #D22395
RGB
CMYK
RGB Variations
Color information
#D22395 (or 0xD22395) is known color: Medium Violet Red. HEX triplet: D2, 23 and 95. RGB value is (210,35,149). Sum of RGB (Red+Green+Blue) = 210+35+149=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D22395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22395 is #2DDC6A. Grayscale: #646464. Windows color (decimal): -3005547 or 9774034. OLE color: 9774034.
HSL color Cylindrical-coordinate representation of color #D22395: hue angle of 320.91º 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 #D22395 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 149 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.18 |
| HSL | 320.91º | 0.71% | 0.48% | - |
| HSV(B) | 320.91º | 0.83% | 0.82% | - |
| XYZ | 32.6 | 17.07 | 30.01 | - |
| YUV | 100.32 | 155.48 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 149 | 0 | 0.83 | 0.29 | 0.18 | 320.91 | 0.71 | 0.48 |
| Hex | D2 | 23 | 95 | 0 | 53 | 1D | 12 | 141 | 47 | 30 |
| Octal | 322 | 43 | 225 | 0 | 123 | 35 | 22 | 501 | 107 | 60 |
| Binary | 11010010 | 100011 | 10010101 | 0 | 1010011 | 11101 | 10010 | 101000001 | 1000111 | 110000 |
Color Harmonies of #D22395
Complementary color
Monochromatic Colors of #D22395
Black with #D22395
Text Example
Text Example
White with #D22395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22395; }
p { color: rgb(210,35,149); }
H1.HeaderClassName
{
color: #D22395;
}
.AnyTagClassName
{
color: #D22395;
}
</style>
background-color css
<style>
a { background-color: #D22395; }
a { background-color: rgb(210,35,149); }
div.DivClassName
{
background-color: #D22395;
}
.BgClassName
{
background-color: #D22395;
}
</style>
border-color css
<style>
span { border-color: #D22395; }
span { border-color: rgb(210,35,149); }
td.TdClassName
{
border-color: #D22395;
}
.TagClassName
{
border-color: #D22395;
}
</style>