Shades of Ruby #DA1954
Tints of Ruby #DA1954
RGB
CMYK
RGB Variations
Color information
#DA1954 (or 0xDA1954) is known color: Ruby. HEX triplet: DA, 19 and 54. RGB value is (218,25,84). Sum of RGB (Red+Green+Blue) = 218+25+84=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1954 is #25E6AB. Grayscale: #595959. Windows color (decimal): -2483884 or 5511642. OLE color: 5511642.
HSL color Cylindrical-coordinate representation of color #DA1954: hue angle of 341.66º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1954 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 84 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.15 |
| HSL | 341.66º | 0.79% | 0.48% | - |
| HSV(B) | 341.66º | 0.89% | 0.85% | - |
| XYZ | 30.86 | 16.24 | 9.9 | - |
| YUV | 89.43 | 124.94 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 84 | 0 | 0.89 | 0.61 | 0.15 | 341.66 | 0.79 | 0.48 |
| Hex | DA | 19 | 54 | 0 | 59 | 3D | F | 156 | 4F | 30 |
| Octal | 332 | 31 | 124 | 0 | 131 | 75 | 17 | 526 | 117 | 60 |
| Binary | 11011010 | 11001 | 1010100 | 0 | 1011001 | 111101 | 1111 | 101010110 | 1001111 | 110000 |
Color Harmonies of #DA1954
Complementary color
Monochromatic Colors of #DA1954
Black with #DA1954
Text Example
Text Example
White with #DA1954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1954; }
p { color: rgb(218,25,84); }
H1.HeaderClassName
{
color: #DA1954;
}
.AnyTagClassName
{
color: #DA1954;
}
</style>
background-color css
<style>
a { background-color: #DA1954; }
a { background-color: rgb(218,25,84); }
div.DivClassName
{
background-color: #DA1954;
}
.BgClassName
{
background-color: #DA1954;
}
</style>
border-color css
<style>
span { border-color: #DA1954; }
span { border-color: rgb(218,25,84); }
td.TdClassName
{
border-color: #DA1954;
}
.TagClassName
{
border-color: #DA1954;
}
</style>