Shades of Ruby #D5185C
Tints of Ruby #D5185C
RGB
CMYK
RGB Variations
Color information
#D5185C (or 0xD5185C) is known color: Ruby. HEX triplet: D5, 18 and 5C. RGB value is (213,24,92). Sum of RGB (Red+Green+Blue) = 213+24+92=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D5185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5185C is #2AE7A3. Grayscale: #585858. Windows color (decimal): -2811812 or 6035669. OLE color: 6035669.
HSL color Cylindrical-coordinate representation of color #D5185C: hue angle of 338.41º 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 #D5185C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 92 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.16 |
| HSL | 338.41º | 0.8% | 0.46% | - |
| HSV(B) | 338.41º | 0.89% | 0.84% | - |
| XYZ | 29.7 | 15.57 | 11.57 | - |
| YUV | 88.26 | 130.12 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 92 | 0 | 0.89 | 0.57 | 0.16 | 338.41 | 0.8 | 0.46 |
| Hex | D5 | 18 | 5C | 0 | 59 | 39 | 10 | 152 | 50 | 2E |
| Octal | 325 | 30 | 134 | 0 | 131 | 71 | 20 | 522 | 120 | 56 |
| Binary | 11010101 | 11000 | 1011100 | 0 | 1011001 | 111001 | 10000 | 101010010 | 1010000 | 101110 |
Color Harmonies of #D5185C
Complementary color
Monochromatic Colors of #D5185C
Black with #D5185C
Text Example
Text Example
White with #D5185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5185C; }
p { color: rgb(213,24,92); }
H1.HeaderClassName
{
color: #D5185C;
}
.AnyTagClassName
{
color: #D5185C;
}
</style>
background-color css
<style>
a { background-color: #D5185C; }
a { background-color: rgb(213,24,92); }
div.DivClassName
{
background-color: #D5185C;
}
.BgClassName
{
background-color: #D5185C;
}
</style>
border-color css
<style>
span { border-color: #D5185C; }
span { border-color: rgb(213,24,92); }
td.TdClassName
{
border-color: #D5185C;
}
.TagClassName
{
border-color: #D5185C;
}
</style>