Shades of Ruby #DA1964
Tints of Ruby #DA1964
RGB
CMYK
RGB Variations
Color information
#DA1964 (or 0xDA1964) is known color: Ruby. HEX triplet: DA, 19 and 64. RGB value is (218,25,100). Sum of RGB (Red+Green+Blue) = 218+25+100=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1964 is #25E69B. Grayscale: #5B5B5B. Windows color (decimal): -2483868 or 6560218. OLE color: 6560218.
HSL color Cylindrical-coordinate representation of color #DA1964: hue angle of 336.68º 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 #DA1964 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 100 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.15 |
| HSL | 336.68º | 0.79% | 0.48% | - |
| HSV(B) | 336.68º | 0.89% | 0.85% | - |
| XYZ | 31.56 | 16.52 | 13.58 | - |
| YUV | 91.26 | 132.94 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 100 | 0 | 0.89 | 0.54 | 0.15 | 336.68 | 0.79 | 0.48 |
| Hex | DA | 19 | 64 | 0 | 59 | 36 | F | 151 | 4F | 30 |
| Octal | 332 | 31 | 144 | 0 | 131 | 66 | 17 | 521 | 117 | 60 |
| Binary | 11011010 | 11001 | 1100100 | 0 | 1011001 | 110110 | 1111 | 101010001 | 1001111 | 110000 |
Color Harmonies of #DA1964
Complementary color
Monochromatic Colors of #DA1964
Black with #DA1964
Text Example
Text Example
White with #DA1964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1964; }
p { color: rgb(218,25,100); }
H1.HeaderClassName
{
color: #DA1964;
}
.AnyTagClassName
{
color: #DA1964;
}
</style>
background-color css
<style>
a { background-color: #DA1964; }
a { background-color: rgb(218,25,100); }
div.DivClassName
{
background-color: #DA1964;
}
.BgClassName
{
background-color: #DA1964;
}
</style>
border-color css
<style>
span { border-color: #DA1964; }
span { border-color: rgb(218,25,100); }
td.TdClassName
{
border-color: #DA1964;
}
.TagClassName
{
border-color: #DA1964;
}
</style>