Shades of Ruby #D71F60
Tints of Ruby #D71F60
RGB
CMYK
RGB Variations
Color information
#D71F60 (or 0xD71F60) is known color: Ruby. HEX triplet: D7, 1F and 60. RGB value is (215,31,96). Sum of RGB (Red+Green+Blue) = 215+31+96=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F60 is #28E09F. Grayscale: #5D5D5D. Windows color (decimal): -2678944 or 6299607. OLE color: 6299607.
HSL color Cylindrical-coordinate representation of color #D71F60: hue angle of 338.8º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71F60 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 31 | 96 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.16 |
| HSL | 338.8º | 0.75% | 0.48% | - |
| HSV(B) | 338.8º | 0.86% | 0.84% | - |
| XYZ | 30.63 | 16.27 | 12.59 | - |
| YUV | 93.43 | 129.46 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 96 | 0 | 0.86 | 0.55 | 0.16 | 338.8 | 0.75 | 0.48 |
| Hex | D7 | 1F | 60 | 0 | 56 | 37 | 10 | 153 | 4B | 30 |
| Octal | 327 | 37 | 140 | 0 | 126 | 67 | 20 | 523 | 113 | 60 |
| Binary | 11010111 | 11111 | 1100000 | 0 | 1010110 | 110111 | 10000 | 101010011 | 1001011 | 110000 |
Color Harmonies of #D71F60
Complementary color
Monochromatic Colors of #D71F60
Black with #D71F60
Text Example
Text Example
White with #D71F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71F60; }
p { color: rgb(215,31,96); }
H1.HeaderClassName
{
color: #D71F60;
}
.AnyTagClassName
{
color: #D71F60;
}
</style>
background-color css
<style>
a { background-color: #D71F60; }
a { background-color: rgb(215,31,96); }
div.DivClassName
{
background-color: #D71F60;
}
.BgClassName
{
background-color: #D71F60;
}
</style>
border-color css
<style>
span { border-color: #D71F60; }
span { border-color: rgb(215,31,96); }
td.TdClassName
{
border-color: #D71F60;
}
.TagClassName
{
border-color: #D71F60;
}
</style>