Shades of Ruby #DA1966
Tints of Ruby #DA1966
RGB
CMYK
RGB Variations
Color information
#DA1966 (or 0xDA1966) is known color: Ruby. HEX triplet: DA, 19 and 66. RGB value is (218,25,102). Sum of RGB (Red+Green+Blue) = 218+25+102=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1966 is #25E699. Grayscale: #5B5B5B. Windows color (decimal): -2483866 or 6691290. OLE color: 6691290.
HSL color Cylindrical-coordinate representation of color #DA1966: hue angle of 336.06º 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 #DA1966 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 102 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.15 |
| HSL | 336.06º | 0.79% | 0.48% | - |
| HSV(B) | 336.06º | 0.89% | 0.85% | - |
| XYZ | 31.66 | 16.56 | 14.1 | - |
| YUV | 91.49 | 133.94 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 102 | 0 | 0.89 | 0.53 | 0.15 | 336.06 | 0.79 | 0.48 |
| Hex | DA | 19 | 66 | 0 | 59 | 35 | F | 150 | 4F | 30 |
| Octal | 332 | 31 | 146 | 0 | 131 | 65 | 17 | 520 | 117 | 60 |
| Binary | 11011010 | 11001 | 1100110 | 0 | 1011001 | 110101 | 1111 | 101010000 | 1001111 | 110000 |
Color Harmonies of #DA1966
Complementary color
Monochromatic Colors of #DA1966
Black with #DA1966
Text Example
Text Example
White with #DA1966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1966; }
p { color: rgb(218,25,102); }
H1.HeaderClassName
{
color: #DA1966;
}
.AnyTagClassName
{
color: #DA1966;
}
</style>
background-color css
<style>
a { background-color: #DA1966; }
a { background-color: rgb(218,25,102); }
div.DivClassName
{
background-color: #DA1966;
}
.BgClassName
{
background-color: #DA1966;
}
</style>
border-color css
<style>
span { border-color: #DA1966; }
span { border-color: rgb(218,25,102); }
td.TdClassName
{
border-color: #DA1966;
}
.TagClassName
{
border-color: #DA1966;
}
</style>