Shades of Ruby #D71862
Tints of Ruby #D71862
RGB
CMYK
RGB Variations
Color information
#D71862 (or 0xD71862) is known color: Ruby. HEX triplet: D7, 18 and 62. RGB value is (215,24,98). Sum of RGB (Red+Green+Blue) = 215+24+98=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D71862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71862 is #28E79D. Grayscale: #595959. Windows color (decimal): -2680734 or 6428887. OLE color: 6428887.
HSL color Cylindrical-coordinate representation of color #D71862: hue angle of 336.75º 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 #D71862 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 98 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.16 |
| HSL | 336.75º | 0.8% | 0.47% | - |
| HSV(B) | 336.75º | 0.89% | 0.84% | - |
| XYZ | 30.56 | 15.98 | 13.03 | - |
| YUV | 89.55 | 132.78 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 98 | 0 | 0.89 | 0.54 | 0.16 | 336.75 | 0.8 | 0.47 |
| Hex | D7 | 18 | 62 | 0 | 59 | 36 | 10 | 151 | 50 | 2F |
| Octal | 327 | 30 | 142 | 0 | 131 | 66 | 20 | 521 | 120 | 57 |
| Binary | 11010111 | 11000 | 1100010 | 0 | 1011001 | 110110 | 10000 | 101010001 | 1010000 | 101111 |
Color Harmonies of #D71862
Complementary color
Monochromatic Colors of #D71862
Black with #D71862
Text Example
Text Example
White with #D71862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71862; }
p { color: rgb(215,24,98); }
H1.HeaderClassName
{
color: #D71862;
}
.AnyTagClassName
{
color: #D71862;
}
</style>
background-color css
<style>
a { background-color: #D71862; }
a { background-color: rgb(215,24,98); }
div.DivClassName
{
background-color: #D71862;
}
.BgClassName
{
background-color: #D71862;
}
</style>
border-color css
<style>
span { border-color: #D71862; }
span { border-color: rgb(215,24,98); }
td.TdClassName
{
border-color: #D71862;
}
.TagClassName
{
border-color: #D71862;
}
</style>