Shades of Ruby #D71968
Tints of Ruby #D71968
RGB
CMYK
RGB Variations
Color information
#D71968 (or 0xD71968) is known color: Ruby. HEX triplet: D7, 19 and 68. RGB value is (215,25,104). Sum of RGB (Red+Green+Blue) = 215+25+104=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D71968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71968 is #28E697. Grayscale: #5A5A5A. Windows color (decimal): -2680472 or 6822359. OLE color: 6822359.
HSL color Cylindrical-coordinate representation of color #D71968: hue angle of 335.05º 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 #D71968 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 104 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.16 |
| HSL | 335.05º | 0.79% | 0.47% | - |
| HSV(B) | 335.05º | 0.88% | 0.84% | - |
| XYZ | 30.87 | 16.14 | 14.59 | - |
| YUV | 90.82 | 135.45 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 104 | 0 | 0.88 | 0.52 | 0.16 | 335.05 | 0.79 | 0.47 |
| Hex | D7 | 19 | 68 | 0 | 58 | 34 | 10 | 14F | 4F | 2F |
| Octal | 327 | 31 | 150 | 0 | 130 | 64 | 20 | 517 | 117 | 57 |
| Binary | 11010111 | 11001 | 1101000 | 0 | 1011000 | 110100 | 10000 | 101001111 | 1001111 | 101111 |
Color Harmonies of #D71968
Complementary color
Monochromatic Colors of #D71968
Black with #D71968
Text Example
Text Example
White with #D71968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71968; }
p { color: rgb(215,25,104); }
H1.HeaderClassName
{
color: #D71968;
}
.AnyTagClassName
{
color: #D71968;
}
</style>
background-color css
<style>
a { background-color: #D71968; }
a { background-color: rgb(215,25,104); }
div.DivClassName
{
background-color: #D71968;
}
.BgClassName
{
background-color: #D71968;
}
</style>
border-color css
<style>
span { border-color: #D71968; }
span { border-color: rgb(215,25,104); }
td.TdClassName
{
border-color: #D71968;
}
.TagClassName
{
border-color: #D71968;
}
</style>