Shades of Ruby #DA1566
Tints of Ruby #DA1566
RGB
CMYK
RGB Variations
Color information
#DA1566 (or 0xDA1566) is known color: Ruby. HEX triplet: DA, 15 and 66. RGB value is (218,21,102). Sum of RGB (Red+Green+Blue) = 218+21+102=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1566 is #25EA99. Grayscale: #595959. Windows color (decimal): -2484890 or 6690266. OLE color: 6690266.
HSL color Cylindrical-coordinate representation of color #DA1566: hue angle of 335.33º 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 #DA1566 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 102 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.15 |
| HSL | 335.33º | 0.82% | 0.47% | - |
| HSV(B) | 335.33º | 0.9% | 0.85% | - |
| XYZ | 31.58 | 16.4 | 14.07 | - |
| YUV | 89.14 | 135.27 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 102 | 0 | 0.90 | 0.53 | 0.15 | 335.33 | 0.82 | 0.47 |
| Hex | DA | 15 | 66 | 0 | 5A | 35 | F | 14F | 52 | 2F |
| Octal | 332 | 25 | 146 | 0 | 132 | 65 | 17 | 517 | 122 | 57 |
| Binary | 11011010 | 10101 | 1100110 | 0 | 1011010 | 110101 | 1111 | 101001111 | 1010010 | 101111 |
Color Harmonies of #DA1566
Complementary color
Monochromatic Colors of #DA1566
Black with #DA1566
Text Example
Text Example
White with #DA1566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1566; }
p { color: rgb(218,21,102); }
H1.HeaderClassName
{
color: #DA1566;
}
.AnyTagClassName
{
color: #DA1566;
}
</style>
background-color css
<style>
a { background-color: #DA1566; }
a { background-color: rgb(218,21,102); }
div.DivClassName
{
background-color: #DA1566;
}
.BgClassName
{
background-color: #DA1566;
}
</style>
border-color css
<style>
span { border-color: #DA1566; }
span { border-color: rgb(218,21,102); }
td.TdClassName
{
border-color: #DA1566;
}
.TagClassName
{
border-color: #DA1566;
}
</style>