Shades of Ruby #DA096A
Tints of Ruby #DA096A
RGB
CMYK
RGB Variations
Color information
#DA096A (or 0xDA096A) is known color: Ruby. HEX triplet: DA, 09 and 6A. RGB value is (218,9,106). Sum of RGB (Red+Green+Blue) = 218+9+106=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA096A is #25F695. Grayscale: #525252. Windows color (decimal): -2487958 or 6949338. OLE color: 6949338.
HSL color Cylindrical-coordinate representation of color #DA096A: hue angle of 332.15º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA096A is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 106 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.15 |
| HSL | 332.15º | 0.92% | 0.45% | - |
| HSV(B) | 332.15º | 0.96% | 0.85% | - |
| XYZ | 31.61 | 16.14 | 15.09 | - |
| YUV | 82.55 | 141.24 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 106 | 0 | 0.96 | 0.51 | 0.15 | 332.15 | 0.92 | 0.45 |
| Hex | DA | 9 | 6A | 0 | 60 | 33 | F | 14C | 5C | 2D |
| Octal | 332 | 11 | 152 | 0 | 140 | 63 | 17 | 514 | 134 | 55 |
| Binary | 11011010 | 1001 | 1101010 | 0 | 1100000 | 110011 | 1111 | 101001100 | 1011100 | 101101 |
Color Harmonies of #DA096A
Complementary color
Monochromatic Colors of #DA096A
Black with #DA096A
Text Example
Text Example
White with #DA096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA096A; }
p { color: rgb(218,9,106); }
H1.HeaderClassName
{
color: #DA096A;
}
.AnyTagClassName
{
color: #DA096A;
}
</style>
background-color css
<style>
a { background-color: #DA096A; }
a { background-color: rgb(218,9,106); }
div.DivClassName
{
background-color: #DA096A;
}
.BgClassName
{
background-color: #DA096A;
}
</style>
border-color css
<style>
span { border-color: #DA096A; }
span { border-color: rgb(218,9,106); }
td.TdClassName
{
border-color: #DA096A;
}
.TagClassName
{
border-color: #DA096A;
}
</style>