Shades of Ruby #DA1774
Tints of Ruby #DA1774
RGB
CMYK
RGB Variations
Color information
#DA1774 (or 0xDA1774) is known color: Ruby. HEX triplet: DA, 17 and 74. RGB value is (218,23,116). Sum of RGB (Red+Green+Blue) = 218+23+116=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1774 is #25E88B. Grayscale: #5B5B5B. Windows color (decimal): -2484364 or 7608282. OLE color: 7608282.
HSL color Cylindrical-coordinate representation of color #DA1774: hue angle of 331.38º degrees, saturation: 0.81, 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 #DA1774 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 116 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.15 |
| HSL | 331.38º | 0.81% | 0.47% | - |
| HSV(B) | 331.38º | 0.89% | 0.85% | - |
| XYZ | 32.37 | 16.78 | 18.06 | - |
| YUV | 91.91 | 141.6 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 116 | 0 | 0.89 | 0.47 | 0.15 | 331.38 | 0.81 | 0.47 |
| Hex | DA | 17 | 74 | 0 | 59 | 2F | F | 14B | 51 | 2F |
| Octal | 332 | 27 | 164 | 0 | 131 | 57 | 17 | 513 | 121 | 57 |
| Binary | 11011010 | 10111 | 1110100 | 0 | 1011001 | 101111 | 1111 | 101001011 | 1010001 | 101111 |
Color Harmonies of #DA1774
Complementary color
Monochromatic Colors of #DA1774
Black with #DA1774
Text Example
Text Example
White with #DA1774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1774; }
p { color: rgb(218,23,116); }
H1.HeaderClassName
{
color: #DA1774;
}
.AnyTagClassName
{
color: #DA1774;
}
</style>
background-color css
<style>
a { background-color: #DA1774; }
a { background-color: rgb(218,23,116); }
div.DivClassName
{
background-color: #DA1774;
}
.BgClassName
{
background-color: #DA1774;
}
</style>
border-color css
<style>
span { border-color: #DA1774; }
span { border-color: rgb(218,23,116); }
td.TdClassName
{
border-color: #DA1774;
}
.TagClassName
{
border-color: #DA1774;
}
</style>