Shades of Ruby #DA1765
Tints of Ruby #DA1765
RGB
CMYK
RGB Variations
Color information
#DA1765 (or 0xDA1765) is known color: Ruby. HEX triplet: DA, 17 and 65. RGB value is (218,23,101). Sum of RGB (Red+Green+Blue) = 218+23+101=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1765 is #25E89A. Grayscale: #5A5A5A. Windows color (decimal): -2484379 or 6625242. OLE color: 6625242.
HSL color Cylindrical-coordinate representation of color #DA1765: hue angle of 336º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1765 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 101 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.15 |
| HSL | 336º | 0.81% | 0.47% | - |
| HSV(B) | 336º | 0.89% | 0.85% | - |
| XYZ | 31.57 | 16.46 | 13.82 | - |
| YUV | 90.2 | 134.1 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 101 | 0 | 0.89 | 0.54 | 0.15 | 336 | 0.81 | 0.47 |
| Hex | DA | 17 | 65 | 0 | 59 | 36 | F | 150 | 51 | 2F |
| Octal | 332 | 27 | 145 | 0 | 131 | 66 | 17 | 520 | 121 | 57 |
| Binary | 11011010 | 10111 | 1100101 | 0 | 1011001 | 110110 | 1111 | 101010000 | 1010001 | 101111 |
Color Harmonies of #DA1765
Complementary color
Monochromatic Colors of #DA1765
Black with #DA1765
Text Example
Text Example
White with #DA1765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1765; }
p { color: rgb(218,23,101); }
H1.HeaderClassName
{
color: #DA1765;
}
.AnyTagClassName
{
color: #DA1765;
}
</style>
background-color css
<style>
a { background-color: #DA1765; }
a { background-color: rgb(218,23,101); }
div.DivClassName
{
background-color: #DA1765;
}
.BgClassName
{
background-color: #DA1765;
}
</style>
border-color css
<style>
span { border-color: #DA1765; }
span { border-color: rgb(218,23,101); }
td.TdClassName
{
border-color: #DA1765;
}
.TagClassName
{
border-color: #DA1765;
}
</style>