Shades of Ruby #DA096F
Tints of Ruby #DA096F
RGB
CMYK
RGB Variations
Color information
#DA096F (or 0xDA096F) is known color: Ruby. HEX triplet: DA, 09 and 6F. RGB value is (218,9,111). Sum of RGB (Red+Green+Blue) = 218+9+111=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA096F is #25F690. Grayscale: #525252. Windows color (decimal): -2487953 or 7277018. OLE color: 7277018.
HSL color Cylindrical-coordinate representation of color #DA096F: hue angle of 330.72º 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 #DA096F is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 111 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.15 |
| HSL | 330.72º | 0.92% | 0.45% | - |
| HSV(B) | 330.72º | 0.96% | 0.85% | - |
| XYZ | 31.88 | 16.25 | 16.49 | - |
| YUV | 83.12 | 143.74 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 111 | 0 | 0.96 | 0.49 | 0.15 | 330.72 | 0.92 | 0.45 |
| Hex | DA | 9 | 6F | 0 | 60 | 31 | F | 14B | 5C | 2D |
| Octal | 332 | 11 | 157 | 0 | 140 | 61 | 17 | 513 | 134 | 55 |
| Binary | 11011010 | 1001 | 1101111 | 0 | 1100000 | 110001 | 1111 | 101001011 | 1011100 | 101101 |
Color Harmonies of #DA096F
Complementary color
Monochromatic Colors of #DA096F
Black with #DA096F
Text Example
Text Example
White with #DA096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA096F; }
p { color: rgb(218,9,111); }
H1.HeaderClassName
{
color: #DA096F;
}
.AnyTagClassName
{
color: #DA096F;
}
</style>
background-color css
<style>
a { background-color: #DA096F; }
a { background-color: rgb(218,9,111); }
div.DivClassName
{
background-color: #DA096F;
}
.BgClassName
{
background-color: #DA096F;
}
</style>
border-color css
<style>
span { border-color: #DA096F; }
span { border-color: rgb(218,9,111); }
td.TdClassName
{
border-color: #DA096F;
}
.TagClassName
{
border-color: #DA096F;
}
</style>