Shades of Medium Violet Red #D60292
Tints of Medium Violet Red #D60292
RGB
CMYK
RGB Variations
Color information
#D60292 (or 0xD60292) is known color: Medium Violet Red. HEX triplet: D6, 02 and 92. RGB value is (214,2,146). Sum of RGB (Red+Green+Blue) = 214+2+146=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D60292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60292 is #29FD6D. Grayscale: #515151. Windows color (decimal): -2751854 or 9568982. OLE color: 9568982.
HSL color Cylindrical-coordinate representation of color #D60292: hue angle of 319.25º 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 #D60292 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 146 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.16 |
| HSL | 319.25º | 0.98% | 0.42% | - |
| HSV(B) | 319.25º | 0.99% | 0.84% | - |
| XYZ | 32.94 | 16.41 | 28.63 | - |
| YUV | 81.8 | 164.24 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 146 | 0 | 0.99 | 0.32 | 0.16 | 319.25 | 0.98 | 0.42 |
| Hex | D6 | 2 | 92 | 0 | 63 | 20 | 10 | 13F | 62 | 2A |
| Octal | 326 | 2 | 222 | 0 | 143 | 40 | 20 | 477 | 142 | 52 |
| Binary | 11010110 | 10 | 10010010 | 0 | 1100011 | 100000 | 10000 | 100111111 | 1100010 | 101010 |
Color Harmonies of #D60292
Complementary color
Monochromatic Colors of #D60292
Black with #D60292
Text Example
Text Example
White with #D60292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60292; }
p { color: rgb(214,2,146); }
H1.HeaderClassName
{
color: #D60292;
}
.AnyTagClassName
{
color: #D60292;
}
</style>
background-color css
<style>
a { background-color: #D60292; }
a { background-color: rgb(214,2,146); }
div.DivClassName
{
background-color: #D60292;
}
.BgClassName
{
background-color: #D60292;
}
</style>
border-color css
<style>
span { border-color: #D60292; }
span { border-color: rgb(214,2,146); }
td.TdClassName
{
border-color: #D60292;
}
.TagClassName
{
border-color: #D60292;
}
</style>