Shades of Ruby #DA1669
Tints of Ruby #DA1669
RGB
CMYK
RGB Variations
Color information
#DA1669 (or 0xDA1669) is known color: Ruby. HEX triplet: DA, 16 and 69. RGB value is (218,22,105). Sum of RGB (Red+Green+Blue) = 218+22+105=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1669 is #25E996. Grayscale: #595959. Windows color (decimal): -2484631 or 6887130. OLE color: 6887130.
HSL color Cylindrical-coordinate representation of color #DA1669: hue angle of 334.59º 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 #DA1669 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 105 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.15 |
| HSL | 334.59º | 0.82% | 0.47% | - |
| HSV(B) | 334.59º | 0.9% | 0.85% | - |
| XYZ | 31.75 | 16.5 | 14.88 | - |
| YUV | 90.07 | 136.43 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 105 | 0 | 0.90 | 0.52 | 0.15 | 334.59 | 0.82 | 0.47 |
| Hex | DA | 16 | 69 | 0 | 5A | 34 | F | 14F | 52 | 2F |
| Octal | 332 | 26 | 151 | 0 | 132 | 64 | 17 | 517 | 122 | 57 |
| Binary | 11011010 | 10110 | 1101001 | 0 | 1011010 | 110100 | 1111 | 101001111 | 1010010 | 101111 |
Color Harmonies of #DA1669
Complementary color
Monochromatic Colors of #DA1669
Black with #DA1669
Text Example
Text Example
White with #DA1669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1669; }
p { color: rgb(218,22,105); }
H1.HeaderClassName
{
color: #DA1669;
}
.AnyTagClassName
{
color: #DA1669;
}
</style>
background-color css
<style>
a { background-color: #DA1669; }
a { background-color: rgb(218,22,105); }
div.DivClassName
{
background-color: #DA1669;
}
.BgClassName
{
background-color: #DA1669;
}
</style>
border-color css
<style>
span { border-color: #DA1669; }
span { border-color: rgb(218,22,105); }
td.TdClassName
{
border-color: #DA1669;
}
.TagClassName
{
border-color: #DA1669;
}
</style>