Shades of Ruby #D7056E
Tints of Ruby #D7056E
RGB
CMYK
RGB Variations
Color information
#D7056E (or 0xD7056E) is known color: Ruby. HEX triplet: D7, 05 and 6E. RGB value is (215,5,110). Sum of RGB (Red+Green+Blue) = 215+5+110=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D7056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7056E is #28FA91. Grayscale: #4F4F4F. Windows color (decimal): -2685586 or 7210455. OLE color: 7210455.
HSL color Cylindrical-coordinate representation of color #D7056E: hue angle of 330º degrees, saturation: 0.95, 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 #D7056E is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 110 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.16 |
| HSL | 330º | 0.95% | 0.43% | - |
| HSV(B) | 330º | 0.98% | 0.84% | - |
| XYZ | 30.89 | 15.68 | 16.15 | - |
| YUV | 79.76 | 145.07 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 110 | 0 | 0.98 | 0.49 | 0.16 | 330 | 0.95 | 0.43 |
| Hex | D7 | 5 | 6E | 0 | 62 | 31 | 10 | 14A | 5F | 2B |
| Octal | 327 | 5 | 156 | 0 | 142 | 61 | 20 | 512 | 137 | 53 |
| Binary | 11010111 | 101 | 1101110 | 0 | 1100010 | 110001 | 10000 | 101001010 | 1011111 | 101011 |
Color Harmonies of #D7056E
Complementary color
Monochromatic Colors of #D7056E
Black with #D7056E
Text Example
Text Example
White with #D7056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7056E; }
p { color: rgb(215,5,110); }
H1.HeaderClassName
{
color: #D7056E;
}
.AnyTagClassName
{
color: #D7056E;
}
</style>
background-color css
<style>
a { background-color: #D7056E; }
a { background-color: rgb(215,5,110); }
div.DivClassName
{
background-color: #D7056E;
}
.BgClassName
{
background-color: #D7056E;
}
</style>
border-color css
<style>
span { border-color: #D7056E; }
span { border-color: rgb(215,5,110); }
td.TdClassName
{
border-color: #D7056E;
}
.TagClassName
{
border-color: #D7056E;
}
</style>