Shades of Ruby #D5185F
Tints of Ruby #D5185F
RGB
CMYK
RGB Variations
Color information
#D5185F (or 0xD5185F) is known color: Ruby. HEX triplet: D5, 18 and 5F. RGB value is (213,24,95). Sum of RGB (Red+Green+Blue) = 213+24+95=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D5185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5185F is #2AE7A0. Grayscale: #585858. Windows color (decimal): -2811809 or 6232277. OLE color: 6232277.
HSL color Cylindrical-coordinate representation of color #D5185F: hue angle of 337.46º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5185F is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 95 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.16 |
| HSL | 337.46º | 0.8% | 0.46% | - |
| HSV(B) | 337.46º | 0.89% | 0.84% | - |
| XYZ | 29.83 | 15.63 | 12.27 | - |
| YUV | 88.61 | 131.62 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 95 | 0 | 0.89 | 0.55 | 0.16 | 337.46 | 0.8 | 0.46 |
| Hex | D5 | 18 | 5F | 0 | 59 | 37 | 10 | 151 | 50 | 2E |
| Octal | 325 | 30 | 137 | 0 | 131 | 67 | 20 | 521 | 120 | 56 |
| Binary | 11010101 | 11000 | 1011111 | 0 | 1011001 | 110111 | 10000 | 101010001 | 1010000 | 101110 |
Color Harmonies of #D5185F
Complementary color
Monochromatic Colors of #D5185F
Black with #D5185F
Text Example
Text Example
White with #D5185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5185F; }
p { color: rgb(213,24,95); }
H1.HeaderClassName
{
color: #D5185F;
}
.AnyTagClassName
{
color: #D5185F;
}
</style>
background-color css
<style>
a { background-color: #D5185F; }
a { background-color: rgb(213,24,95); }
div.DivClassName
{
background-color: #D5185F;
}
.BgClassName
{
background-color: #D5185F;
}
</style>
border-color css
<style>
span { border-color: #D5185F; }
span { border-color: rgb(213,24,95); }
td.TdClassName
{
border-color: #D5185F;
}
.TagClassName
{
border-color: #D5185F;
}
</style>