Shades of Ruby #D9185D
Tints of Ruby #D9185D
RGB
CMYK
RGB Variations
Color information
#D9185D (or 0xD9185D) is known color: Ruby. HEX triplet: D9, 18 and 5D. RGB value is (217,24,93). Sum of RGB (Red+Green+Blue) = 217+24+93=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D9185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9185D is #26E7A2. Grayscale: #595959. Windows color (decimal): -2549667 or 6101209. OLE color: 6101209.
HSL color Cylindrical-coordinate representation of color #D9185D: hue angle of 338.55º 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 #D9185D is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 93 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.15 |
| HSL | 338.55º | 0.8% | 0.47% | - |
| HSV(B) | 338.55º | 0.89% | 0.85% | - |
| XYZ | 30.92 | 16.2 | 11.85 | - |
| YUV | 89.57 | 129.94 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 93 | 0 | 0.89 | 0.57 | 0.15 | 338.55 | 0.8 | 0.47 |
| Hex | D9 | 18 | 5D | 0 | 59 | 39 | F | 153 | 50 | 2F |
| Octal | 331 | 30 | 135 | 0 | 131 | 71 | 17 | 523 | 120 | 57 |
| Binary | 11011001 | 11000 | 1011101 | 0 | 1011001 | 111001 | 1111 | 101010011 | 1010000 | 101111 |
Color Harmonies of #D9185D
Complementary color
Monochromatic Colors of #D9185D
Black with #D9185D
Text Example
Text Example
White with #D9185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9185D; }
p { color: rgb(217,24,93); }
H1.HeaderClassName
{
color: #D9185D;
}
.AnyTagClassName
{
color: #D9185D;
}
</style>
background-color css
<style>
a { background-color: #D9185D; }
a { background-color: rgb(217,24,93); }
div.DivClassName
{
background-color: #D9185D;
}
.BgClassName
{
background-color: #D9185D;
}
</style>
border-color css
<style>
span { border-color: #D9185D; }
span { border-color: rgb(217,24,93); }
td.TdClassName
{
border-color: #D9185D;
}
.TagClassName
{
border-color: #D9185D;
}
</style>