Shades of Ruby #DA1B5A
Tints of Ruby #DA1B5A
RGB
CMYK
RGB Variations
Color information
#DA1B5A (or 0xDA1B5A) is known color: Ruby. HEX triplet: DA, 1B and 5A. RGB value is (218,27,90). Sum of RGB (Red+Green+Blue) = 218+27+90=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B5A is #25E4A5. Grayscale: #5B5B5B. Windows color (decimal): -2483366 or 5905370. OLE color: 5905370.
HSL color Cylindrical-coordinate representation of color #DA1B5A: hue angle of 340.21º 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 #DA1B5A is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 90 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.15 |
| HSL | 340.21º | 0.78% | 0.48% | - |
| HSV(B) | 340.21º | 0.88% | 0.85% | - |
| XYZ | 31.15 | 16.43 | 11.2 | - |
| YUV | 91.29 | 127.28 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 90 | 0 | 0.88 | 0.59 | 0.15 | 340.21 | 0.78 | 0.48 |
| Hex | DA | 1B | 5A | 0 | 58 | 3B | F | 154 | 4E | 30 |
| Octal | 332 | 33 | 132 | 0 | 130 | 73 | 17 | 524 | 116 | 60 |
| Binary | 11011010 | 11011 | 1011010 | 0 | 1011000 | 111011 | 1111 | 101010100 | 1001110 | 110000 |
Color Harmonies of #DA1B5A
Complementary color
Monochromatic Colors of #DA1B5A
Black with #DA1B5A
Text Example
Text Example
White with #DA1B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B5A; }
p { color: rgb(218,27,90); }
H1.HeaderClassName
{
color: #DA1B5A;
}
.AnyTagClassName
{
color: #DA1B5A;
}
</style>
background-color css
<style>
a { background-color: #DA1B5A; }
a { background-color: rgb(218,27,90); }
div.DivClassName
{
background-color: #DA1B5A;
}
.BgClassName
{
background-color: #DA1B5A;
}
</style>
border-color css
<style>
span { border-color: #DA1B5A; }
span { border-color: rgb(218,27,90); }
td.TdClassName
{
border-color: #DA1B5A;
}
.TagClassName
{
border-color: #DA1B5A;
}
</style>