Shades of Medium Violet Red #D5229D
Tints of Medium Violet Red #D5229D
RGB
CMYK
RGB Variations
Color information
#D5229D (or 0xD5229D) is known color: Medium Violet Red. HEX triplet: D5, 22 and 9D. RGB value is (213,34,157). Sum of RGB (Red+Green+Blue) = 213+34+157=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5229D is #2ADD62. Grayscale: #656565. Windows color (decimal): -2809187 or 10298069. OLE color: 10298069.
HSL color Cylindrical-coordinate representation of color #D5229D: hue angle of 318.77º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5229D is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 157 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.16 |
| HSL | 318.77º | 0.72% | 0.48% | - |
| HSV(B) | 318.77º | 0.84% | 0.84% | - |
| XYZ | 34.1 | 17.72 | 33.52 | - |
| YUV | 101.54 | 159.3 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 157 | 0 | 0.84 | 0.26 | 0.16 | 318.77 | 0.72 | 0.48 |
| Hex | D5 | 22 | 9D | 0 | 54 | 1A | 10 | 13F | 48 | 30 |
| Octal | 325 | 42 | 235 | 0 | 124 | 32 | 20 | 477 | 110 | 60 |
| Binary | 11010101 | 100010 | 10011101 | 0 | 1010100 | 11010 | 10000 | 100111111 | 1001000 | 110000 |
Color Harmonies of #D5229D
Complementary color
Monochromatic Colors of #D5229D
Black with #D5229D
Text Example
Text Example
White with #D5229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5229D; }
p { color: rgb(213,34,157); }
H1.HeaderClassName
{
color: #D5229D;
}
.AnyTagClassName
{
color: #D5229D;
}
</style>
background-color css
<style>
a { background-color: #D5229D; }
a { background-color: rgb(213,34,157); }
div.DivClassName
{
background-color: #D5229D;
}
.BgClassName
{
background-color: #D5229D;
}
</style>
border-color css
<style>
span { border-color: #D5229D; }
span { border-color: rgb(213,34,157); }
td.TdClassName
{
border-color: #D5229D;
}
.TagClassName
{
border-color: #D5229D;
}
</style>