Shades of Medium Violet Red #D60690
Tints of Medium Violet Red #D60690
RGB
CMYK
RGB Variations
Color information
#D60690 (or 0xD60690) is known color: Medium Violet Red. HEX triplet: D6, 06 and 90. RGB value is (214,6,144). Sum of RGB (Red+Green+Blue) = 214+6+144=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D60690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60690 is #29F96F. Grayscale: #535353. Windows color (decimal): -2750832 or 9438934. OLE color: 9438934.
HSL color Cylindrical-coordinate representation of color #D60690: hue angle of 320.19º 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 #D60690 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 144 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.16 |
| HSL | 320.19º | 0.95% | 0.43% | - |
| HSV(B) | 320.19º | 0.97% | 0.84% | - |
| XYZ | 32.83 | 16.44 | 27.83 | - |
| YUV | 83.92 | 161.91 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 144 | 0 | 0.97 | 0.33 | 0.16 | 320.19 | 0.95 | 0.43 |
| Hex | D6 | 6 | 90 | 0 | 61 | 21 | 10 | 140 | 5F | 2B |
| Octal | 326 | 6 | 220 | 0 | 141 | 41 | 20 | 500 | 137 | 53 |
| Binary | 11010110 | 110 | 10010000 | 0 | 1100001 | 100001 | 10000 | 101000000 | 1011111 | 101011 |
Color Harmonies of #D60690
Complementary color
Monochromatic Colors of #D60690
Black with #D60690
Text Example
Text Example
White with #D60690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60690; }
p { color: rgb(214,6,144); }
H1.HeaderClassName
{
color: #D60690;
}
.AnyTagClassName
{
color: #D60690;
}
</style>
background-color css
<style>
a { background-color: #D60690; }
a { background-color: rgb(214,6,144); }
div.DivClassName
{
background-color: #D60690;
}
.BgClassName
{
background-color: #D60690;
}
</style>
border-color css
<style>
span { border-color: #D60690; }
span { border-color: rgb(214,6,144); }
td.TdClassName
{
border-color: #D60690;
}
.TagClassName
{
border-color: #D60690;
}
</style>