Shades of Ruby #DA0667
Tints of Ruby #DA0667
RGB
CMYK
RGB Variations
Color information
#DA0667 (or 0xDA0667) is known color: Ruby. HEX triplet: DA, 06 and 67. RGB value is (218,6,103). Sum of RGB (Red+Green+Blue) = 218+6+103=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0667 is #25F998. Grayscale: #505050. Windows color (decimal): -2488729 or 6751962. OLE color: 6751962.
HSL color Cylindrical-coordinate representation of color #DA0667: hue angle of 332.55º 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 #DA0667 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 103 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.15 |
| HSL | 332.55º | 0.95% | 0.44% | - |
| HSV(B) | 332.55º | 0.97% | 0.85% | - |
| XYZ | 31.43 | 16.01 | 14.27 | - |
| YUV | 80.45 | 140.74 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 103 | 0 | 0.97 | 0.53 | 0.15 | 332.55 | 0.95 | 0.44 |
| Hex | DA | 6 | 67 | 0 | 61 | 35 | F | 14D | 5F | 2C |
| Octal | 332 | 6 | 147 | 0 | 141 | 65 | 17 | 515 | 137 | 54 |
| Binary | 11011010 | 110 | 1100111 | 0 | 1100001 | 110101 | 1111 | 101001101 | 1011111 | 101100 |
Color Harmonies of #DA0667
Complementary color
Monochromatic Colors of #DA0667
Black with #DA0667
Text Example
Text Example
White with #DA0667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0667; }
p { color: rgb(218,6,103); }
H1.HeaderClassName
{
color: #DA0667;
}
.AnyTagClassName
{
color: #DA0667;
}
</style>
background-color css
<style>
a { background-color: #DA0667; }
a { background-color: rgb(218,6,103); }
div.DivClassName
{
background-color: #DA0667;
}
.BgClassName
{
background-color: #DA0667;
}
</style>
border-color css
<style>
span { border-color: #DA0667; }
span { border-color: rgb(218,6,103); }
td.TdClassName
{
border-color: #DA0667;
}
.TagClassName
{
border-color: #DA0667;
}
</style>