Shades of Ruby #D61856
Tints of Ruby #D61856
RGB
CMYK
RGB Variations
Color information
#D61856 (or 0xD61856) is known color: Ruby. HEX triplet: D6, 18 and 56. RGB value is (214,24,86). Sum of RGB (Red+Green+Blue) = 214+24+86=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D61856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61856 is #29E7A9. Grayscale: #575757. Windows color (decimal): -2746282 or 5642454. OLE color: 5642454.
HSL color Cylindrical-coordinate representation of color #D61856: hue angle of 340.42º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61856 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 86 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.16 |
| HSL | 340.42º | 0.8% | 0.47% | - |
| HSV(B) | 340.42º | 0.89% | 0.84% | - |
| XYZ | 29.74 | 15.62 | 10.25 | - |
| YUV | 87.88 | 126.95 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 86 | 0 | 0.89 | 0.60 | 0.16 | 340.42 | 0.8 | 0.47 |
| Hex | D6 | 18 | 56 | 0 | 59 | 3C | 10 | 154 | 50 | 2F |
| Octal | 326 | 30 | 126 | 0 | 131 | 74 | 20 | 524 | 120 | 57 |
| Binary | 11010110 | 11000 | 1010110 | 0 | 1011001 | 111100 | 10000 | 101010100 | 1010000 | 101111 |
Color Harmonies of #D61856
Complementary color
Monochromatic Colors of #D61856
Black with #D61856
Text Example
Text Example
White with #D61856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61856; }
p { color: rgb(214,24,86); }
H1.HeaderClassName
{
color: #D61856;
}
.AnyTagClassName
{
color: #D61856;
}
</style>
background-color css
<style>
a { background-color: #D61856; }
a { background-color: rgb(214,24,86); }
div.DivClassName
{
background-color: #D61856;
}
.BgClassName
{
background-color: #D61856;
}
</style>
border-color css
<style>
span { border-color: #D61856; }
span { border-color: rgb(214,24,86); }
td.TdClassName
{
border-color: #D61856;
}
.TagClassName
{
border-color: #D61856;
}
</style>