Shades of Ruby #DA056C
Tints of Ruby #DA056C
RGB
CMYK
RGB Variations
Color information
#DA056C (or 0xDA056C) is known color: Ruby. HEX triplet: DA, 05 and 6C. RGB value is (218,5,108). Sum of RGB (Red+Green+Blue) = 218+5+108=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA056C is #25FA93. Grayscale: #505050. Windows color (decimal): -2488980 or 7079386. OLE color: 7079386.
HSL color Cylindrical-coordinate representation of color #DA056C: hue angle of 330.99º 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 #DA056C is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 108 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.15 |
| HSL | 330.99º | 0.96% | 0.44% | - |
| HSV(B) | 330.99º | 0.98% | 0.85% | - |
| XYZ | 31.67 | 16.1 | 15.62 | - |
| YUV | 80.43 | 143.57 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 108 | 0 | 0.98 | 0.50 | 0.15 | 330.99 | 0.96 | 0.44 |
| Hex | DA | 5 | 6C | 0 | 62 | 32 | F | 14B | 60 | 2C |
| Octal | 332 | 5 | 154 | 0 | 142 | 62 | 17 | 513 | 140 | 54 |
| Binary | 11011010 | 101 | 1101100 | 0 | 1100010 | 110010 | 1111 | 101001011 | 1100000 | 101100 |
Color Harmonies of #DA056C
Complementary color
Monochromatic Colors of #DA056C
Black with #DA056C
Text Example
Text Example
White with #DA056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA056C; }
p { color: rgb(218,5,108); }
H1.HeaderClassName
{
color: #DA056C;
}
.AnyTagClassName
{
color: #DA056C;
}
</style>
background-color css
<style>
a { background-color: #DA056C; }
a { background-color: rgb(218,5,108); }
div.DivClassName
{
background-color: #DA056C;
}
.BgClassName
{
background-color: #DA056C;
}
</style>
border-color css
<style>
span { border-color: #DA056C; }
span { border-color: rgb(218,5,108); }
td.TdClassName
{
border-color: #DA056C;
}
.TagClassName
{
border-color: #DA056C;
}
</style>