Shades of Ruby #D61554
Tints of Ruby #D61554
RGB
CMYK
RGB Variations
Color information
#D61554 (or 0xD61554) is known color: Ruby. HEX triplet: D6, 15 and 54. RGB value is (214,21,84). Sum of RGB (Red+Green+Blue) = 214+21+84=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D61554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61554 is #29EAAB. Grayscale: #555555. Windows color (decimal): -2747052 or 5510614. OLE color: 5510614.
HSL color Cylindrical-coordinate representation of color #D61554: hue angle of 340.41º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61554 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 84 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.16 |
| HSL | 340.41º | 0.82% | 0.46% | - |
| HSV(B) | 340.41º | 0.9% | 0.84% | - |
| XYZ | 29.6 | 15.47 | 9.81 | - |
| YUV | 85.89 | 126.94 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 84 | 0 | 0.90 | 0.61 | 0.16 | 340.41 | 0.82 | 0.46 |
| Hex | D6 | 15 | 54 | 0 | 5A | 3D | 10 | 154 | 52 | 2E |
| Octal | 326 | 25 | 124 | 0 | 132 | 75 | 20 | 524 | 122 | 56 |
| Binary | 11010110 | 10101 | 1010100 | 0 | 1011010 | 111101 | 10000 | 101010100 | 1010010 | 101110 |
Color Harmonies of #D61554
Complementary color
Monochromatic Colors of #D61554
Black with #D61554
Text Example
Text Example
White with #D61554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61554; }
p { color: rgb(214,21,84); }
H1.HeaderClassName
{
color: #D61554;
}
.AnyTagClassName
{
color: #D61554;
}
</style>
background-color css
<style>
a { background-color: #D61554; }
a { background-color: rgb(214,21,84); }
div.DivClassName
{
background-color: #D61554;
}
.BgClassName
{
background-color: #D61554;
}
</style>
border-color css
<style>
span { border-color: #D61554; }
span { border-color: rgb(214,21,84); }
td.TdClassName
{
border-color: #D61554;
}
.TagClassName
{
border-color: #D61554;
}
</style>