Shades of Ruby #D9175A
Tints of Ruby #D9175A
RGB
CMYK
RGB Variations
Color information
#D9175A (or 0xD9175A) is known color: Ruby. HEX triplet: D9, 17 and 5A. RGB value is (217,23,90). Sum of RGB (Red+Green+Blue) = 217+23+90=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D9175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9175A is #26E8A5. Grayscale: #585858. Windows color (decimal): -2549926 or 5904345. OLE color: 5904345.
HSL color Cylindrical-coordinate representation of color #D9175A: hue angle of 339.28º 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 #D9175A is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 90 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.15 |
| HSL | 339.28º | 0.81% | 0.47% | - |
| HSV(B) | 339.28º | 0.89% | 0.85% | - |
| XYZ | 30.77 | 16.1 | 11.16 | - |
| YUV | 88.64 | 128.77 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 90 | 0 | 0.89 | 0.59 | 0.15 | 339.28 | 0.81 | 0.47 |
| Hex | D9 | 17 | 5A | 0 | 59 | 3B | F | 153 | 51 | 2F |
| Octal | 331 | 27 | 132 | 0 | 131 | 73 | 17 | 523 | 121 | 57 |
| Binary | 11011001 | 10111 | 1011010 | 0 | 1011001 | 111011 | 1111 | 101010011 | 1010001 | 101111 |
Color Harmonies of #D9175A
Complementary color
Monochromatic Colors of #D9175A
Black with #D9175A
Text Example
Text Example
White with #D9175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9175A; }
p { color: rgb(217,23,90); }
H1.HeaderClassName
{
color: #D9175A;
}
.AnyTagClassName
{
color: #D9175A;
}
</style>
background-color css
<style>
a { background-color: #D9175A; }
a { background-color: rgb(217,23,90); }
div.DivClassName
{
background-color: #D9175A;
}
.BgClassName
{
background-color: #D9175A;
}
</style>
border-color css
<style>
span { border-color: #D9175A; }
span { border-color: rgb(217,23,90); }
td.TdClassName
{
border-color: #D9175A;
}
.TagClassName
{
border-color: #D9175A;
}
</style>