Shades of Medium Violet Red #D5229A
Tints of Medium Violet Red #D5229A
RGB
CMYK
RGB Variations
Color information
#D5229A (or 0xD5229A) is known color: Medium Violet Red. HEX triplet: D5, 22 and 9A. RGB value is (213,34,154). Sum of RGB (Red+Green+Blue) = 213+34+154=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5229A is #2ADD65. Grayscale: #646464. Windows color (decimal): -2809190 or 10101461. OLE color: 10101461.
HSL color Cylindrical-coordinate representation of color #D5229A: hue angle of 319.78º 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 #D5229A is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 154 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.16 |
| HSL | 319.78º | 0.72% | 0.48% | - |
| HSV(B) | 319.78º | 0.84% | 0.84% | - |
| XYZ | 33.85 | 17.62 | 32.19 | - |
| YUV | 101.2 | 157.8 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 154 | 0 | 0.84 | 0.28 | 0.16 | 319.78 | 0.72 | 0.48 |
| Hex | D5 | 22 | 9A | 0 | 54 | 1C | 10 | 140 | 48 | 30 |
| Octal | 325 | 42 | 232 | 0 | 124 | 34 | 20 | 500 | 110 | 60 |
| Binary | 11010101 | 100010 | 10011010 | 0 | 1010100 | 11100 | 10000 | 101000000 | 1001000 | 110000 |
Color Harmonies of #D5229A
Complementary color
Monochromatic Colors of #D5229A
Black with #D5229A
Text Example
Text Example
White with #D5229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5229A; }
p { color: rgb(213,34,154); }
H1.HeaderClassName
{
color: #D5229A;
}
.AnyTagClassName
{
color: #D5229A;
}
</style>
background-color css
<style>
a { background-color: #D5229A; }
a { background-color: rgb(213,34,154); }
div.DivClassName
{
background-color: #D5229A;
}
.BgClassName
{
background-color: #D5229A;
}
</style>
border-color css
<style>
span { border-color: #D5229A; }
span { border-color: rgb(213,34,154); }
td.TdClassName
{
border-color: #D5229A;
}
.TagClassName
{
border-color: #D5229A;
}
</style>