Shades of Ruby #D71273
Tints of Ruby #D71273
RGB
CMYK
RGB Variations
Color information
#D71273 (or 0xD71273) is known color: Ruby. HEX triplet: D7, 12 and 73. RGB value is (215,18,115). Sum of RGB (Red+Green+Blue) = 215+18+115=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D71273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71273 is #28ED8C. Grayscale: #575757. Windows color (decimal): -2682253 or 7541463. OLE color: 7541463.
HSL color Cylindrical-coordinate representation of color #D71273: hue angle of 330.46º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71273 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 115 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.16 |
| HSL | 330.46º | 0.85% | 0.46% | - |
| HSV(B) | 330.46º | 0.92% | 0.84% | - |
| XYZ | 31.34 | 16.12 | 17.68 | - |
| YUV | 87.96 | 143.27 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 115 | 0 | 0.92 | 0.47 | 0.16 | 330.46 | 0.85 | 0.46 |
| Hex | D7 | 12 | 73 | 0 | 5C | 2F | 10 | 14A | 55 | 2E |
| Octal | 327 | 22 | 163 | 0 | 134 | 57 | 20 | 512 | 125 | 56 |
| Binary | 11010111 | 10010 | 1110011 | 0 | 1011100 | 101111 | 10000 | 101001010 | 1010101 | 101110 |
Color Harmonies of #D71273
Complementary color
Monochromatic Colors of #D71273
Black with #D71273
Text Example
Text Example
White with #D71273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71273; }
p { color: rgb(215,18,115); }
H1.HeaderClassName
{
color: #D71273;
}
.AnyTagClassName
{
color: #D71273;
}
</style>
background-color css
<style>
a { background-color: #D71273; }
a { background-color: rgb(215,18,115); }
div.DivClassName
{
background-color: #D71273;
}
.BgClassName
{
background-color: #D71273;
}
</style>
border-color css
<style>
span { border-color: #D71273; }
span { border-color: rgb(215,18,115); }
td.TdClassName
{
border-color: #D71273;
}
.TagClassName
{
border-color: #D71273;
}
</style>