Shades of Ruby #D61D5E
Tints of Ruby #D61D5E
RGB
CMYK
RGB Variations
Color information
#D61D5E (or 0xD61D5E) is known color: Ruby. HEX triplet: D6, 1D and 5E. RGB value is (214,29,94). Sum of RGB (Red+Green+Blue) = 214+29+94=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61D5E is #29E2A1. Grayscale: #5B5B5B. Windows color (decimal): -2744994 or 6168022. OLE color: 6168022.
HSL color Cylindrical-coordinate representation of color #D61D5E: hue angle of 338.92º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61D5E is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 94 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.16 |
| HSL | 338.92º | 0.76% | 0.48% | - |
| HSV(B) | 338.92º | 0.86% | 0.84% | - |
| XYZ | 30.19 | 15.98 | 12.08 | - |
| YUV | 91.73 | 129.29 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 94 | 0 | 0.86 | 0.56 | 0.16 | 338.92 | 0.76 | 0.48 |
| Hex | D6 | 1D | 5E | 0 | 56 | 38 | 10 | 153 | 4C | 30 |
| Octal | 326 | 35 | 136 | 0 | 126 | 70 | 20 | 523 | 114 | 60 |
| Binary | 11010110 | 11101 | 1011110 | 0 | 1010110 | 111000 | 10000 | 101010011 | 1001100 | 110000 |
Color Harmonies of #D61D5E
Complementary color
Monochromatic Colors of #D61D5E
Black with #D61D5E
Text Example
Text Example
White with #D61D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61D5E; }
p { color: rgb(214,29,94); }
H1.HeaderClassName
{
color: #D61D5E;
}
.AnyTagClassName
{
color: #D61D5E;
}
</style>
background-color css
<style>
a { background-color: #D61D5E; }
a { background-color: rgb(214,29,94); }
div.DivClassName
{
background-color: #D61D5E;
}
.BgClassName
{
background-color: #D61D5E;
}
</style>
border-color css
<style>
span { border-color: #D61D5E; }
span { border-color: rgb(214,29,94); }
td.TdClassName
{
border-color: #D61D5E;
}
.TagClassName
{
border-color: #D61D5E;
}
</style>