Shades of Medium Violet Red #D40676
Tints of Medium Violet Red #D40676
RGB
CMYK
RGB Variations
Color information
#D40676 (or 0xD40676) is known color: Medium Violet Red. HEX triplet: D4, 06 and 76. RGB value is (212,6,118). Sum of RGB (Red+Green+Blue) = 212+6+118=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D40676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40676 is #2BF989. Grayscale: #505050. Windows color (decimal): -2881930 or 7734996. OLE color: 7734996.
HSL color Cylindrical-coordinate representation of color #D40676: hue angle of 327.38º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40676 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 6 | 118 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.17 |
| HSL | 327.38º | 0.94% | 0.43% | - |
| HSV(B) | 327.38º | 0.97% | 0.83% | - |
| XYZ | 30.49 | 15.44 | 18.51 | - |
| YUV | 80.36 | 149.25 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 118 | 0 | 0.97 | 0.44 | 0.17 | 327.38 | 0.94 | 0.43 |
| Hex | D4 | 6 | 76 | 0 | 61 | 2C | 11 | 147 | 5E | 2B |
| Octal | 324 | 6 | 166 | 0 | 141 | 54 | 21 | 507 | 136 | 53 |
| Binary | 11010100 | 110 | 1110110 | 0 | 1100001 | 101100 | 10001 | 101000111 | 1011110 | 101011 |
Color Harmonies of #D40676
Complementary color
Monochromatic Colors of #D40676
Black with #D40676
Text Example
Text Example
White with #D40676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40676; }
p { color: rgb(212,6,118); }
H1.HeaderClassName
{
color: #D40676;
}
.AnyTagClassName
{
color: #D40676;
}
</style>
background-color css
<style>
a { background-color: #D40676; }
a { background-color: rgb(212,6,118); }
div.DivClassName
{
background-color: #D40676;
}
.BgClassName
{
background-color: #D40676;
}
</style>
border-color css
<style>
span { border-color: #D40676; }
span { border-color: rgb(212,6,118); }
td.TdClassName
{
border-color: #D40676;
}
.TagClassName
{
border-color: #D40676;
}
</style>