Shades of Ruby #DA1965
Tints of Ruby #DA1965
RGB
CMYK
RGB Variations
Color information
#DA1965 (or 0xDA1965) is known color: Ruby. HEX triplet: DA, 19 and 65. RGB value is (218,25,101). Sum of RGB (Red+Green+Blue) = 218+25+101=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1965 is #25E69A. Grayscale: #5B5B5B. Windows color (decimal): -2483867 or 6625754. OLE color: 6625754.
HSL color Cylindrical-coordinate representation of color #DA1965: hue angle of 336.37º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1965 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 101 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.15 |
| HSL | 336.37º | 0.79% | 0.48% | - |
| HSV(B) | 336.37º | 0.89% | 0.85% | - |
| XYZ | 31.61 | 16.54 | 13.84 | - |
| YUV | 91.37 | 133.44 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 101 | 0 | 0.89 | 0.54 | 0.15 | 336.37 | 0.79 | 0.48 |
| Hex | DA | 19 | 65 | 0 | 59 | 36 | F | 150 | 4F | 30 |
| Octal | 332 | 31 | 145 | 0 | 131 | 66 | 17 | 520 | 117 | 60 |
| Binary | 11011010 | 11001 | 1100101 | 0 | 1011001 | 110110 | 1111 | 101010000 | 1001111 | 110000 |
Color Harmonies of #DA1965
Complementary color
Monochromatic Colors of #DA1965
Black with #DA1965
Text Example
Text Example
White with #DA1965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1965; }
p { color: rgb(218,25,101); }
H1.HeaderClassName
{
color: #DA1965;
}
.AnyTagClassName
{
color: #DA1965;
}
</style>
background-color css
<style>
a { background-color: #DA1965; }
a { background-color: rgb(218,25,101); }
div.DivClassName
{
background-color: #DA1965;
}
.BgClassName
{
background-color: #DA1965;
}
</style>
border-color css
<style>
span { border-color: #DA1965; }
span { border-color: rgb(218,25,101); }
td.TdClassName
{
border-color: #DA1965;
}
.TagClassName
{
border-color: #DA1965;
}
</style>