Shades of Medium Violet Red #D60490
Tints of Medium Violet Red #D60490
RGB
CMYK
RGB Variations
Color information
#D60490 (or 0xD60490) is known color: Medium Violet Red. HEX triplet: D6, 04 and 90. RGB value is (214,4,144). Sum of RGB (Red+Green+Blue) = 214+4+144=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D60490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60490 is #29FB6F. Grayscale: #525252. Windows color (decimal): -2751344 or 9438422. OLE color: 9438422.
HSL color Cylindrical-coordinate representation of color #D60490: hue angle of 320º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60490 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 144 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.16 |
| HSL | 320º | 0.96% | 0.43% | - |
| HSV(B) | 320º | 0.98% | 0.84% | - |
| XYZ | 32.81 | 16.4 | 27.82 | - |
| YUV | 82.75 | 162.57 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 144 | 0 | 0.98 | 0.33 | 0.16 | 320 | 0.96 | 0.43 |
| Hex | D6 | 4 | 90 | 0 | 62 | 21 | 10 | 140 | 60 | 2B |
| Octal | 326 | 4 | 220 | 0 | 142 | 41 | 20 | 500 | 140 | 53 |
| Binary | 11010110 | 100 | 10010000 | 0 | 1100010 | 100001 | 10000 | 101000000 | 1100000 | 101011 |
Color Harmonies of #D60490
Complementary color
Monochromatic Colors of #D60490
Black with #D60490
Text Example
Text Example
White with #D60490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60490; }
p { color: rgb(214,4,144); }
H1.HeaderClassName
{
color: #D60490;
}
.AnyTagClassName
{
color: #D60490;
}
</style>
background-color css
<style>
a { background-color: #D60490; }
a { background-color: rgb(214,4,144); }
div.DivClassName
{
background-color: #D60490;
}
.BgClassName
{
background-color: #D60490;
}
</style>
border-color css
<style>
span { border-color: #D60490; }
span { border-color: rgb(214,4,144); }
td.TdClassName
{
border-color: #D60490;
}
.TagClassName
{
border-color: #D60490;
}
</style>