Shades of Ruby #D1196B
Tints of Ruby #D1196B
RGB
CMYK
RGB Variations
Color information
#D1196B (or 0xD1196B) is known color: Ruby. HEX triplet: D1, 19 and 6B. RGB value is (209,25,107). Sum of RGB (Red+Green+Blue) = 209+25+107=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1196B is #2EE694. Grayscale: #595959. Windows color (decimal): -3073685 or 7018961. OLE color: 7018961.
HSL color Cylindrical-coordinate representation of color #D1196B: hue angle of 333.26º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1196B is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 107 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.18 |
| HSL | 333.26º | 0.79% | 0.46% | - |
| HSV(B) | 333.26º | 0.88% | 0.82% | - |
| XYZ | 29.3 | 15.31 | 15.32 | - |
| YUV | 89.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 107 | 0 | 0.88 | 0.49 | 0.18 | 333.26 | 0.79 | 0.46 |
| Hex | D1 | 19 | 6B | 0 | 58 | 31 | 12 | 14D | 4F | 2E |
| Octal | 321 | 31 | 153 | 0 | 130 | 61 | 22 | 515 | 117 | 56 |
| Binary | 11010001 | 11001 | 1101011 | 0 | 1011000 | 110001 | 10010 | 101001101 | 1001111 | 101110 |
Color Harmonies of #D1196B
Complementary color
Monochromatic Colors of #D1196B
Black with #D1196B
Text Example
Text Example
White with #D1196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1196B; }
p { color: rgb(209,25,107); }
H1.HeaderClassName
{
color: #D1196B;
}
.AnyTagClassName
{
color: #D1196B;
}
</style>
background-color css
<style>
a { background-color: #D1196B; }
a { background-color: rgb(209,25,107); }
div.DivClassName
{
background-color: #D1196B;
}
.BgClassName
{
background-color: #D1196B;
}
</style>
border-color css
<style>
span { border-color: #D1196B; }
span { border-color: rgb(209,25,107); }
td.TdClassName
{
border-color: #D1196B;
}
.TagClassName
{
border-color: #D1196B;
}
</style>