Shades of Ruby #D9076A
Tints of Ruby #D9076A
RGB
CMYK
RGB Variations
Color information
#D9076A (or 0xD9076A) is known color: Ruby. HEX triplet: D9, 07 and 6A. RGB value is (217,7,106). Sum of RGB (Red+Green+Blue) = 217+7+106=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D9076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9076A is #26F895. Grayscale: #505050. Windows color (decimal): -2554006 or 6948825. OLE color: 6948825.
HSL color Cylindrical-coordinate representation of color #D9076A: hue angle of 331.71º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9076A is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 106 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.15 |
| HSL | 331.71º | 0.94% | 0.44% | - |
| HSV(B) | 331.71º | 0.97% | 0.85% | - |
| XYZ | 31.29 | 15.94 | 15.06 | - |
| YUV | 81.08 | 142.07 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 106 | 0 | 0.97 | 0.51 | 0.15 | 331.71 | 0.94 | 0.44 |
| Hex | D9 | 7 | 6A | 0 | 61 | 33 | F | 14C | 5E | 2C |
| Octal | 331 | 7 | 152 | 0 | 141 | 63 | 17 | 514 | 136 | 54 |
| Binary | 11011001 | 111 | 1101010 | 0 | 1100001 | 110011 | 1111 | 101001100 | 1011110 | 101100 |
Color Harmonies of #D9076A
Complementary color
Monochromatic Colors of #D9076A
Black with #D9076A
Text Example
Text Example
White with #D9076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9076A; }
p { color: rgb(217,7,106); }
H1.HeaderClassName
{
color: #D9076A;
}
.AnyTagClassName
{
color: #D9076A;
}
</style>
background-color css
<style>
a { background-color: #D9076A; }
a { background-color: rgb(217,7,106); }
div.DivClassName
{
background-color: #D9076A;
}
.BgClassName
{
background-color: #D9076A;
}
</style>
border-color css
<style>
span { border-color: #D9076A; }
span { border-color: rgb(217,7,106); }
td.TdClassName
{
border-color: #D9076A;
}
.TagClassName
{
border-color: #D9076A;
}
</style>