Shades of Ruby #D71274
Tints of Ruby #D71274
RGB
CMYK
RGB Variations
Color information
#D71274 (or 0xD71274) is known color: Ruby. HEX triplet: D7, 12 and 74. RGB value is (215,18,116). Sum of RGB (Red+Green+Blue) = 215+18+116=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D71274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71274 is #28ED8B. Grayscale: #575757. Windows color (decimal): -2682252 or 7606999. OLE color: 7606999.
HSL color Cylindrical-coordinate representation of color #D71274: hue angle of 330.15º 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 #D71274 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 116 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.16 |
| HSL | 330.15º | 0.85% | 0.46% | - |
| HSV(B) | 330.15º | 0.92% | 0.84% | - |
| XYZ | 31.39 | 16.14 | 17.98 | - |
| YUV | 88.08 | 143.77 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 116 | 0 | 0.92 | 0.46 | 0.16 | 330.15 | 0.85 | 0.46 |
| Hex | D7 | 12 | 74 | 0 | 5C | 2E | 10 | 14A | 55 | 2E |
| Octal | 327 | 22 | 164 | 0 | 134 | 56 | 20 | 512 | 125 | 56 |
| Binary | 11010111 | 10010 | 1110100 | 0 | 1011100 | 101110 | 10000 | 101001010 | 1010101 | 101110 |
Color Harmonies of #D71274
Complementary color
Monochromatic Colors of #D71274
Black with #D71274
Text Example
Text Example
White with #D71274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71274; }
p { color: rgb(215,18,116); }
H1.HeaderClassName
{
color: #D71274;
}
.AnyTagClassName
{
color: #D71274;
}
</style>
background-color css
<style>
a { background-color: #D71274; }
a { background-color: rgb(215,18,116); }
div.DivClassName
{
background-color: #D71274;
}
.BgClassName
{
background-color: #D71274;
}
</style>
border-color css
<style>
span { border-color: #D71274; }
span { border-color: rgb(215,18,116); }
td.TdClassName
{
border-color: #D71274;
}
.TagClassName
{
border-color: #D71274;
}
</style>