Shades of Ruby #D7096A
Tints of Ruby #D7096A
RGB
CMYK
RGB Variations
Color information
#D7096A (or 0xD7096A) is known color: Ruby. HEX triplet: D7, 09 and 6A. RGB value is (215,9,106). Sum of RGB (Red+Green+Blue) = 215+9+106=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D7096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7096A is #28F695. Grayscale: #515151. Windows color (decimal): -2684566 or 6949335. OLE color: 6949335.
HSL color Cylindrical-coordinate representation of color #D7096A: hue angle of 331.75º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7096A is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 106 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.16 |
| HSL | 331.75º | 0.92% | 0.44% | - |
| HSV(B) | 331.75º | 0.96% | 0.84% | - |
| XYZ | 30.72 | 15.68 | 15.04 | - |
| YUV | 81.65 | 141.75 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 106 | 0 | 0.96 | 0.51 | 0.16 | 331.75 | 0.92 | 0.44 |
| Hex | D7 | 9 | 6A | 0 | 60 | 33 | 10 | 14C | 5C | 2C |
| Octal | 327 | 11 | 152 | 0 | 140 | 63 | 20 | 514 | 134 | 54 |
| Binary | 11010111 | 1001 | 1101010 | 0 | 1100000 | 110011 | 10000 | 101001100 | 1011100 | 101100 |
Color Harmonies of #D7096A
Complementary color
Monochromatic Colors of #D7096A
Black with #D7096A
Text Example
Text Example
White with #D7096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7096A; }
p { color: rgb(215,9,106); }
H1.HeaderClassName
{
color: #D7096A;
}
.AnyTagClassName
{
color: #D7096A;
}
</style>
background-color css
<style>
a { background-color: #D7096A; }
a { background-color: rgb(215,9,106); }
div.DivClassName
{
background-color: #D7096A;
}
.BgClassName
{
background-color: #D7096A;
}
</style>
border-color css
<style>
span { border-color: #D7096A; }
span { border-color: rgb(215,9,106); }
td.TdClassName
{
border-color: #D7096A;
}
.TagClassName
{
border-color: #D7096A;
}
</style>