Shades of Ruby #D4196B
Tints of Ruby #D4196B
RGB
CMYK
RGB Variations
Color information
#D4196B (or 0xD4196B) is known color: Ruby. HEX triplet: D4, 19 and 6B. RGB value is (212,25,107). Sum of RGB (Red+Green+Blue) = 212+25+107=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D4196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4196B is #2BE694. Grayscale: #5A5A5A. Windows color (decimal): -2877077 or 7018964. OLE color: 7018964.
HSL color Cylindrical-coordinate representation of color #D4196B: hue angle of 333.69º 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 #D4196B is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 107 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.17 |
| HSL | 333.69º | 0.79% | 0.46% | - |
| HSV(B) | 333.69º | 0.88% | 0.83% | - |
| XYZ | 30.15 | 15.75 | 15.36 | - |
| YUV | 90.26 | 137.45 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 107 | 0 | 0.88 | 0.50 | 0.17 | 333.69 | 0.79 | 0.46 |
| Hex | D4 | 19 | 6B | 0 | 58 | 32 | 11 | 14E | 4F | 2E |
| Octal | 324 | 31 | 153 | 0 | 130 | 62 | 21 | 516 | 117 | 56 |
| Binary | 11010100 | 11001 | 1101011 | 0 | 1011000 | 110010 | 10001 | 101001110 | 1001111 | 101110 |
Color Harmonies of #D4196B
Complementary color
Monochromatic Colors of #D4196B
Black with #D4196B
Text Example
Text Example
White with #D4196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4196B; }
p { color: rgb(212,25,107); }
H1.HeaderClassName
{
color: #D4196B;
}
.AnyTagClassName
{
color: #D4196B;
}
</style>
background-color css
<style>
a { background-color: #D4196B; }
a { background-color: rgb(212,25,107); }
div.DivClassName
{
background-color: #D4196B;
}
.BgClassName
{
background-color: #D4196B;
}
</style>
border-color css
<style>
span { border-color: #D4196B; }
span { border-color: rgb(212,25,107); }
td.TdClassName
{
border-color: #D4196B;
}
.TagClassName
{
border-color: #D4196B;
}
</style>