Shades of Ruby #DA1873
Tints of Ruby #DA1873
RGB
CMYK
RGB Variations
Color information
#DA1873 (or 0xDA1873) is known color: Ruby. HEX triplet: DA, 18 and 73. RGB value is (218,24,115). Sum of RGB (Red+Green+Blue) = 218+24+115=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1873 is #25E78C. Grayscale: #5C5C5C. Windows color (decimal): -2484109 or 7543002. OLE color: 7543002.
HSL color Cylindrical-coordinate representation of color #DA1873: hue angle of 331.86º 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 #DA1873 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 115 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.15 |
| HSL | 331.86º | 0.8% | 0.47% | - |
| HSV(B) | 331.86º | 0.89% | 0.85% | - |
| XYZ | 32.33 | 16.8 | 17.76 | - |
| YUV | 92.38 | 140.77 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 115 | 0 | 0.89 | 0.47 | 0.15 | 331.86 | 0.8 | 0.47 |
| Hex | DA | 18 | 73 | 0 | 59 | 2F | F | 14C | 50 | 2F |
| Octal | 332 | 30 | 163 | 0 | 131 | 57 | 17 | 514 | 120 | 57 |
| Binary | 11011010 | 11000 | 1110011 | 0 | 1011001 | 101111 | 1111 | 101001100 | 1010000 | 101111 |
Color Harmonies of #DA1873
Complementary color
Monochromatic Colors of #DA1873
Black with #DA1873
Text Example
Text Example
White with #DA1873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1873; }
p { color: rgb(218,24,115); }
H1.HeaderClassName
{
color: #DA1873;
}
.AnyTagClassName
{
color: #DA1873;
}
</style>
background-color css
<style>
a { background-color: #DA1873; }
a { background-color: rgb(218,24,115); }
div.DivClassName
{
background-color: #DA1873;
}
.BgClassName
{
background-color: #DA1873;
}
</style>
border-color css
<style>
span { border-color: #DA1873; }
span { border-color: rgb(218,24,115); }
td.TdClassName
{
border-color: #DA1873;
}
.TagClassName
{
border-color: #DA1873;
}
</style>