Shades of Ruby #DA1B51
Tints of Ruby #DA1B51
RGB
CMYK
RGB Variations
Color information
#DA1B51 (or 0xDA1B51) is known color: Ruby. HEX triplet: DA, 1B and 51. RGB value is (218,27,81). Sum of RGB (Red+Green+Blue) = 218+27+81=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B51 is #25E4AE. Grayscale: #5A5A5A. Windows color (decimal): -2483375 or 5315546. OLE color: 5315546.
HSL color Cylindrical-coordinate representation of color #DA1B51: hue angle of 343.04º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1B51 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 81 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.15 |
| HSL | 343.04º | 0.78% | 0.48% | - |
| HSV(B) | 343.04º | 0.88% | 0.85% | - |
| XYZ | 30.79 | 16.28 | 9.3 | - |
| YUV | 90.27 | 122.78 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 81 | 0 | 0.88 | 0.63 | 0.15 | 343.04 | 0.78 | 0.48 |
| Hex | DA | 1B | 51 | 0 | 58 | 3F | F | 157 | 4E | 30 |
| Octal | 332 | 33 | 121 | 0 | 130 | 77 | 17 | 527 | 116 | 60 |
| Binary | 11011010 | 11011 | 1010001 | 0 | 1011000 | 111111 | 1111 | 101010111 | 1001110 | 110000 |
Color Harmonies of #DA1B51
Complementary color
Monochromatic Colors of #DA1B51
Black with #DA1B51
Text Example
Text Example
White with #DA1B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B51; }
p { color: rgb(218,27,81); }
H1.HeaderClassName
{
color: #DA1B51;
}
.AnyTagClassName
{
color: #DA1B51;
}
</style>
background-color css
<style>
a { background-color: #DA1B51; }
a { background-color: rgb(218,27,81); }
div.DivClassName
{
background-color: #DA1B51;
}
.BgClassName
{
background-color: #DA1B51;
}
</style>
border-color css
<style>
span { border-color: #DA1B51; }
span { border-color: rgb(218,27,81); }
td.TdClassName
{
border-color: #DA1B51;
}
.TagClassName
{
border-color: #DA1B51;
}
</style>