Shades of Ruby #D71F68
Tints of Ruby #D71F68
RGB
CMYK
RGB Variations
Color information
#D71F68 (or 0xD71F68) is known color: Ruby. HEX triplet: D7, 1F and 68. RGB value is (215,31,104). Sum of RGB (Red+Green+Blue) = 215+31+104=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F68 is #28E097. Grayscale: #5E5E5E. Windows color (decimal): -2678936 or 6823895. OLE color: 6823895.
HSL color Cylindrical-coordinate representation of color #D71F68: hue angle of 336.2º 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 #D71F68 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 31 | 104 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.16 |
| HSL | 336.2º | 0.75% | 0.48% | - |
| HSV(B) | 336.2º | 0.86% | 0.84% | - |
| XYZ | 31.01 | 16.43 | 14.63 | - |
| YUV | 94.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 104 | 0 | 0.86 | 0.52 | 0.16 | 336.2 | 0.75 | 0.48 |
| Hex | D7 | 1F | 68 | 0 | 56 | 34 | 10 | 150 | 4B | 30 |
| Octal | 327 | 37 | 150 | 0 | 126 | 64 | 20 | 520 | 113 | 60 |
| Binary | 11010111 | 11111 | 1101000 | 0 | 1010110 | 110100 | 10000 | 101010000 | 1001011 | 110000 |
Color Harmonies of #D71F68
Complementary color
Monochromatic Colors of #D71F68
Black with #D71F68
Text Example
Text Example
White with #D71F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71F68; }
p { color: rgb(215,31,104); }
H1.HeaderClassName
{
color: #D71F68;
}
.AnyTagClassName
{
color: #D71F68;
}
</style>
background-color css
<style>
a { background-color: #D71F68; }
a { background-color: rgb(215,31,104); }
div.DivClassName
{
background-color: #D71F68;
}
.BgClassName
{
background-color: #D71F68;
}
</style>
border-color css
<style>
span { border-color: #D71F68; }
span { border-color: rgb(215,31,104); }
td.TdClassName
{
border-color: #D71F68;
}
.TagClassName
{
border-color: #D71F68;
}
</style>