Shades of Ruby #D71C74
Tints of Ruby #D71C74
RGB
CMYK
RGB Variations
Color information
#D71C74 (or 0xD71C74) is known color: Ruby. HEX triplet: D7, 1C and 74. RGB value is (215,28,116). Sum of RGB (Red+Green+Blue) = 215+28+116=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71C74 is #28E38B. Grayscale: #5D5D5D. Windows color (decimal): -2679692 or 7609559. OLE color: 7609559.
HSL color Cylindrical-coordinate representation of color #D71C74: hue angle of 331.76º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71C74 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 116 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.16 |
| HSL | 331.76º | 0.77% | 0.48% | - |
| HSV(B) | 331.76º | 0.87% | 0.84% | - |
| XYZ | 31.59 | 16.54 | 18.05 | - |
| YUV | 93.95 | 140.45 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 116 | 0 | 0.87 | 0.46 | 0.16 | 331.76 | 0.77 | 0.48 |
| Hex | D7 | 1C | 74 | 0 | 57 | 2E | 10 | 14C | 4D | 30 |
| Octal | 327 | 34 | 164 | 0 | 127 | 56 | 20 | 514 | 115 | 60 |
| Binary | 11010111 | 11100 | 1110100 | 0 | 1010111 | 101110 | 10000 | 101001100 | 1001101 | 110000 |
Color Harmonies of #D71C74
Complementary color
Monochromatic Colors of #D71C74
Black with #D71C74
Text Example
Text Example
White with #D71C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71C74; }
p { color: rgb(215,28,116); }
H1.HeaderClassName
{
color: #D71C74;
}
.AnyTagClassName
{
color: #D71C74;
}
</style>
background-color css
<style>
a { background-color: #D71C74; }
a { background-color: rgb(215,28,116); }
div.DivClassName
{
background-color: #D71C74;
}
.BgClassName
{
background-color: #D71C74;
}
</style>
border-color css
<style>
span { border-color: #D71C74; }
span { border-color: rgb(215,28,116); }
td.TdClassName
{
border-color: #D71C74;
}
.TagClassName
{
border-color: #D71C74;
}
</style>