Shades of Ruby #D8185C
Tints of Ruby #D8185C
RGB
CMYK
RGB Variations
Color information
#D8185C (or 0xD8185C) is known color: Ruby. HEX triplet: D8, 18 and 5C. RGB value is (216,24,92). Sum of RGB (Red+Green+Blue) = 216+24+92=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8185C is #27E7A3. Grayscale: #595959. Windows color (decimal): -2615204 or 6035672. OLE color: 6035672.
HSL color Cylindrical-coordinate representation of color #D8185C: hue angle of 338.75º 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 #D8185C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 92 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.15 |
| HSL | 338.75º | 0.8% | 0.47% | - |
| HSV(B) | 338.75º | 0.89% | 0.85% | - |
| XYZ | 30.58 | 16.02 | 11.61 | - |
| YUV | 89.16 | 129.61 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 92 | 0 | 0.89 | 0.57 | 0.15 | 338.75 | 0.8 | 0.47 |
| Hex | D8 | 18 | 5C | 0 | 59 | 39 | F | 153 | 50 | 2F |
| Octal | 330 | 30 | 134 | 0 | 131 | 71 | 17 | 523 | 120 | 57 |
| Binary | 11011000 | 11000 | 1011100 | 0 | 1011001 | 111001 | 1111 | 101010011 | 1010000 | 101111 |
Color Harmonies of #D8185C
Complementary color
Monochromatic Colors of #D8185C
Black with #D8185C
Text Example
Text Example
White with #D8185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8185C; }
p { color: rgb(216,24,92); }
H1.HeaderClassName
{
color: #D8185C;
}
.AnyTagClassName
{
color: #D8185C;
}
</style>
background-color css
<style>
a { background-color: #D8185C; }
a { background-color: rgb(216,24,92); }
div.DivClassName
{
background-color: #D8185C;
}
.BgClassName
{
background-color: #D8185C;
}
</style>
border-color css
<style>
span { border-color: #D8185C; }
span { border-color: rgb(216,24,92); }
td.TdClassName
{
border-color: #D8185C;
}
.TagClassName
{
border-color: #D8185C;
}
</style>