Shades of Ruby #D61B54
Tints of Ruby #D61B54
RGB
CMYK
RGB Variations
Color information
#D61B54 (or 0xD61B54) is known color: Ruby. HEX triplet: D6, 1B and 54. RGB value is (214,27,84). Sum of RGB (Red+Green+Blue) = 214+27+84=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B54 is #29E4AB. Grayscale: #595959. Windows color (decimal): -2745516 or 5512150. OLE color: 5512150.
HSL color Cylindrical-coordinate representation of color #D61B54: hue angle of 341.71º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61B54 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 84 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.16 |
| HSL | 341.71º | 0.78% | 0.47% | - |
| HSV(B) | 341.71º | 0.87% | 0.84% | - |
| XYZ | 29.72 | 15.72 | 9.86 | - |
| YUV | 89.41 | 124.95 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 84 | 0 | 0.87 | 0.61 | 0.16 | 341.71 | 0.78 | 0.47 |
| Hex | D6 | 1B | 54 | 0 | 57 | 3D | 10 | 156 | 4E | 2F |
| Octal | 326 | 33 | 124 | 0 | 127 | 75 | 20 | 526 | 116 | 57 |
| Binary | 11010110 | 11011 | 1010100 | 0 | 1010111 | 111101 | 10000 | 101010110 | 1001110 | 101111 |
Color Harmonies of #D61B54
Complementary color
Monochromatic Colors of #D61B54
Black with #D61B54
Text Example
Text Example
White with #D61B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61B54; }
p { color: rgb(214,27,84); }
H1.HeaderClassName
{
color: #D61B54;
}
.AnyTagClassName
{
color: #D61B54;
}
</style>
background-color css
<style>
a { background-color: #D61B54; }
a { background-color: rgb(214,27,84); }
div.DivClassName
{
background-color: #D61B54;
}
.BgClassName
{
background-color: #D61B54;
}
</style>
border-color css
<style>
span { border-color: #D61B54; }
span { border-color: rgb(214,27,84); }
td.TdClassName
{
border-color: #D61B54;
}
.TagClassName
{
border-color: #D61B54;
}
</style>