Shades of Ruby #D61D54
Tints of Ruby #D61D54
RGB
CMYK
RGB Variations
Color information
#D61D54 (or 0xD61D54) is known color: Ruby. HEX triplet: D6, 1D and 54. RGB value is (214,29,84). Sum of RGB (Red+Green+Blue) = 214+29+84=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61D54 is #29E2AB. Grayscale: #5A5A5A. Windows color (decimal): -2745004 or 5512662. OLE color: 5512662.
HSL color Cylindrical-coordinate representation of color #D61D54: hue angle of 342.16º 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 #D61D54 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 84 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.16 |
| HSL | 342.16º | 0.76% | 0.48% | - |
| HSV(B) | 342.16º | 0.86% | 0.84% | - |
| XYZ | 29.77 | 15.81 | 9.87 | - |
| YUV | 90.59 | 124.29 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 84 | 0 | 0.86 | 0.61 | 0.16 | 342.16 | 0.76 | 0.48 |
| Hex | D6 | 1D | 54 | 0 | 56 | 3D | 10 | 156 | 4C | 30 |
| Octal | 326 | 35 | 124 | 0 | 126 | 75 | 20 | 526 | 114 | 60 |
| Binary | 11010110 | 11101 | 1010100 | 0 | 1010110 | 111101 | 10000 | 101010110 | 1001100 | 110000 |
Color Harmonies of #D61D54
Complementary color
Monochromatic Colors of #D61D54
Black with #D61D54
Text Example
Text Example
White with #D61D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61D54; }
p { color: rgb(214,29,84); }
H1.HeaderClassName
{
color: #D61D54;
}
.AnyTagClassName
{
color: #D61D54;
}
</style>
background-color css
<style>
a { background-color: #D61D54; }
a { background-color: rgb(214,29,84); }
div.DivClassName
{
background-color: #D61D54;
}
.BgClassName
{
background-color: #D61D54;
}
</style>
border-color css
<style>
span { border-color: #D61D54; }
span { border-color: rgb(214,29,84); }
td.TdClassName
{
border-color: #D61D54;
}
.TagClassName
{
border-color: #D61D54;
}
</style>