Shades of Ruby #DA1565
Tints of Ruby #DA1565
RGB
CMYK
RGB Variations
Color information
#DA1565 (or 0xDA1565) is known color: Ruby. HEX triplet: DA, 15 and 65. RGB value is (218,21,101). Sum of RGB (Red+Green+Blue) = 218+21+101=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1565 is #25EA9A. Grayscale: #585858. Windows color (decimal): -2484891 or 6624730. OLE color: 6624730.
HSL color Cylindrical-coordinate representation of color #DA1565: hue angle of 335.63º 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 #DA1565 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 101 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.15 |
| HSL | 335.63º | 0.82% | 0.47% | - |
| HSV(B) | 335.63º | 0.9% | 0.85% | - |
| XYZ | 31.53 | 16.38 | 13.81 | - |
| YUV | 89.02 | 134.77 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 101 | 0 | 0.90 | 0.54 | 0.15 | 335.63 | 0.82 | 0.47 |
| Hex | DA | 15 | 65 | 0 | 5A | 36 | F | 150 | 52 | 2F |
| Octal | 332 | 25 | 145 | 0 | 132 | 66 | 17 | 520 | 122 | 57 |
| Binary | 11011010 | 10101 | 1100101 | 0 | 1011010 | 110110 | 1111 | 101010000 | 1010010 | 101111 |
Color Harmonies of #DA1565
Complementary color
Monochromatic Colors of #DA1565
Black with #DA1565
Text Example
Text Example
White with #DA1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1565; }
p { color: rgb(218,21,101); }
H1.HeaderClassName
{
color: #DA1565;
}
.AnyTagClassName
{
color: #DA1565;
}
</style>
background-color css
<style>
a { background-color: #DA1565; }
a { background-color: rgb(218,21,101); }
div.DivClassName
{
background-color: #DA1565;
}
.BgClassName
{
background-color: #DA1565;
}
</style>
border-color css
<style>
span { border-color: #DA1565; }
span { border-color: rgb(218,21,101); }
td.TdClassName
{
border-color: #DA1565;
}
.TagClassName
{
border-color: #DA1565;
}
</style>