Shades of Medium Violet Red #D4229A
Tints of Medium Violet Red #D4229A
RGB
CMYK
RGB Variations
Color information
#D4229A (or 0xD4229A) is known color: Medium Violet Red. HEX triplet: D4, 22 and 9A. RGB value is (212,34,154). Sum of RGB (Red+Green+Blue) = 212+34+154=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D4229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4229A is #2BDD65. Grayscale: #646464. Windows color (decimal): -2874726 or 10101460. OLE color: 10101460.
HSL color Cylindrical-coordinate representation of color #D4229A: hue angle of 319.55º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4229A is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 34 | 154 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.17 |
| HSL | 319.55º | 0.72% | 0.48% | - |
| HSV(B) | 319.55º | 0.84% | 0.83% | - |
| XYZ | 33.56 | 17.47 | 32.18 | - |
| YUV | 100.9 | 157.97 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 154 | 0 | 0.84 | 0.27 | 0.17 | 319.55 | 0.72 | 0.48 |
| Hex | D4 | 22 | 9A | 0 | 54 | 1B | 11 | 140 | 48 | 30 |
| Octal | 324 | 42 | 232 | 0 | 124 | 33 | 21 | 500 | 110 | 60 |
| Binary | 11010100 | 100010 | 10011010 | 0 | 1010100 | 11011 | 10001 | 101000000 | 1001000 | 110000 |
Color Harmonies of #D4229A
Complementary color
Monochromatic Colors of #D4229A
Black with #D4229A
Text Example
Text Example
White with #D4229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4229A; }
p { color: rgb(212,34,154); }
H1.HeaderClassName
{
color: #D4229A;
}
.AnyTagClassName
{
color: #D4229A;
}
</style>
background-color css
<style>
a { background-color: #D4229A; }
a { background-color: rgb(212,34,154); }
div.DivClassName
{
background-color: #D4229A;
}
.BgClassName
{
background-color: #D4229A;
}
</style>
border-color css
<style>
span { border-color: #D4229A; }
span { border-color: rgb(212,34,154); }
td.TdClassName
{
border-color: #D4229A;
}
.TagClassName
{
border-color: #D4229A;
}
</style>