Shades of Ruby #D71865
Tints of Ruby #D71865
RGB
CMYK
RGB Variations
Color information
#D71865 (or 0xD71865) is known color: Ruby. HEX triplet: D7, 18 and 65. RGB value is (215,24,101). Sum of RGB (Red+Green+Blue) = 215+24+101=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D71865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71865 is #28E79A. Grayscale: #595959. Windows color (decimal): -2680731 or 6625495. OLE color: 6625495.
HSL color Cylindrical-coordinate representation of color #D71865: hue angle of 335.81º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71865 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 101 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.16 |
| HSL | 335.81º | 0.8% | 0.47% | - |
| HSV(B) | 335.81º | 0.89% | 0.84% | - |
| XYZ | 30.7 | 16.04 | 13.79 | - |
| YUV | 89.89 | 134.28 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 101 | 0 | 0.89 | 0.53 | 0.16 | 335.81 | 0.8 | 0.47 |
| Hex | D7 | 18 | 65 | 0 | 59 | 35 | 10 | 150 | 50 | 2F |
| Octal | 327 | 30 | 145 | 0 | 131 | 65 | 20 | 520 | 120 | 57 |
| Binary | 11010111 | 11000 | 1100101 | 0 | 1011001 | 110101 | 10000 | 101010000 | 1010000 | 101111 |
Color Harmonies of #D71865
Complementary color
Monochromatic Colors of #D71865
Black with #D71865
Text Example
Text Example
White with #D71865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71865; }
p { color: rgb(215,24,101); }
H1.HeaderClassName
{
color: #D71865;
}
.AnyTagClassName
{
color: #D71865;
}
</style>
background-color css
<style>
a { background-color: #D71865; }
a { background-color: rgb(215,24,101); }
div.DivClassName
{
background-color: #D71865;
}
.BgClassName
{
background-color: #D71865;
}
</style>
border-color css
<style>
span { border-color: #D71865; }
span { border-color: rgb(215,24,101); }
td.TdClassName
{
border-color: #D71865;
}
.TagClassName
{
border-color: #D71865;
}
</style>