Shades of Ruby #D61B5E
Tints of Ruby #D61B5E
RGB
CMYK
RGB Variations
Color information
#D61B5E (or 0xD61B5E) is known color: Ruby. HEX triplet: D6, 1B and 5E. RGB value is (214,27,94). Sum of RGB (Red+Green+Blue) = 214+27+94=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B5E is #29E4A1. Grayscale: #5A5A5A. Windows color (decimal): -2745506 or 6167510. OLE color: 6167510.
HSL color Cylindrical-coordinate representation of color #D61B5E: hue angle of 338.5º 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 #D61B5E is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 94 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.16 |
| HSL | 338.5º | 0.78% | 0.47% | - |
| HSV(B) | 338.5º | 0.87% | 0.84% | - |
| XYZ | 30.14 | 15.89 | 12.07 | - |
| YUV | 90.55 | 129.95 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 94 | 0 | 0.87 | 0.56 | 0.16 | 338.5 | 0.78 | 0.47 |
| Hex | D6 | 1B | 5E | 0 | 57 | 38 | 10 | 153 | 4E | 2F |
| Octal | 326 | 33 | 136 | 0 | 127 | 70 | 20 | 523 | 116 | 57 |
| Binary | 11010110 | 11011 | 1011110 | 0 | 1010111 | 111000 | 10000 | 101010011 | 1001110 | 101111 |
Color Harmonies of #D61B5E
Complementary color
Monochromatic Colors of #D61B5E
Black with #D61B5E
Text Example
Text Example
White with #D61B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61B5E; }
p { color: rgb(214,27,94); }
H1.HeaderClassName
{
color: #D61B5E;
}
.AnyTagClassName
{
color: #D61B5E;
}
</style>
background-color css
<style>
a { background-color: #D61B5E; }
a { background-color: rgb(214,27,94); }
div.DivClassName
{
background-color: #D61B5E;
}
.BgClassName
{
background-color: #D61B5E;
}
</style>
border-color css
<style>
span { border-color: #D61B5E; }
span { border-color: rgb(214,27,94); }
td.TdClassName
{
border-color: #D61B5E;
}
.TagClassName
{
border-color: #D61B5E;
}
</style>