Shades of Ruby #D7046D
Tints of Ruby #D7046D
RGB
CMYK
RGB Variations
Color information
#D7046D (or 0xD7046D) is known color: Ruby. HEX triplet: D7, 04 and 6D. RGB value is (215,4,109). Sum of RGB (Red+Green+Blue) = 215+4+109=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D7046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7046D is #28FB92. Grayscale: #4E4E4E. Windows color (decimal): -2685843 or 7144663. OLE color: 7144663.
HSL color Cylindrical-coordinate representation of color #D7046D: hue angle of 330.14º 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 #D7046D is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 109 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.16 |
| HSL | 330.14º | 0.96% | 0.43% | - |
| HSV(B) | 330.14º | 0.98% | 0.84% | - |
| XYZ | 30.83 | 15.64 | 15.86 | - |
| YUV | 79.06 | 144.9 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 109 | 0 | 0.98 | 0.49 | 0.16 | 330.14 | 0.96 | 0.43 |
| Hex | D7 | 4 | 6D | 0 | 62 | 31 | 10 | 14A | 60 | 2B |
| Octal | 327 | 4 | 155 | 0 | 142 | 61 | 20 | 512 | 140 | 53 |
| Binary | 11010111 | 100 | 1101101 | 0 | 1100010 | 110001 | 10000 | 101001010 | 1100000 | 101011 |
Color Harmonies of #D7046D
Complementary color
Monochromatic Colors of #D7046D
Black with #D7046D
Text Example
Text Example
White with #D7046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7046D; }
p { color: rgb(215,4,109); }
H1.HeaderClassName
{
color: #D7046D;
}
.AnyTagClassName
{
color: #D7046D;
}
</style>
background-color css
<style>
a { background-color: #D7046D; }
a { background-color: rgb(215,4,109); }
div.DivClassName
{
background-color: #D7046D;
}
.BgClassName
{
background-color: #D7046D;
}
</style>
border-color css
<style>
span { border-color: #D7046D; }
span { border-color: rgb(215,4,109); }
td.TdClassName
{
border-color: #D7046D;
}
.TagClassName
{
border-color: #D7046D;
}
</style>