Shades of Ruby #D4196D
Tints of Ruby #D4196D
RGB
CMYK
RGB Variations
Color information
#D4196D (or 0xD4196D) is known color: Ruby. HEX triplet: D4, 19 and 6D. RGB value is (212,25,109). Sum of RGB (Red+Green+Blue) = 212+25+109=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4196D is #2BE692. Grayscale: #5A5A5A. Windows color (decimal): -2877075 or 7150036. OLE color: 7150036.
HSL color Cylindrical-coordinate representation of color #D4196D: hue angle of 333.05º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4196D is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 109 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.17 |
| HSL | 333.05º | 0.79% | 0.46% | - |
| HSV(B) | 333.05º | 0.88% | 0.83% | - |
| XYZ | 30.26 | 15.8 | 15.92 | - |
| YUV | 90.49 | 138.45 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 109 | 0 | 0.88 | 0.49 | 0.17 | 333.05 | 0.79 | 0.46 |
| Hex | D4 | 19 | 6D | 0 | 58 | 31 | 11 | 14D | 4F | 2E |
| Octal | 324 | 31 | 155 | 0 | 130 | 61 | 21 | 515 | 117 | 56 |
| Binary | 11010100 | 11001 | 1101101 | 0 | 1011000 | 110001 | 10001 | 101001101 | 1001111 | 101110 |
Color Harmonies of #D4196D
Complementary color
Monochromatic Colors of #D4196D
Black with #D4196D
Text Example
Text Example
White with #D4196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4196D; }
p { color: rgb(212,25,109); }
H1.HeaderClassName
{
color: #D4196D;
}
.AnyTagClassName
{
color: #D4196D;
}
</style>
background-color css
<style>
a { background-color: #D4196D; }
a { background-color: rgb(212,25,109); }
div.DivClassName
{
background-color: #D4196D;
}
.BgClassName
{
background-color: #D4196D;
}
</style>
border-color css
<style>
span { border-color: #D4196D; }
span { border-color: rgb(212,25,109); }
td.TdClassName
{
border-color: #D4196D;
}
.TagClassName
{
border-color: #D4196D;
}
</style>