Shades of Ruby #D5196D
Tints of Ruby #D5196D
RGB
CMYK
RGB Variations
Color information
#D5196D (or 0xD5196D) is known color: Ruby. HEX triplet: D5, 19 and 6D. RGB value is (213,25,109). Sum of RGB (Red+Green+Blue) = 213+25+109=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D5196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5196D is #2AE692. Grayscale: #5A5A5A. Windows color (decimal): -2811539 or 7150037. OLE color: 7150037.
HSL color Cylindrical-coordinate representation of color #D5196D: hue angle of 333.19º 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 #D5196D is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 109 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.16 |
| HSL | 333.19º | 0.79% | 0.47% | - |
| HSV(B) | 333.19º | 0.88% | 0.84% | - |
| XYZ | 30.55 | 15.95 | 15.94 | - |
| YUV | 90.79 | 138.28 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 109 | 0 | 0.88 | 0.49 | 0.16 | 333.19 | 0.79 | 0.47 |
| Hex | D5 | 19 | 6D | 0 | 58 | 31 | 10 | 14D | 4F | 2F |
| Octal | 325 | 31 | 155 | 0 | 130 | 61 | 20 | 515 | 117 | 57 |
| Binary | 11010101 | 11001 | 1101101 | 0 | 1011000 | 110001 | 10000 | 101001101 | 1001111 | 101111 |
Color Harmonies of #D5196D
Complementary color
Monochromatic Colors of #D5196D
Black with #D5196D
Text Example
Text Example
White with #D5196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5196D; }
p { color: rgb(213,25,109); }
H1.HeaderClassName
{
color: #D5196D;
}
.AnyTagClassName
{
color: #D5196D;
}
</style>
background-color css
<style>
a { background-color: #D5196D; }
a { background-color: rgb(213,25,109); }
div.DivClassName
{
background-color: #D5196D;
}
.BgClassName
{
background-color: #D5196D;
}
</style>
border-color css
<style>
span { border-color: #D5196D; }
span { border-color: rgb(213,25,109); }
td.TdClassName
{
border-color: #D5196D;
}
.TagClassName
{
border-color: #D5196D;
}
</style>