Shades of Medium Violet Red #D4057D
Tints of Medium Violet Red #D4057D
RGB
CMYK
RGB Variations
Color information
#D4057D (or 0xD4057D) is known color: Medium Violet Red. HEX triplet: D4, 05 and 7D. RGB value is (212,5,125). Sum of RGB (Red+Green+Blue) = 212+5+125=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4057D is #2BFA82. Grayscale: #505050. Windows color (decimal): -2882179 or 8193492. OLE color: 8193492.
HSL color Cylindrical-coordinate representation of color #D4057D: hue angle of 325.22º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4057D is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.17 |
| HSL | 325.22º | 0.95% | 0.43% | - |
| HSV(B) | 325.22º | 0.98% | 0.83% | - |
| XYZ | 30.91 | 15.59 | 20.78 | - |
| YUV | 80.57 | 153.08 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 125 | 0 | 0.98 | 0.41 | 0.17 | 325.22 | 0.95 | 0.43 |
| Hex | D4 | 5 | 7D | 0 | 62 | 29 | 11 | 145 | 5F | 2B |
| Octal | 324 | 5 | 175 | 0 | 142 | 51 | 21 | 505 | 137 | 53 |
| Binary | 11010100 | 101 | 1111101 | 0 | 1100010 | 101001 | 10001 | 101000101 | 1011111 | 101011 |
Color Harmonies of #D4057D
Complementary color
Monochromatic Colors of #D4057D
Black with #D4057D
Text Example
Text Example
White with #D4057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4057D; }
p { color: rgb(212,5,125); }
H1.HeaderClassName
{
color: #D4057D;
}
.AnyTagClassName
{
color: #D4057D;
}
</style>
background-color css
<style>
a { background-color: #D4057D; }
a { background-color: rgb(212,5,125); }
div.DivClassName
{
background-color: #D4057D;
}
.BgClassName
{
background-color: #D4057D;
}
</style>
border-color css
<style>
span { border-color: #D4057D; }
span { border-color: rgb(212,5,125); }
td.TdClassName
{
border-color: #D4057D;
}
.TagClassName
{
border-color: #D4057D;
}
</style>