Shades of Ruby #D71869
Tints of Ruby #D71869
RGB
CMYK
RGB Variations
Color information
#D71869 (or 0xD71869) is known color: Ruby. HEX triplet: D7, 18 and 69. RGB value is (215,24,105). Sum of RGB (Red+Green+Blue) = 215+24+105=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D71869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71869 is #28E796. Grayscale: #5A5A5A. Windows color (decimal): -2680727 or 6887639. OLE color: 6887639.
HSL color Cylindrical-coordinate representation of color #D71869: hue angle of 334.55º 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 #D71869 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 105 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.16 |
| HSL | 334.56º | 0.8% | 0.47% | - |
| HSV(B) | 334.56º | 0.89% | 0.84% | - |
| XYZ | 30.9 | 16.12 | 14.85 | - |
| YUV | 90.34 | 136.28 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 105 | 0 | 0.89 | 0.51 | 0.16 | 334.56 | 0.8 | 0.47 |
| Hex | D7 | 18 | 69 | 0 | 59 | 33 | 10 | 14F | 50 | 2F |
| Octal | 327 | 30 | 151 | 0 | 131 | 63 | 20 | 517 | 120 | 57 |
| Binary | 11010111 | 11000 | 1101001 | 0 | 1011001 | 110011 | 10000 | 101001111 | 1010000 | 101111 |
Color Harmonies of #D71869
Complementary color
Monochromatic Colors of #D71869
Black with #D71869
Text Example
Text Example
White with #D71869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71869; }
p { color: rgb(215,24,105); }
H1.HeaderClassName
{
color: #D71869;
}
.AnyTagClassName
{
color: #D71869;
}
</style>
background-color css
<style>
a { background-color: #D71869; }
a { background-color: rgb(215,24,105); }
div.DivClassName
{
background-color: #D71869;
}
.BgClassName
{
background-color: #D71869;
}
</style>
border-color css
<style>
span { border-color: #D71869; }
span { border-color: rgb(215,24,105); }
td.TdClassName
{
border-color: #D71869;
}
.TagClassName
{
border-color: #D71869;
}
</style>