Shades of Medium Violet Red #D60175
Tints of Medium Violet Red #D60175
RGB
CMYK
RGB Variations
Color information
#D60175 (or 0xD60175) is known color: Medium Violet Red. HEX triplet: D6, 01 and 75. RGB value is (214,1,117). Sum of RGB (Red+Green+Blue) = 214+1+117=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D60175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60175 is #29FE8A. Grayscale: #4D4D4D. Windows color (decimal): -2752139 or 7668182. OLE color: 7668182.
HSL color Cylindrical-coordinate representation of color #D60175: hue angle of 327.32º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60175 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 117 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.16 |
| HSL | 327.32º | 0.99% | 0.42% | - |
| HSV(B) | 327.32º | 1% | 0.84% | - |
| XYZ | 30.95 | 15.6 | 18.21 | - |
| YUV | 77.91 | 150.07 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 117 | 0 | 1.00 | 0.45 | 0.16 | 327.32 | 0.99 | 0.42 |
| Hex | D6 | 1 | 75 | 0 | 64 | 2D | 10 | 147 | 63 | 2A |
| Octal | 326 | 1 | 165 | 0 | 144 | 55 | 20 | 507 | 143 | 52 |
| Binary | 11010110 | 1 | 1110101 | 0 | 1100100 | 101101 | 10000 | 101000111 | 1100011 | 101010 |
Color Harmonies of #D60175
Complementary color
Monochromatic Colors of #D60175
Black with #D60175
Text Example
Text Example
White with #D60175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60175; }
p { color: rgb(214,1,117); }
H1.HeaderClassName
{
color: #D60175;
}
.AnyTagClassName
{
color: #D60175;
}
</style>
background-color css
<style>
a { background-color: #D60175; }
a { background-color: rgb(214,1,117); }
div.DivClassName
{
background-color: #D60175;
}
.BgClassName
{
background-color: #D60175;
}
</style>
border-color css
<style>
span { border-color: #D60175; }
span { border-color: rgb(214,1,117); }
td.TdClassName
{
border-color: #D60175;
}
.TagClassName
{
border-color: #D60175;
}
</style>