Shades of Ruby #D5195D
Tints of Ruby #D5195D
RGB
CMYK
RGB Variations
Color information
#D5195D (or 0xD5195D) is known color: Ruby. HEX triplet: D5, 19 and 5D. RGB value is (213,25,93). Sum of RGB (Red+Green+Blue) = 213+25+93=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D5195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5195D is #2AE6A2. Grayscale: #585858. Windows color (decimal): -2811555 or 6101461. OLE color: 6101461.
HSL color Cylindrical-coordinate representation of color #D5195D: hue angle of 338.3º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5195D is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 93 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.16 |
| HSL | 338.3º | 0.79% | 0.47% | - |
| HSV(B) | 338.3º | 0.88% | 0.84% | - |
| XYZ | 29.76 | 15.63 | 11.8 | - |
| YUV | 88.96 | 130.28 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 93 | 0 | 0.88 | 0.56 | 0.16 | 338.3 | 0.79 | 0.47 |
| Hex | D5 | 19 | 5D | 0 | 58 | 38 | 10 | 152 | 4F | 2F |
| Octal | 325 | 31 | 135 | 0 | 130 | 70 | 20 | 522 | 117 | 57 |
| Binary | 11010101 | 11001 | 1011101 | 0 | 1011000 | 111000 | 10000 | 101010010 | 1001111 | 101111 |
Color Harmonies of #D5195D
Complementary color
Monochromatic Colors of #D5195D
Black with #D5195D
Text Example
Text Example
White with #D5195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5195D; }
p { color: rgb(213,25,93); }
H1.HeaderClassName
{
color: #D5195D;
}
.AnyTagClassName
{
color: #D5195D;
}
</style>
background-color css
<style>
a { background-color: #D5195D; }
a { background-color: rgb(213,25,93); }
div.DivClassName
{
background-color: #D5195D;
}
.BgClassName
{
background-color: #D5195D;
}
</style>
border-color css
<style>
span { border-color: #D5195D; }
span { border-color: rgb(213,25,93); }
td.TdClassName
{
border-color: #D5195D;
}
.TagClassName
{
border-color: #D5195D;
}
</style>