Shades of Ruby #DA1956
Tints of Ruby #DA1956
RGB
CMYK
RGB Variations
Color information
#DA1956 (or 0xDA1956) is known color: Ruby. HEX triplet: DA, 19 and 56. RGB value is (218,25,86). Sum of RGB (Red+Green+Blue) = 218+25+86=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1956 is #25E6A9. Grayscale: #595959. Windows color (decimal): -2483882 or 5642714. OLE color: 5642714.
HSL color Cylindrical-coordinate representation of color #DA1956: hue angle of 341.04º 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 #DA1956 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 86 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.15 |
| HSL | 341.04º | 0.79% | 0.48% | - |
| HSV(B) | 341.04º | 0.89% | 0.85% | - |
| XYZ | 30.94 | 16.27 | 10.31 | - |
| YUV | 89.66 | 125.94 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 86 | 0 | 0.89 | 0.61 | 0.15 | 341.04 | 0.79 | 0.48 |
| Hex | DA | 19 | 56 | 0 | 59 | 3D | F | 155 | 4F | 30 |
| Octal | 332 | 31 | 126 | 0 | 131 | 75 | 17 | 525 | 117 | 60 |
| Binary | 11011010 | 11001 | 1010110 | 0 | 1011001 | 111101 | 1111 | 101010101 | 1001111 | 110000 |
Color Harmonies of #DA1956
Complementary color
Monochromatic Colors of #DA1956
Black with #DA1956
Text Example
Text Example
White with #DA1956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1956; }
p { color: rgb(218,25,86); }
H1.HeaderClassName
{
color: #DA1956;
}
.AnyTagClassName
{
color: #DA1956;
}
</style>
background-color css
<style>
a { background-color: #DA1956; }
a { background-color: rgb(218,25,86); }
div.DivClassName
{
background-color: #DA1956;
}
.BgClassName
{
background-color: #DA1956;
}
</style>
border-color css
<style>
span { border-color: #DA1956; }
span { border-color: rgb(218,25,86); }
td.TdClassName
{
border-color: #DA1956;
}
.TagClassName
{
border-color: #DA1956;
}
</style>