Shades of Ruby #D7185C
Tints of Ruby #D7185C
RGB
CMYK
RGB Variations
Color information
#D7185C (or 0xD7185C) is known color: Ruby. HEX triplet: D7, 18 and 5C. RGB value is (215,24,92). Sum of RGB (Red+Green+Blue) = 215+24+92=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D7185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7185C is #28E7A3. Grayscale: #585858. Windows color (decimal): -2680740 or 6035671. OLE color: 6035671.
HSL color Cylindrical-coordinate representation of color #D7185C: hue angle of 338.64º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7185C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 92 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.16 |
| HSL | 338.64º | 0.8% | 0.47% | - |
| HSV(B) | 338.64º | 0.89% | 0.84% | - |
| XYZ | 30.28 | 15.87 | 11.59 | - |
| YUV | 88.86 | 129.78 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 92 | 0 | 0.89 | 0.57 | 0.16 | 338.64 | 0.8 | 0.47 |
| Hex | D7 | 18 | 5C | 0 | 59 | 39 | 10 | 153 | 50 | 2F |
| Octal | 327 | 30 | 134 | 0 | 131 | 71 | 20 | 523 | 120 | 57 |
| Binary | 11010111 | 11000 | 1011100 | 0 | 1011001 | 111001 | 10000 | 101010011 | 1010000 | 101111 |
Color Harmonies of #D7185C
Complementary color
Monochromatic Colors of #D7185C
Black with #D7185C
Text Example
Text Example
White with #D7185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7185C; }
p { color: rgb(215,24,92); }
H1.HeaderClassName
{
color: #D7185C;
}
.AnyTagClassName
{
color: #D7185C;
}
</style>
background-color css
<style>
a { background-color: #D7185C; }
a { background-color: rgb(215,24,92); }
div.DivClassName
{
background-color: #D7185C;
}
.BgClassName
{
background-color: #D7185C;
}
</style>
border-color css
<style>
span { border-color: #D7185C; }
span { border-color: rgb(215,24,92); }
td.TdClassName
{
border-color: #D7185C;
}
.TagClassName
{
border-color: #D7185C;
}
</style>