Shades of Ruby #DA175B
Tints of Ruby #DA175B
RGB
CMYK
RGB Variations
Color information
#DA175B (or 0xDA175B) is known color: Ruby. HEX triplet: DA, 17 and 5B. RGB value is (218,23,91). Sum of RGB (Red+Green+Blue) = 218+23+91=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA175B is #25E8A4. Grayscale: #585858. Windows color (decimal): -2484389 or 5969882. OLE color: 5969882.
HSL color Cylindrical-coordinate representation of color #DA175B: hue angle of 339.08º 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 #DA175B is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 91 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.15 |
| HSL | 339.08º | 0.81% | 0.47% | - |
| HSV(B) | 339.08º | 0.89% | 0.85% | - |
| XYZ | 31.11 | 16.27 | 11.4 | - |
| YUV | 89.06 | 129.1 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 91 | 0 | 0.89 | 0.58 | 0.15 | 339.08 | 0.81 | 0.47 |
| Hex | DA | 17 | 5B | 0 | 59 | 3A | F | 153 | 51 | 2F |
| Octal | 332 | 27 | 133 | 0 | 131 | 72 | 17 | 523 | 121 | 57 |
| Binary | 11011010 | 10111 | 1011011 | 0 | 1011001 | 111010 | 1111 | 101010011 | 1010001 | 101111 |
Color Harmonies of #DA175B
Complementary color
Monochromatic Colors of #DA175B
Black with #DA175B
Text Example
Text Example
White with #DA175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA175B; }
p { color: rgb(218,23,91); }
H1.HeaderClassName
{
color: #DA175B;
}
.AnyTagClassName
{
color: #DA175B;
}
</style>
background-color css
<style>
a { background-color: #DA175B; }
a { background-color: rgb(218,23,91); }
div.DivClassName
{
background-color: #DA175B;
}
.BgClassName
{
background-color: #DA175B;
}
</style>
border-color css
<style>
span { border-color: #DA175B; }
span { border-color: rgb(218,23,91); }
td.TdClassName
{
border-color: #DA175B;
}
.TagClassName
{
border-color: #DA175B;
}
</style>