Shades of Medium Violet Red #D60294
Tints of Medium Violet Red #D60294
RGB
CMYK
RGB Variations
Color information
#D60294 (or 0xD60294) is known color: Medium Violet Red. HEX triplet: D6, 02 and 94. RGB value is (214,2,148). Sum of RGB (Red+Green+Blue) = 214+2+148=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D60294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60294 is #29FD6B. Grayscale: #515151. Windows color (decimal): -2751852 or 9700054. OLE color: 9700054.
HSL color Cylindrical-coordinate representation of color #D60294: hue angle of 318.68º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60294 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.16 |
| HSL | 318.68º | 0.98% | 0.42% | - |
| HSV(B) | 318.68º | 0.99% | 0.84% | - |
| XYZ | 33.1 | 16.48 | 29.45 | - |
| YUV | 82.03 | 165.24 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 148 | 0 | 0.99 | 0.31 | 0.16 | 318.68 | 0.98 | 0.42 |
| Hex | D6 | 2 | 94 | 0 | 63 | 1F | 10 | 13F | 62 | 2A |
| Octal | 326 | 2 | 224 | 0 | 143 | 37 | 20 | 477 | 142 | 52 |
| Binary | 11010110 | 10 | 10010100 | 0 | 1100011 | 11111 | 10000 | 100111111 | 1100010 | 101010 |
Color Harmonies of #D60294
Complementary color
Monochromatic Colors of #D60294
Black with #D60294
Text Example
Text Example
White with #D60294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60294; }
p { color: rgb(214,2,148); }
H1.HeaderClassName
{
color: #D60294;
}
.AnyTagClassName
{
color: #D60294;
}
</style>
background-color css
<style>
a { background-color: #D60294; }
a { background-color: rgb(214,2,148); }
div.DivClassName
{
background-color: #D60294;
}
.BgClassName
{
background-color: #D60294;
}
</style>
border-color css
<style>
span { border-color: #D60294; }
span { border-color: rgb(214,2,148); }
td.TdClassName
{
border-color: #D60294;
}
.TagClassName
{
border-color: #D60294;
}
</style>