Shades of Ruby #D71972
Tints of Ruby #D71972
RGB
CMYK
RGB Variations
Color information
#D71972 (or 0xD71972) is known color: Ruby. HEX triplet: D7, 19 and 72. RGB value is (215,25,114). Sum of RGB (Red+Green+Blue) = 215+25+114=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D71972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71972 is #28E68D. Grayscale: #5B5B5B. Windows color (decimal): -2680462 or 7477719. OLE color: 7477719.
HSL color Cylindrical-coordinate representation of color #D71972: hue angle of 331.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71972 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 114 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.16 |
| HSL | 331.89º | 0.79% | 0.47% | - |
| HSV(B) | 331.89º | 0.88% | 0.84% | - |
| XYZ | 31.41 | 16.36 | 17.42 | - |
| YUV | 91.96 | 140.45 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 114 | 0 | 0.88 | 0.47 | 0.16 | 331.89 | 0.79 | 0.47 |
| Hex | D7 | 19 | 72 | 0 | 58 | 2F | 10 | 14C | 4F | 2F |
| Octal | 327 | 31 | 162 | 0 | 130 | 57 | 20 | 514 | 117 | 57 |
| Binary | 11010111 | 11001 | 1110010 | 0 | 1011000 | 101111 | 10000 | 101001100 | 1001111 | 101111 |
Color Harmonies of #D71972
Complementary color
Monochromatic Colors of #D71972
Black with #D71972
Text Example
Text Example
White with #D71972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71972; }
p { color: rgb(215,25,114); }
H1.HeaderClassName
{
color: #D71972;
}
.AnyTagClassName
{
color: #D71972;
}
</style>
background-color css
<style>
a { background-color: #D71972; }
a { background-color: rgb(215,25,114); }
div.DivClassName
{
background-color: #D71972;
}
.BgClassName
{
background-color: #D71972;
}
</style>
border-color css
<style>
span { border-color: #D71972; }
span { border-color: rgb(215,25,114); }
td.TdClassName
{
border-color: #D71972;
}
.TagClassName
{
border-color: #D71972;
}
</style>