Shades of Medium Violet Red #D22087
Tints of Medium Violet Red #D22087
RGB
CMYK
RGB Variations
Color information
#D22087 (or 0xD22087) is known color: Medium Violet Red. HEX triplet: D2, 20 and 87. RGB value is (210,32,135). Sum of RGB (Red+Green+Blue) = 210+32+135=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D22087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22087 is #2DDF78. Grayscale: #606060. Windows color (decimal): -3006329 or 8855762. OLE color: 8855762.
HSL color Cylindrical-coordinate representation of color #D22087: hue angle of 325.28º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D22087 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 135 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.18 |
| HSL | 325.28º | 0.74% | 0.47% | - |
| HSV(B) | 325.28º | 0.85% | 0.82% | - |
| XYZ | 31.47 | 16.48 | 24.44 | - |
| YUV | 96.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 135 | 0 | 0.85 | 0.36 | 0.18 | 325.28 | 0.74 | 0.47 |
| Hex | D2 | 20 | 87 | 0 | 55 | 24 | 12 | 145 | 4A | 2F |
| Octal | 322 | 40 | 207 | 0 | 125 | 44 | 22 | 505 | 112 | 57 |
| Binary | 11010010 | 100000 | 10000111 | 0 | 1010101 | 100100 | 10010 | 101000101 | 1001010 | 101111 |
Color Harmonies of #D22087
Complementary color
Monochromatic Colors of #D22087
Black with #D22087
Text Example
Text Example
White with #D22087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22087; }
p { color: rgb(210,32,135); }
H1.HeaderClassName
{
color: #D22087;
}
.AnyTagClassName
{
color: #D22087;
}
</style>
background-color css
<style>
a { background-color: #D22087; }
a { background-color: rgb(210,32,135); }
div.DivClassName
{
background-color: #D22087;
}
.BgClassName
{
background-color: #D22087;
}
</style>
border-color css
<style>
span { border-color: #D22087; }
span { border-color: rgb(210,32,135); }
td.TdClassName
{
border-color: #D22087;
}
.TagClassName
{
border-color: #D22087;
}
</style>