Shades of Ruby #DA056F
Tints of Ruby #DA056F
RGB
CMYK
RGB Variations
Color information
#DA056F (or 0xDA056F) is known color: Ruby. HEX triplet: DA, 05 and 6F. RGB value is (218,5,111). Sum of RGB (Red+Green+Blue) = 218+5+111=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA056F is #25FA90. Grayscale: #505050. Windows color (decimal): -2488977 or 7275994. OLE color: 7275994.
HSL color Cylindrical-coordinate representation of color #DA056F: hue angle of 330.14º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA056F is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 111 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.15 |
| HSL | 330.14º | 0.96% | 0.44% | - |
| HSV(B) | 330.14º | 0.98% | 0.85% | - |
| XYZ | 31.84 | 16.16 | 16.48 | - |
| YUV | 80.77 | 145.07 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 111 | 0 | 0.98 | 0.49 | 0.15 | 330.14 | 0.96 | 0.44 |
| Hex | DA | 5 | 6F | 0 | 62 | 31 | F | 14A | 60 | 2C |
| Octal | 332 | 5 | 157 | 0 | 142 | 61 | 17 | 512 | 140 | 54 |
| Binary | 11011010 | 101 | 1101111 | 0 | 1100010 | 110001 | 1111 | 101001010 | 1100000 | 101100 |
Color Harmonies of #DA056F
Complementary color
Monochromatic Colors of #DA056F
Black with #DA056F
Text Example
Text Example
White with #DA056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA056F; }
p { color: rgb(218,5,111); }
H1.HeaderClassName
{
color: #DA056F;
}
.AnyTagClassName
{
color: #DA056F;
}
</style>
background-color css
<style>
a { background-color: #DA056F; }
a { background-color: rgb(218,5,111); }
div.DivClassName
{
background-color: #DA056F;
}
.BgClassName
{
background-color: #DA056F;
}
</style>
border-color css
<style>
span { border-color: #DA056F; }
span { border-color: rgb(218,5,111); }
td.TdClassName
{
border-color: #DA056F;
}
.TagClassName
{
border-color: #DA056F;
}
</style>