Shades of Ruby #D71673
Tints of Ruby #D71673
RGB
CMYK
RGB Variations
Color information
#D71673 (or 0xD71673) is known color: Ruby. HEX triplet: D7, 16 and 73. RGB value is (215,22,115). Sum of RGB (Red+Green+Blue) = 215+22+115=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D71673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71673 is #28E98C. Grayscale: #5A5A5A. Windows color (decimal): -2681229 or 7542487. OLE color: 7542487.
HSL color Cylindrical-coordinate representation of color #D71673: hue angle of 331.09º degrees, saturation: 0.81, 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 #D71673 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 115 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.16 |
| HSL | 331.09º | 0.81% | 0.46% | - |
| HSV(B) | 331.09º | 0.9% | 0.84% | - |
| XYZ | 31.41 | 16.26 | 17.7 | - |
| YUV | 90.31 | 141.94 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 115 | 0 | 0.90 | 0.47 | 0.16 | 331.09 | 0.81 | 0.46 |
| Hex | D7 | 16 | 73 | 0 | 5A | 2F | 10 | 14B | 51 | 2E |
| Octal | 327 | 26 | 163 | 0 | 132 | 57 | 20 | 513 | 121 | 56 |
| Binary | 11010111 | 10110 | 1110011 | 0 | 1011010 | 101111 | 10000 | 101001011 | 1010001 | 101110 |
Color Harmonies of #D71673
Complementary color
Monochromatic Colors of #D71673
Black with #D71673
Text Example
Text Example
White with #D71673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71673; }
p { color: rgb(215,22,115); }
H1.HeaderClassName
{
color: #D71673;
}
.AnyTagClassName
{
color: #D71673;
}
</style>
background-color css
<style>
a { background-color: #D71673; }
a { background-color: rgb(215,22,115); }
div.DivClassName
{
background-color: #D71673;
}
.BgClassName
{
background-color: #D71673;
}
</style>
border-color css
<style>
span { border-color: #D71673; }
span { border-color: rgb(215,22,115); }
td.TdClassName
{
border-color: #D71673;
}
.TagClassName
{
border-color: #D71673;
}
</style>