Shades of Ruby #D9185B
Tints of Ruby #D9185B
RGB
CMYK
RGB Variations
Color information
#D9185B (or 0xD9185B) is known color: Ruby. HEX triplet: D9, 18 and 5B. RGB value is (217,24,91). Sum of RGB (Red+Green+Blue) = 217+24+91=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9185B is #26E7A4. Grayscale: #595959. Windows color (decimal): -2549669 or 5970137. OLE color: 5970137.
HSL color Cylindrical-coordinate representation of color #D9185B: hue angle of 339.17º 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 #D9185B is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 91 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.15 |
| HSL | 339.17º | 0.8% | 0.47% | - |
| HSV(B) | 339.17º | 0.89% | 0.85% | - |
| XYZ | 30.83 | 16.16 | 11.39 | - |
| YUV | 89.35 | 128.94 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 91 | 0 | 0.89 | 0.58 | 0.15 | 339.17 | 0.8 | 0.47 |
| Hex | D9 | 18 | 5B | 0 | 59 | 3A | F | 153 | 50 | 2F |
| Octal | 331 | 30 | 133 | 0 | 131 | 72 | 17 | 523 | 120 | 57 |
| Binary | 11011001 | 11000 | 1011011 | 0 | 1011001 | 111010 | 1111 | 101010011 | 1010000 | 101111 |
Color Harmonies of #D9185B
Complementary color
Monochromatic Colors of #D9185B
Black with #D9185B
Text Example
Text Example
White with #D9185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9185B; }
p { color: rgb(217,24,91); }
H1.HeaderClassName
{
color: #D9185B;
}
.AnyTagClassName
{
color: #D9185B;
}
</style>
background-color css
<style>
a { background-color: #D9185B; }
a { background-color: rgb(217,24,91); }
div.DivClassName
{
background-color: #D9185B;
}
.BgClassName
{
background-color: #D9185B;
}
</style>
border-color css
<style>
span { border-color: #D9185B; }
span { border-color: rgb(217,24,91); }
td.TdClassName
{
border-color: #D9185B;
}
.TagClassName
{
border-color: #D9185B;
}
</style>