Shades of Ruby #DA0875
Tints of Ruby #DA0875
RGB
CMYK
RGB Variations
Color information
#DA0875 (or 0xDA0875) is known color: Ruby. HEX triplet: DA, 08 and 75. RGB value is (218,8,117). Sum of RGB (Red+Green+Blue) = 218+8+117=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0875 is #25F78A. Grayscale: #525252. Windows color (decimal): -2488203 or 7669978. OLE color: 7669978.
HSL color Cylindrical-coordinate representation of color #DA0875: hue angle of 328.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0875 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 117 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.15 |
| HSL | 328.86º | 0.93% | 0.44% | - |
| HSV(B) | 328.86º | 0.96% | 0.85% | - |
| XYZ | 32.21 | 16.36 | 18.29 | - |
| YUV | 83.22 | 147.07 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 117 | 0 | 0.96 | 0.46 | 0.15 | 328.86 | 0.93 | 0.44 |
| Hex | DA | 8 | 75 | 0 | 60 | 2E | F | 149 | 5D | 2C |
| Octal | 332 | 10 | 165 | 0 | 140 | 56 | 17 | 511 | 135 | 54 |
| Binary | 11011010 | 1000 | 1110101 | 0 | 1100000 | 101110 | 1111 | 101001001 | 1011101 | 101100 |
Color Harmonies of #DA0875
Complementary color
Monochromatic Colors of #DA0875
Black with #DA0875
Text Example
Text Example
White with #DA0875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0875; }
p { color: rgb(218,8,117); }
H1.HeaderClassName
{
color: #DA0875;
}
.AnyTagClassName
{
color: #DA0875;
}
</style>
background-color css
<style>
a { background-color: #DA0875; }
a { background-color: rgb(218,8,117); }
div.DivClassName
{
background-color: #DA0875;
}
.BgClassName
{
background-color: #DA0875;
}
</style>
border-color css
<style>
span { border-color: #DA0875; }
span { border-color: rgb(218,8,117); }
td.TdClassName
{
border-color: #DA0875;
}
.TagClassName
{
border-color: #DA0875;
}
</style>