Shades of Medium Violet Red #D4097A
Tints of Medium Violet Red #D4097A
RGB
CMYK
RGB Variations
Color information
#D4097A (or 0xD4097A) is known color: Medium Violet Red. HEX triplet: D4, 09 and 7A. RGB value is (212,9,122). Sum of RGB (Red+Green+Blue) = 212+9+122=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4097A is #2BF685. Grayscale: #525252. Windows color (decimal): -2881158 or 7997908. OLE color: 7997908.
HSL color Cylindrical-coordinate representation of color #D4097A: hue angle of 326.6º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4097A is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.17 |
| HSL | 326.6º | 0.92% | 0.43% | - |
| HSV(B) | 326.6º | 0.96% | 0.83% | - |
| XYZ | 30.76 | 15.6 | 19.8 | - |
| YUV | 82.58 | 150.25 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 122 | 0 | 0.96 | 0.42 | 0.17 | 326.6 | 0.92 | 0.43 |
| Hex | D4 | 9 | 7A | 0 | 60 | 2A | 11 | 147 | 5C | 2B |
| Octal | 324 | 11 | 172 | 0 | 140 | 52 | 21 | 507 | 134 | 53 |
| Binary | 11010100 | 1001 | 1111010 | 0 | 1100000 | 101010 | 10001 | 101000111 | 1011100 | 101011 |
Color Harmonies of #D4097A
Complementary color
Monochromatic Colors of #D4097A
Black with #D4097A
Text Example
Text Example
White with #D4097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4097A; }
p { color: rgb(212,9,122); }
H1.HeaderClassName
{
color: #D4097A;
}
.AnyTagClassName
{
color: #D4097A;
}
</style>
background-color css
<style>
a { background-color: #D4097A; }
a { background-color: rgb(212,9,122); }
div.DivClassName
{
background-color: #D4097A;
}
.BgClassName
{
background-color: #D4097A;
}
</style>
border-color css
<style>
span { border-color: #D4097A; }
span { border-color: rgb(212,9,122); }
td.TdClassName
{
border-color: #D4097A;
}
.TagClassName
{
border-color: #D4097A;
}
</style>