Shades of Ruby #D71F67
Tints of Ruby #D71F67
RGB
CMYK
RGB Variations
Color information
#D71F67 (or 0xD71F67) is known color: Ruby. HEX triplet: D7, 1F and 67. RGB value is (215,31,103). Sum of RGB (Red+Green+Blue) = 215+31+103=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F67 is #28E098. Grayscale: #5E5E5E. Windows color (decimal): -2678937 or 6758359. OLE color: 6758359.
HSL color Cylindrical-coordinate representation of color #D71F67: hue angle of 336.52º 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 #D71F67 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 31 | 103 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.16 |
| HSL | 336.52º | 0.75% | 0.48% | - |
| HSV(B) | 336.52º | 0.86% | 0.84% | - |
| XYZ | 30.96 | 16.41 | 14.37 | - |
| YUV | 94.22 | 132.96 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 103 | 0 | 0.86 | 0.52 | 0.16 | 336.52 | 0.75 | 0.48 |
| Hex | D7 | 1F | 67 | 0 | 56 | 34 | 10 | 151 | 4B | 30 |
| Octal | 327 | 37 | 147 | 0 | 126 | 64 | 20 | 521 | 113 | 60 |
| Binary | 11010111 | 11111 | 1100111 | 0 | 1010110 | 110100 | 10000 | 101010001 | 1001011 | 110000 |
Color Harmonies of #D71F67
Complementary color
Monochromatic Colors of #D71F67
Black with #D71F67
Text Example
Text Example
White with #D71F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71F67; }
p { color: rgb(215,31,103); }
H1.HeaderClassName
{
color: #D71F67;
}
.AnyTagClassName
{
color: #D71F67;
}
</style>
background-color css
<style>
a { background-color: #D71F67; }
a { background-color: rgb(215,31,103); }
div.DivClassName
{
background-color: #D71F67;
}
.BgClassName
{
background-color: #D71F67;
}
</style>
border-color css
<style>
span { border-color: #D71F67; }
span { border-color: rgb(215,31,103); }
td.TdClassName
{
border-color: #D71F67;
}
.TagClassName
{
border-color: #D71F67;
}
</style>