Shades of Ruby #DA0669
Tints of Ruby #DA0669
RGB
CMYK
RGB Variations
Color information
#DA0669 (or 0xDA0669) is known color: Ruby. HEX triplet: DA, 06 and 69. RGB value is (218,6,105). Sum of RGB (Red+Green+Blue) = 218+6+105=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0669 is #25F996. Grayscale: #505050. Windows color (decimal): -2488727 or 6883034. OLE color: 6883034.
HSL color Cylindrical-coordinate representation of color #DA0669: hue angle of 331.98º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0669 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.15 |
| HSL | 331.98º | 0.95% | 0.44% | - |
| HSV(B) | 331.98º | 0.97% | 0.85% | - |
| XYZ | 31.53 | 16.06 | 14.8 | - |
| YUV | 80.67 | 141.74 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 105 | 0 | 0.97 | 0.52 | 0.15 | 331.98 | 0.95 | 0.44 |
| Hex | DA | 6 | 69 | 0 | 61 | 34 | F | 14C | 5F | 2C |
| Octal | 332 | 6 | 151 | 0 | 141 | 64 | 17 | 514 | 137 | 54 |
| Binary | 11011010 | 110 | 1101001 | 0 | 1100001 | 110100 | 1111 | 101001100 | 1011111 | 101100 |
Color Harmonies of #DA0669
Complementary color
Monochromatic Colors of #DA0669
Black with #DA0669
Text Example
Text Example
White with #DA0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0669; }
p { color: rgb(218,6,105); }
H1.HeaderClassName
{
color: #DA0669;
}
.AnyTagClassName
{
color: #DA0669;
}
</style>
background-color css
<style>
a { background-color: #DA0669; }
a { background-color: rgb(218,6,105); }
div.DivClassName
{
background-color: #DA0669;
}
.BgClassName
{
background-color: #DA0669;
}
</style>
border-color css
<style>
span { border-color: #DA0669; }
span { border-color: rgb(218,6,105); }
td.TdClassName
{
border-color: #DA0669;
}
.TagClassName
{
border-color: #DA0669;
}
</style>