Shades of Ruby #D9196A
Tints of Ruby #D9196A
RGB
CMYK
RGB Variations
Color information
#D9196A (or 0xD9196A) is known color: Ruby. HEX triplet: D9, 19 and 6A. RGB value is (217,25,106). Sum of RGB (Red+Green+Blue) = 217+25+106=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9196A is #26E695. Grayscale: #5B5B5B. Windows color (decimal): -2549398 or 6953433. OLE color: 6953433.
HSL color Cylindrical-coordinate representation of color #D9196A: hue angle of 334.69º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9196A is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 106 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.15 |
| HSL | 334.69º | 0.79% | 0.47% | - |
| HSV(B) | 334.69º | 0.88% | 0.85% | - |
| XYZ | 31.56 | 16.49 | 15.15 | - |
| YUV | 91.64 | 136.11 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 106 | 0 | 0.88 | 0.51 | 0.15 | 334.69 | 0.79 | 0.47 |
| Hex | D9 | 19 | 6A | 0 | 58 | 33 | F | 14F | 4F | 2F |
| Octal | 331 | 31 | 152 | 0 | 130 | 63 | 17 | 517 | 117 | 57 |
| Binary | 11011001 | 11001 | 1101010 | 0 | 1011000 | 110011 | 1111 | 101001111 | 1001111 | 101111 |
Color Harmonies of #D9196A
Complementary color
Monochromatic Colors of #D9196A
Black with #D9196A
Text Example
Text Example
White with #D9196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9196A; }
p { color: rgb(217,25,106); }
H1.HeaderClassName
{
color: #D9196A;
}
.AnyTagClassName
{
color: #D9196A;
}
</style>
background-color css
<style>
a { background-color: #D9196A; }
a { background-color: rgb(217,25,106); }
div.DivClassName
{
background-color: #D9196A;
}
.BgClassName
{
background-color: #D9196A;
}
</style>
border-color css
<style>
span { border-color: #D9196A; }
span { border-color: rgb(217,25,106); }
td.TdClassName
{
border-color: #D9196A;
}
.TagClassName
{
border-color: #D9196A;
}
</style>