Shades of Ruby #D7046A
Tints of Ruby #D7046A
RGB
CMYK
RGB Variations
Color information
#D7046A (or 0xD7046A) is known color: Ruby. HEX triplet: D7, 04 and 6A. RGB value is (215,4,106). Sum of RGB (Red+Green+Blue) = 215+4+106=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D7046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7046A is #28FB95. Grayscale: #4E4E4E. Windows color (decimal): -2685846 or 6948055. OLE color: 6948055.
HSL color Cylindrical-coordinate representation of color #D7046A: hue angle of 331º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7046A is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.16 |
| HSL | 331º | 0.96% | 0.43% | - |
| HSV(B) | 331º | 0.98% | 0.84% | - |
| XYZ | 30.67 | 15.57 | 15.03 | - |
| YUV | 78.72 | 143.4 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 106 | 0 | 0.98 | 0.51 | 0.16 | 331 | 0.96 | 0.43 |
| Hex | D7 | 4 | 6A | 0 | 62 | 33 | 10 | 14B | 60 | 2B |
| Octal | 327 | 4 | 152 | 0 | 142 | 63 | 20 | 513 | 140 | 53 |
| Binary | 11010111 | 100 | 1101010 | 0 | 1100010 | 110011 | 10000 | 101001011 | 1100000 | 101011 |
Color Harmonies of #D7046A
Complementary color
Monochromatic Colors of #D7046A
Black with #D7046A
Text Example
Text Example
White with #D7046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7046A; }
p { color: rgb(215,4,106); }
H1.HeaderClassName
{
color: #D7046A;
}
.AnyTagClassName
{
color: #D7046A;
}
</style>
background-color css
<style>
a { background-color: #D7046A; }
a { background-color: rgb(215,4,106); }
div.DivClassName
{
background-color: #D7046A;
}
.BgClassName
{
background-color: #D7046A;
}
</style>
border-color css
<style>
span { border-color: #D7046A; }
span { border-color: rgb(215,4,106); }
td.TdClassName
{
border-color: #D7046A;
}
.TagClassName
{
border-color: #D7046A;
}
</style>