Shades of Ruby #DA1B55
Tints of Ruby #DA1B55
RGB
CMYK
RGB Variations
Color information
#DA1B55 (or 0xDA1B55) is known color: Ruby. HEX triplet: DA, 1B and 55. RGB value is (218,27,85). Sum of RGB (Red+Green+Blue) = 218+27+85=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B55 is #25E4AA. Grayscale: #5A5A5A. Windows color (decimal): -2483371 or 5577690. OLE color: 5577690.
HSL color Cylindrical-coordinate representation of color #DA1B55: hue angle of 341.78º 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 #DA1B55 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 85 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.15 |
| HSL | 341.78º | 0.78% | 0.48% | - |
| HSV(B) | 341.78º | 0.88% | 0.85% | - |
| XYZ | 30.95 | 16.35 | 10.12 | - |
| YUV | 90.72 | 124.78 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 85 | 0 | 0.88 | 0.61 | 0.15 | 341.78 | 0.78 | 0.48 |
| Hex | DA | 1B | 55 | 0 | 58 | 3D | F | 156 | 4E | 30 |
| Octal | 332 | 33 | 125 | 0 | 130 | 75 | 17 | 526 | 116 | 60 |
| Binary | 11011010 | 11011 | 1010101 | 0 | 1011000 | 111101 | 1111 | 101010110 | 1001110 | 110000 |
Color Harmonies of #DA1B55
Complementary color
Monochromatic Colors of #DA1B55
Black with #DA1B55
Text Example
Text Example
White with #DA1B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B55; }
p { color: rgb(218,27,85); }
H1.HeaderClassName
{
color: #DA1B55;
}
.AnyTagClassName
{
color: #DA1B55;
}
</style>
background-color css
<style>
a { background-color: #DA1B55; }
a { background-color: rgb(218,27,85); }
div.DivClassName
{
background-color: #DA1B55;
}
.BgClassName
{
background-color: #DA1B55;
}
</style>
border-color css
<style>
span { border-color: #DA1B55; }
span { border-color: rgb(218,27,85); }
td.TdClassName
{
border-color: #DA1B55;
}
.TagClassName
{
border-color: #DA1B55;
}
</style>