Shades of Ruby #DA1876
Tints of Ruby #DA1876
RGB
CMYK
RGB Variations
Color information
#DA1876 (or 0xDA1876) is known color: Ruby. HEX triplet: DA, 18 and 76. RGB value is (218,24,118). Sum of RGB (Red+Green+Blue) = 218+24+118=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1876 is #25E789. Grayscale: #5C5C5C. Windows color (decimal): -2484106 or 7739610. OLE color: 7739610.
HSL color Cylindrical-coordinate representation of color #DA1876: hue angle of 330.93º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1876 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 118 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.15 |
| HSL | 330.93º | 0.8% | 0.47% | - |
| HSV(B) | 330.93º | 0.89% | 0.85% | - |
| XYZ | 32.51 | 16.87 | 18.68 | - |
| YUV | 92.72 | 142.27 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 118 | 0 | 0.89 | 0.46 | 0.15 | 330.93 | 0.8 | 0.47 |
| Hex | DA | 18 | 76 | 0 | 59 | 2E | F | 14B | 50 | 2F |
| Octal | 332 | 30 | 166 | 0 | 131 | 56 | 17 | 513 | 120 | 57 |
| Binary | 11011010 | 11000 | 1110110 | 0 | 1011001 | 101110 | 1111 | 101001011 | 1010000 | 101111 |
Color Harmonies of #DA1876
Complementary color
Monochromatic Colors of #DA1876
Black with #DA1876
Text Example
Text Example
White with #DA1876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1876; }
p { color: rgb(218,24,118); }
H1.HeaderClassName
{
color: #DA1876;
}
.AnyTagClassName
{
color: #DA1876;
}
</style>
background-color css
<style>
a { background-color: #DA1876; }
a { background-color: rgb(218,24,118); }
div.DivClassName
{
background-color: #DA1876;
}
.BgClassName
{
background-color: #DA1876;
}
</style>
border-color css
<style>
span { border-color: #DA1876; }
span { border-color: rgb(218,24,118); }
td.TdClassName
{
border-color: #DA1876;
}
.TagClassName
{
border-color: #DA1876;
}
</style>