Shades of Ruby #DA0675
Tints of Ruby #DA0675
RGB
CMYK
RGB Variations
Color information
#DA0675 (or 0xDA0675) is known color: Ruby. HEX triplet: DA, 06 and 75. RGB value is (218,6,117). Sum of RGB (Red+Green+Blue) = 218+6+117=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0675 is #25F98A. Grayscale: #515151. Windows color (decimal): -2488715 or 7669466. OLE color: 7669466.
HSL color Cylindrical-coordinate representation of color #DA0675: hue angle of 328.58º 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 #DA0675 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.15 |
| HSL | 328.58º | 0.95% | 0.44% | - |
| HSV(B) | 328.58º | 0.97% | 0.85% | - |
| XYZ | 32.19 | 16.32 | 18.28 | - |
| YUV | 82.04 | 147.74 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 117 | 0 | 0.97 | 0.46 | 0.15 | 328.58 | 0.95 | 0.44 |
| Hex | DA | 6 | 75 | 0 | 61 | 2E | F | 149 | 5F | 2C |
| Octal | 332 | 6 | 165 | 0 | 141 | 56 | 17 | 511 | 137 | 54 |
| Binary | 11011010 | 110 | 1110101 | 0 | 1100001 | 101110 | 1111 | 101001001 | 1011111 | 101100 |
Color Harmonies of #DA0675
Complementary color
Monochromatic Colors of #DA0675
Black with #DA0675
Text Example
Text Example
White with #DA0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0675; }
p { color: rgb(218,6,117); }
H1.HeaderClassName
{
color: #DA0675;
}
.AnyTagClassName
{
color: #DA0675;
}
</style>
background-color css
<style>
a { background-color: #DA0675; }
a { background-color: rgb(218,6,117); }
div.DivClassName
{
background-color: #DA0675;
}
.BgClassName
{
background-color: #DA0675;
}
</style>
border-color css
<style>
span { border-color: #DA0675; }
span { border-color: rgb(218,6,117); }
td.TdClassName
{
border-color: #DA0675;
}
.TagClassName
{
border-color: #DA0675;
}
</style>