Shades of Ruby #D71074
Tints of Ruby #D71074
RGB
CMYK
RGB Variations
Color information
#D71074 (or 0xD71074) is known color: Ruby. HEX triplet: D7, 10 and 74. RGB value is (215,16,116). Sum of RGB (Red+Green+Blue) = 215+16+116=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D71074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71074 is #28EF8B. Grayscale: #565656. Windows color (decimal): -2682764 or 7606487. OLE color: 7606487.
HSL color Cylindrical-coordinate representation of color #D71074: hue angle of 329.85º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71074 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 116 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.16 |
| HSL | 329.85º | 0.86% | 0.45% | - |
| HSV(B) | 329.85º | 0.93% | 0.84% | - |
| XYZ | 31.36 | 16.08 | 17.97 | - |
| YUV | 86.9 | 144.43 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 116 | 0 | 0.93 | 0.46 | 0.16 | 329.85 | 0.86 | 0.45 |
| Hex | D7 | 10 | 74 | 0 | 5D | 2E | 10 | 14A | 56 | 2D |
| Octal | 327 | 20 | 164 | 0 | 135 | 56 | 20 | 512 | 126 | 55 |
| Binary | 11010111 | 10000 | 1110100 | 0 | 1011101 | 101110 | 10000 | 101001010 | 1010110 | 101101 |
Color Harmonies of #D71074
Complementary color
Monochromatic Colors of #D71074
Black with #D71074
Text Example
Text Example
White with #D71074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71074; }
p { color: rgb(215,16,116); }
H1.HeaderClassName
{
color: #D71074;
}
.AnyTagClassName
{
color: #D71074;
}
</style>
background-color css
<style>
a { background-color: #D71074; }
a { background-color: rgb(215,16,116); }
div.DivClassName
{
background-color: #D71074;
}
.BgClassName
{
background-color: #D71074;
}
</style>
border-color css
<style>
span { border-color: #D71074; }
span { border-color: rgb(215,16,116); }
td.TdClassName
{
border-color: #D71074;
}
.TagClassName
{
border-color: #D71074;
}
</style>