Shades of Ruby #D7156A
Tints of Ruby #D7156A
RGB
CMYK
RGB Variations
Color information
#D7156A (or 0xD7156A) is known color: Ruby. HEX triplet: D7, 15 and 6A. RGB value is (215,21,106). Sum of RGB (Red+Green+Blue) = 215+21+106=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7156A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7156A is #28EA95. Grayscale: #585858. Windows color (decimal): -2681494 or 6952407. OLE color: 6952407.
HSL color Cylindrical-coordinate representation of color #D7156A: hue angle of 333.71º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7156A is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 106 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.16 |
| HSL | 333.71º | 0.82% | 0.46% | - |
| HSV(B) | 333.71º | 0.9% | 0.84% | - |
| XYZ | 30.89 | 16.02 | 15.1 | - |
| YUV | 88.7 | 137.77 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 106 | 0 | 0.90 | 0.51 | 0.16 | 333.71 | 0.82 | 0.46 |
| Hex | D7 | 15 | 6A | 0 | 5A | 33 | 10 | 14E | 52 | 2E |
| Octal | 327 | 25 | 152 | 0 | 132 | 63 | 20 | 516 | 122 | 56 |
| Binary | 11010111 | 10101 | 1101010 | 0 | 1011010 | 110011 | 10000 | 101001110 | 1010010 | 101110 |
Color Harmonies of #D7156A
Complementary color
Monochromatic Colors of #D7156A
Black with #D7156A
Text Example
Text Example
White with #D7156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7156A; }
p { color: rgb(215,21,106); }
H1.HeaderClassName
{
color: #D7156A;
}
.AnyTagClassName
{
color: #D7156A;
}
</style>
background-color css
<style>
a { background-color: #D7156A; }
a { background-color: rgb(215,21,106); }
div.DivClassName
{
background-color: #D7156A;
}
.BgClassName
{
background-color: #D7156A;
}
</style>
border-color css
<style>
span { border-color: #D7156A; }
span { border-color: rgb(215,21,106); }
td.TdClassName
{
border-color: #D7156A;
}
.TagClassName
{
border-color: #D7156A;
}
</style>