Shades of Ruby #DA175D
Tints of Ruby #DA175D
RGB
CMYK
RGB Variations
Color information
#DA175D (or 0xDA175D) is known color: Ruby. HEX triplet: DA, 17 and 5D. RGB value is (218,23,93). Sum of RGB (Red+Green+Blue) = 218+23+93=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA175D is #25E8A2. Grayscale: #595959. Windows color (decimal): -2484387 or 6100954. OLE color: 6100954.
HSL color Cylindrical-coordinate representation of color #DA175D: hue angle of 338.46º 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 #DA175D is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 93 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.15 |
| HSL | 338.46º | 0.81% | 0.47% | - |
| HSV(B) | 338.46º | 0.89% | 0.85% | - |
| XYZ | 31.2 | 16.31 | 11.86 | - |
| YUV | 89.29 | 130.1 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 93 | 0 | 0.89 | 0.57 | 0.15 | 338.46 | 0.81 | 0.47 |
| Hex | DA | 17 | 5D | 0 | 59 | 39 | F | 152 | 51 | 2F |
| Octal | 332 | 27 | 135 | 0 | 131 | 71 | 17 | 522 | 121 | 57 |
| Binary | 11011010 | 10111 | 1011101 | 0 | 1011001 | 111001 | 1111 | 101010010 | 1010001 | 101111 |
Color Harmonies of #DA175D
Complementary color
Monochromatic Colors of #DA175D
Black with #DA175D
Text Example
Text Example
White with #DA175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA175D; }
p { color: rgb(218,23,93); }
H1.HeaderClassName
{
color: #DA175D;
}
.AnyTagClassName
{
color: #DA175D;
}
</style>
background-color css
<style>
a { background-color: #DA175D; }
a { background-color: rgb(218,23,93); }
div.DivClassName
{
background-color: #DA175D;
}
.BgClassName
{
background-color: #DA175D;
}
</style>
border-color css
<style>
span { border-color: #DA175D; }
span { border-color: rgb(218,23,93); }
td.TdClassName
{
border-color: #DA175D;
}
.TagClassName
{
border-color: #DA175D;
}
</style>