Shades of Ruby #D5125C
Tints of Ruby #D5125C
RGB
CMYK
RGB Variations
Color information
#D5125C (or 0xD5125C) is known color: Ruby. HEX triplet: D5, 12 and 5C. RGB value is (213,18,92). Sum of RGB (Red+Green+Blue) = 213+18+92=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D5125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5125C is #2AEDA3. Grayscale: #545454. Windows color (decimal): -2813348 or 6034133. OLE color: 6034133.
HSL color Cylindrical-coordinate representation of color #D5125C: hue angle of 337.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5125C is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 92 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.16 |
| HSL | 337.23º | 0.84% | 0.45% | - |
| HSV(B) | 337.23º | 0.92% | 0.84% | - |
| XYZ | 29.59 | 15.35 | 11.53 | - |
| YUV | 84.74 | 132.1 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 92 | 0 | 0.92 | 0.57 | 0.16 | 337.23 | 0.84 | 0.45 |
| Hex | D5 | 12 | 5C | 0 | 5C | 39 | 10 | 151 | 54 | 2D |
| Octal | 325 | 22 | 134 | 0 | 134 | 71 | 20 | 521 | 124 | 55 |
| Binary | 11010101 | 10010 | 1011100 | 0 | 1011100 | 111001 | 10000 | 101010001 | 1010100 | 101101 |
Color Harmonies of #D5125C
Complementary color
Monochromatic Colors of #D5125C
Black with #D5125C
Text Example
Text Example
White with #D5125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5125C; }
p { color: rgb(213,18,92); }
H1.HeaderClassName
{
color: #D5125C;
}
.AnyTagClassName
{
color: #D5125C;
}
</style>
background-color css
<style>
a { background-color: #D5125C; }
a { background-color: rgb(213,18,92); }
div.DivClassName
{
background-color: #D5125C;
}
.BgClassName
{
background-color: #D5125C;
}
</style>
border-color css
<style>
span { border-color: #D5125C; }
span { border-color: rgb(213,18,92); }
td.TdClassName
{
border-color: #D5125C;
}
.TagClassName
{
border-color: #D5125C;
}
</style>