Shades of Ruby #DA105A
Tints of Ruby #DA105A
RGB
CMYK
RGB Variations
Color information
#DA105A (or 0xDA105A) is known color: Ruby. HEX triplet: DA, 10 and 5A. RGB value is (218,16,90). Sum of RGB (Red+Green+Blue) = 218+16+90=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA105A is #25EFA5. Grayscale: #545454. Windows color (decimal): -2486182 or 5902554. OLE color: 5902554.
HSL color Cylindrical-coordinate representation of color #DA105A: hue angle of 338.02º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA105A is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 90 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.15 |
| HSL | 338.02º | 0.86% | 0.46% | - |
| HSV(B) | 338.02º | 0.93% | 0.85% | - |
| XYZ | 30.94 | 16.01 | 11.13 | - |
| YUV | 84.83 | 130.92 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 90 | 0 | 0.93 | 0.59 | 0.15 | 338.02 | 0.86 | 0.46 |
| Hex | DA | 10 | 5A | 0 | 5D | 3B | F | 152 | 56 | 2E |
| Octal | 332 | 20 | 132 | 0 | 135 | 73 | 17 | 522 | 126 | 56 |
| Binary | 11011010 | 10000 | 1011010 | 0 | 1011101 | 111011 | 1111 | 101010010 | 1010110 | 101110 |
Color Harmonies of #DA105A
Complementary color
Monochromatic Colors of #DA105A
Black with #DA105A
Text Example
Text Example
White with #DA105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA105A; }
p { color: rgb(218,16,90); }
H1.HeaderClassName
{
color: #DA105A;
}
.AnyTagClassName
{
color: #DA105A;
}
</style>
background-color css
<style>
a { background-color: #DA105A; }
a { background-color: rgb(218,16,90); }
div.DivClassName
{
background-color: #DA105A;
}
.BgClassName
{
background-color: #DA105A;
}
</style>
border-color css
<style>
span { border-color: #DA105A; }
span { border-color: rgb(218,16,90); }
td.TdClassName
{
border-color: #DA105A;
}
.TagClassName
{
border-color: #DA105A;
}
</style>