Shades of Ruby #DA1A66
Tints of Ruby #DA1A66
RGB
CMYK
RGB Variations
Color information
#DA1A66 (or 0xDA1A66) is known color: Ruby. HEX triplet: DA, 1A and 66. RGB value is (218,26,102). Sum of RGB (Red+Green+Blue) = 218+26+102=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1A66 is #25E599. Grayscale: #5B5B5B. Windows color (decimal): -2483610 or 6691546. OLE color: 6691546.
HSL color Cylindrical-coordinate representation of color #DA1A66: hue angle of 336.25º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1A66 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 102 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.15 |
| HSL | 336.25º | 0.79% | 0.48% | - |
| HSV(B) | 336.25º | 0.88% | 0.85% | - |
| XYZ | 31.68 | 16.6 | 14.11 | - |
| YUV | 92.07 | 133.61 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 102 | 0 | 0.88 | 0.53 | 0.15 | 336.25 | 0.79 | 0.48 |
| Hex | DA | 1A | 66 | 0 | 58 | 35 | F | 150 | 4F | 30 |
| Octal | 332 | 32 | 146 | 0 | 130 | 65 | 17 | 520 | 117 | 60 |
| Binary | 11011010 | 11010 | 1100110 | 0 | 1011000 | 110101 | 1111 | 101010000 | 1001111 | 110000 |
Color Harmonies of #DA1A66
Complementary color
Monochromatic Colors of #DA1A66
Black with #DA1A66
Text Example
Text Example
White with #DA1A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1A66; }
p { color: rgb(218,26,102); }
H1.HeaderClassName
{
color: #DA1A66;
}
.AnyTagClassName
{
color: #DA1A66;
}
</style>
background-color css
<style>
a { background-color: #DA1A66; }
a { background-color: rgb(218,26,102); }
div.DivClassName
{
background-color: #DA1A66;
}
.BgClassName
{
background-color: #DA1A66;
}
</style>
border-color css
<style>
span { border-color: #DA1A66; }
span { border-color: rgb(218,26,102); }
td.TdClassName
{
border-color: #DA1A66;
}
.TagClassName
{
border-color: #DA1A66;
}
</style>