Shades of Ruby #D61455
Tints of Ruby #D61455
RGB
CMYK
RGB Variations
Color information
#D61455 (or 0xD61455) is known color: Ruby. HEX triplet: D6, 14 and 55. RGB value is (214,20,85). Sum of RGB (Red+Green+Blue) = 214+20+85=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D61455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61455 is #29EBAA. Grayscale: #555555. Windows color (decimal): -2747307 or 5575894. OLE color: 5575894.
HSL color Cylindrical-coordinate representation of color #D61455: hue angle of 339.9º degrees, saturation: 0.83, 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 #D61455 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 85 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.16 |
| HSL | 339.9º | 0.83% | 0.46% | - |
| HSV(B) | 339.9º | 0.91% | 0.84% | - |
| XYZ | 29.62 | 15.45 | 10.02 | - |
| YUV | 85.42 | 127.77 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 85 | 0 | 0.91 | 0.60 | 0.16 | 339.9 | 0.83 | 0.46 |
| Hex | D6 | 14 | 55 | 0 | 5B | 3C | 10 | 154 | 53 | 2E |
| Octal | 326 | 24 | 125 | 0 | 133 | 74 | 20 | 524 | 123 | 56 |
| Binary | 11010110 | 10100 | 1010101 | 0 | 1011011 | 111100 | 10000 | 101010100 | 1010011 | 101110 |
Color Harmonies of #D61455
Complementary color
Monochromatic Colors of #D61455
Black with #D61455
Text Example
Text Example
White with #D61455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61455; }
p { color: rgb(214,20,85); }
H1.HeaderClassName
{
color: #D61455;
}
.AnyTagClassName
{
color: #D61455;
}
</style>
background-color css
<style>
a { background-color: #D61455; }
a { background-color: rgb(214,20,85); }
div.DivClassName
{
background-color: #D61455;
}
.BgClassName
{
background-color: #D61455;
}
</style>
border-color css
<style>
span { border-color: #D61455; }
span { border-color: rgb(214,20,85); }
td.TdClassName
{
border-color: #D61455;
}
.TagClassName
{
border-color: #D61455;
}
</style>