Shades of Ruby #DA1754
Tints of Ruby #DA1754
RGB
CMYK
RGB Variations
Color information
#DA1754 (or 0xDA1754) is known color: Ruby. HEX triplet: DA, 17 and 54. RGB value is (218,23,84). Sum of RGB (Red+Green+Blue) = 218+23+84=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1754 is #25E8AB. Grayscale: #585858. Windows color (decimal): -2484396 or 5511130. OLE color: 5511130.
HSL color Cylindrical-coordinate representation of color #DA1754: hue angle of 341.23º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1754 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 84 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.15 |
| HSL | 341.23º | 0.81% | 0.47% | - |
| HSV(B) | 341.23º | 0.89% | 0.85% | - |
| XYZ | 30.82 | 16.16 | 9.88 | - |
| YUV | 88.26 | 125.6 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 84 | 0 | 0.89 | 0.61 | 0.15 | 341.23 | 0.81 | 0.47 |
| Hex | DA | 17 | 54 | 0 | 59 | 3D | F | 155 | 51 | 2F |
| Octal | 332 | 27 | 124 | 0 | 131 | 75 | 17 | 525 | 121 | 57 |
| Binary | 11011010 | 10111 | 1010100 | 0 | 1011001 | 111101 | 1111 | 101010101 | 1010001 | 101111 |
Color Harmonies of #DA1754
Complementary color
Monochromatic Colors of #DA1754
Black with #DA1754
Text Example
Text Example
White with #DA1754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1754; }
p { color: rgb(218,23,84); }
H1.HeaderClassName
{
color: #DA1754;
}
.AnyTagClassName
{
color: #DA1754;
}
</style>
background-color css
<style>
a { background-color: #DA1754; }
a { background-color: rgb(218,23,84); }
div.DivClassName
{
background-color: #DA1754;
}
.BgClassName
{
background-color: #DA1754;
}
</style>
border-color css
<style>
span { border-color: #DA1754; }
span { border-color: rgb(218,23,84); }
td.TdClassName
{
border-color: #DA1754;
}
.TagClassName
{
border-color: #DA1754;
}
</style>