Shades of Ruby #D61355
Tints of Ruby #D61355
RGB
CMYK
RGB Variations
Color information
#D61355 (or 0xD61355) is known color: Ruby. HEX triplet: D6, 13 and 55. RGB value is (214,19,85). Sum of RGB (Red+Green+Blue) = 214+19+85=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D61355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61355 is #29ECAA. Grayscale: #545454. Windows color (decimal): -2747563 or 5575638. OLE color: 5575638.
HSL color Cylindrical-coordinate representation of color #D61355: hue angle of 339.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61355 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 85 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.16 |
| HSL | 339.69º | 0.84% | 0.46% | - |
| HSV(B) | 339.69º | 0.91% | 0.84% | - |
| XYZ | 29.6 | 15.42 | 10.01 | - |
| YUV | 84.83 | 128.1 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 85 | 0 | 0.91 | 0.60 | 0.16 | 339.69 | 0.84 | 0.46 |
| Hex | D6 | 13 | 55 | 0 | 5B | 3C | 10 | 154 | 54 | 2E |
| Octal | 326 | 23 | 125 | 0 | 133 | 74 | 20 | 524 | 124 | 56 |
| Binary | 11010110 | 10011 | 1010101 | 0 | 1011011 | 111100 | 10000 | 101010100 | 1010100 | 101110 |
Color Harmonies of #D61355
Complementary color
Monochromatic Colors of #D61355
Black with #D61355
Text Example
Text Example
White with #D61355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61355; }
p { color: rgb(214,19,85); }
H1.HeaderClassName
{
color: #D61355;
}
.AnyTagClassName
{
color: #D61355;
}
</style>
background-color css
<style>
a { background-color: #D61355; }
a { background-color: rgb(214,19,85); }
div.DivClassName
{
background-color: #D61355;
}
.BgClassName
{
background-color: #D61355;
}
</style>
border-color css
<style>
span { border-color: #D61355; }
span { border-color: rgb(214,19,85); }
td.TdClassName
{
border-color: #D61355;
}
.TagClassName
{
border-color: #D61355;
}
</style>