Shades of Ruby #DA165A
Tints of Ruby #DA165A
RGB
CMYK
RGB Variations
Color information
#DA165A (or 0xDA165A) is known color: Ruby. HEX triplet: DA, 16 and 5A. RGB value is (218,22,90). Sum of RGB (Red+Green+Blue) = 218+22+90=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA165A is #25E9A5. Grayscale: #585858. Windows color (decimal): -2484646 or 5904090. OLE color: 5904090.
HSL color Cylindrical-coordinate representation of color #DA165A: hue angle of 339.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA165A is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 90 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.15 |
| HSL | 339.18º | 0.82% | 0.47% | - |
| HSV(B) | 339.18º | 0.9% | 0.85% | - |
| XYZ | 31.05 | 16.22 | 11.17 | - |
| YUV | 88.36 | 128.93 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 90 | 0 | 0.90 | 0.59 | 0.15 | 339.18 | 0.82 | 0.47 |
| Hex | DA | 16 | 5A | 0 | 5A | 3B | F | 153 | 52 | 2F |
| Octal | 332 | 26 | 132 | 0 | 132 | 73 | 17 | 523 | 122 | 57 |
| Binary | 11011010 | 10110 | 1011010 | 0 | 1011010 | 111011 | 1111 | 101010011 | 1010010 | 101111 |
Color Harmonies of #DA165A
Complementary color
Monochromatic Colors of #DA165A
Black with #DA165A
Text Example
Text Example
White with #DA165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA165A; }
p { color: rgb(218,22,90); }
H1.HeaderClassName
{
color: #DA165A;
}
.AnyTagClassName
{
color: #DA165A;
}
</style>
background-color css
<style>
a { background-color: #DA165A; }
a { background-color: rgb(218,22,90); }
div.DivClassName
{
background-color: #DA165A;
}
.BgClassName
{
background-color: #DA165A;
}
</style>
border-color css
<style>
span { border-color: #DA165A; }
span { border-color: rgb(218,22,90); }
td.TdClassName
{
border-color: #DA165A;
}
.TagClassName
{
border-color: #DA165A;
}
</style>