Shades of Ruby #DA115A
Tints of Ruby #DA115A
RGB
CMYK
RGB Variations
Color information
#DA115A (or 0xDA115A) is known color: Ruby. HEX triplet: DA, 11 and 5A. RGB value is (218,17,90). Sum of RGB (Red+Green+Blue) = 218+17+90=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA115A is #25EEA5. Grayscale: #555555. Windows color (decimal): -2485926 or 5902810. OLE color: 5902810.
HSL color Cylindrical-coordinate representation of color #DA115A: hue angle of 338.21º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA115A is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 90 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.15 |
| HSL | 338.21º | 0.86% | 0.46% | - |
| HSV(B) | 338.21º | 0.92% | 0.85% | - |
| XYZ | 30.96 | 16.04 | 11.14 | - |
| YUV | 85.42 | 130.59 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 90 | 0 | 0.92 | 0.59 | 0.15 | 338.21 | 0.86 | 0.46 |
| Hex | DA | 11 | 5A | 0 | 5C | 3B | F | 152 | 56 | 2E |
| Octal | 332 | 21 | 132 | 0 | 134 | 73 | 17 | 522 | 126 | 56 |
| Binary | 11011010 | 10001 | 1011010 | 0 | 1011100 | 111011 | 1111 | 101010010 | 1010110 | 101110 |
Color Harmonies of #DA115A
Complementary color
Monochromatic Colors of #DA115A
Black with #DA115A
Text Example
Text Example
White with #DA115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA115A; }
p { color: rgb(218,17,90); }
H1.HeaderClassName
{
color: #DA115A;
}
.AnyTagClassName
{
color: #DA115A;
}
</style>
background-color css
<style>
a { background-color: #DA115A; }
a { background-color: rgb(218,17,90); }
div.DivClassName
{
background-color: #DA115A;
}
.BgClassName
{
background-color: #DA115A;
}
</style>
border-color css
<style>
span { border-color: #DA115A; }
span { border-color: rgb(218,17,90); }
td.TdClassName
{
border-color: #DA115A;
}
.TagClassName
{
border-color: #DA115A;
}
</style>