Shades of Ruby #DA1551
Tints of Ruby #DA1551
RGB
CMYK
RGB Variations
Color information
#DA1551 (or 0xDA1551) is known color: Ruby. HEX triplet: DA, 15 and 51. RGB value is (218,21,81). Sum of RGB (Red+Green+Blue) = 218+21+81=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1551 is #25EAAE. Grayscale: #565656. Windows color (decimal): -2484911 or 5314010. OLE color: 5314010.
HSL color Cylindrical-coordinate representation of color #DA1551: hue angle of 341.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1551 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 81 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.15 |
| HSL | 341.73º | 0.82% | 0.47% | - |
| HSV(B) | 341.73º | 0.9% | 0.85% | - |
| XYZ | 30.67 | 16.04 | 9.26 | - |
| YUV | 86.74 | 124.77 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 81 | 0 | 0.90 | 0.63 | 0.15 | 341.73 | 0.82 | 0.47 |
| Hex | DA | 15 | 51 | 0 | 5A | 3F | F | 156 | 52 | 2F |
| Octal | 332 | 25 | 121 | 0 | 132 | 77 | 17 | 526 | 122 | 57 |
| Binary | 11011010 | 10101 | 1010001 | 0 | 1011010 | 111111 | 1111 | 101010110 | 1010010 | 101111 |
Color Harmonies of #DA1551
Complementary color
Monochromatic Colors of #DA1551
Black with #DA1551
Text Example
Text Example
White with #DA1551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1551; }
p { color: rgb(218,21,81); }
H1.HeaderClassName
{
color: #DA1551;
}
.AnyTagClassName
{
color: #DA1551;
}
</style>
background-color css
<style>
a { background-color: #DA1551; }
a { background-color: rgb(218,21,81); }
div.DivClassName
{
background-color: #DA1551;
}
.BgClassName
{
background-color: #DA1551;
}
</style>
border-color css
<style>
span { border-color: #DA1551; }
span { border-color: rgb(218,21,81); }
td.TdClassName
{
border-color: #DA1551;
}
.TagClassName
{
border-color: #DA1551;
}
</style>