Shades of Ruby #DA1B5B
Tints of Ruby #DA1B5B
RGB
CMYK
RGB Variations
Color information
#DA1B5B (or 0xDA1B5B) is known color: Ruby. HEX triplet: DA, 1B and 5B. RGB value is (218,27,91). Sum of RGB (Red+Green+Blue) = 218+27+91=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B5B is #25E4A4. Grayscale: #5B5B5B. Windows color (decimal): -2483365 or 5970906. OLE color: 5970906.
HSL color Cylindrical-coordinate representation of color #DA1B5B: hue angle of 339.9º 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 #DA1B5B is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 91 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.15 |
| HSL | 339.9º | 0.78% | 0.48% | - |
| HSV(B) | 339.9º | 0.88% | 0.85% | - |
| XYZ | 31.19 | 16.44 | 11.43 | - |
| YUV | 91.41 | 127.78 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 91 | 0 | 0.88 | 0.58 | 0.15 | 339.9 | 0.78 | 0.48 |
| Hex | DA | 1B | 5B | 0 | 58 | 3A | F | 154 | 4E | 30 |
| Octal | 332 | 33 | 133 | 0 | 130 | 72 | 17 | 524 | 116 | 60 |
| Binary | 11011010 | 11011 | 1011011 | 0 | 1011000 | 111010 | 1111 | 101010100 | 1001110 | 110000 |
Color Harmonies of #DA1B5B
Complementary color
Monochromatic Colors of #DA1B5B
Black with #DA1B5B
Text Example
Text Example
White with #DA1B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B5B; }
p { color: rgb(218,27,91); }
H1.HeaderClassName
{
color: #DA1B5B;
}
.AnyTagClassName
{
color: #DA1B5B;
}
</style>
background-color css
<style>
a { background-color: #DA1B5B; }
a { background-color: rgb(218,27,91); }
div.DivClassName
{
background-color: #DA1B5B;
}
.BgClassName
{
background-color: #DA1B5B;
}
</style>
border-color css
<style>
span { border-color: #DA1B5B; }
span { border-color: rgb(218,27,91); }
td.TdClassName
{
border-color: #DA1B5B;
}
.TagClassName
{
border-color: #DA1B5B;
}
</style>