Shades of Medium Violet Red #D60674
Tints of Medium Violet Red #D60674
RGB
CMYK
RGB Variations
Color information
#D60674 (or 0xD60674) is known color: Medium Violet Red. HEX triplet: D6, 06 and 74. RGB value is (214,6,116). Sum of RGB (Red+Green+Blue) = 214+6+116=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D60674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60674 is #29F98B. Grayscale: #505050. Windows color (decimal): -2750860 or 7603926. OLE color: 7603926.
HSL color Cylindrical-coordinate representation of color #D60674: hue angle of 328.27º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D60674 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 116 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.16 |
| HSL | 328.27º | 0.95% | 0.43% | - |
| HSV(B) | 328.27º | 0.97% | 0.84% | - |
| XYZ | 30.95 | 15.69 | 17.92 | - |
| YUV | 80.73 | 147.91 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 116 | 0 | 0.97 | 0.46 | 0.16 | 328.27 | 0.95 | 0.43 |
| Hex | D6 | 6 | 74 | 0 | 61 | 2E | 10 | 148 | 5F | 2B |
| Octal | 326 | 6 | 164 | 0 | 141 | 56 | 20 | 510 | 137 | 53 |
| Binary | 11010110 | 110 | 1110100 | 0 | 1100001 | 101110 | 10000 | 101001000 | 1011111 | 101011 |
Color Harmonies of #D60674
Complementary color
Monochromatic Colors of #D60674
Black with #D60674
Text Example
Text Example
White with #D60674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60674; }
p { color: rgb(214,6,116); }
H1.HeaderClassName
{
color: #D60674;
}
.AnyTagClassName
{
color: #D60674;
}
</style>
background-color css
<style>
a { background-color: #D60674; }
a { background-color: rgb(214,6,116); }
div.DivClassName
{
background-color: #D60674;
}
.BgClassName
{
background-color: #D60674;
}
</style>
border-color css
<style>
span { border-color: #D60674; }
span { border-color: rgb(214,6,116); }
td.TdClassName
{
border-color: #D60674;
}
.TagClassName
{
border-color: #D60674;
}
</style>