Shades of Medium Violet Red #D5229B
Tints of Medium Violet Red #D5229B
RGB
CMYK
RGB Variations
Color information
#D5229B (or 0xD5229B) is known color: Medium Violet Red. HEX triplet: D5, 22 and 9B. RGB value is (213,34,155). Sum of RGB (Red+Green+Blue) = 213+34+155=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5229B is #2ADD64. Grayscale: #656565. Windows color (decimal): -2809189 or 10166997. OLE color: 10166997.
HSL color Cylindrical-coordinate representation of color #D5229B: hue angle of 319.44º 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 #D5229B is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 155 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.16 |
| HSL | 319.44º | 0.72% | 0.48% | - |
| HSV(B) | 319.44º | 0.84% | 0.84% | - |
| XYZ | 33.93 | 17.66 | 32.63 | - |
| YUV | 101.32 | 158.3 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 155 | 0 | 0.84 | 0.27 | 0.16 | 319.44 | 0.72 | 0.48 |
| Hex | D5 | 22 | 9B | 0 | 54 | 1B | 10 | 13F | 48 | 30 |
| Octal | 325 | 42 | 233 | 0 | 124 | 33 | 20 | 477 | 110 | 60 |
| Binary | 11010101 | 100010 | 10011011 | 0 | 1010100 | 11011 | 10000 | 100111111 | 1001000 | 110000 |
Color Harmonies of #D5229B
Complementary color
Monochromatic Colors of #D5229B
Black with #D5229B
Text Example
Text Example
White with #D5229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5229B; }
p { color: rgb(213,34,155); }
H1.HeaderClassName
{
color: #D5229B;
}
.AnyTagClassName
{
color: #D5229B;
}
</style>
background-color css
<style>
a { background-color: #D5229B; }
a { background-color: rgb(213,34,155); }
div.DivClassName
{
background-color: #D5229B;
}
.BgClassName
{
background-color: #D5229B;
}
</style>
border-color css
<style>
span { border-color: #D5229B; }
span { border-color: rgb(213,34,155); }
td.TdClassName
{
border-color: #D5229B;
}
.TagClassName
{
border-color: #D5229B;
}
</style>