Shades of Ruby #D91762
Tints of Ruby #D91762
RGB
CMYK
RGB Variations
Color information
#D91762 (or 0xD91762) is known color: Ruby. HEX triplet: D9, 17 and 62. RGB value is (217,23,98). Sum of RGB (Red+Green+Blue) = 217+23+98=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D91762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91762 is #26E89D. Grayscale: #595959. Windows color (decimal): -2549918 or 6428633. OLE color: 6428633.
HSL color Cylindrical-coordinate representation of color #D91762: hue angle of 336.8º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91762 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 98 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.15 |
| HSL | 336.8º | 0.81% | 0.47% | - |
| HSV(B) | 336.8º | 0.89% | 0.85% | - |
| XYZ | 31.13 | 16.25 | 13.05 | - |
| YUV | 89.56 | 132.77 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 98 | 0 | 0.89 | 0.55 | 0.15 | 336.8 | 0.81 | 0.47 |
| Hex | D9 | 17 | 62 | 0 | 59 | 37 | F | 151 | 51 | 2F |
| Octal | 331 | 27 | 142 | 0 | 131 | 67 | 17 | 521 | 121 | 57 |
| Binary | 11011001 | 10111 | 1100010 | 0 | 1011001 | 110111 | 1111 | 101010001 | 1010001 | 101111 |
Color Harmonies of #D91762
Complementary color
Monochromatic Colors of #D91762
Black with #D91762
Text Example
Text Example
White with #D91762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91762; }
p { color: rgb(217,23,98); }
H1.HeaderClassName
{
color: #D91762;
}
.AnyTagClassName
{
color: #D91762;
}
</style>
background-color css
<style>
a { background-color: #D91762; }
a { background-color: rgb(217,23,98); }
div.DivClassName
{
background-color: #D91762;
}
.BgClassName
{
background-color: #D91762;
}
</style>
border-color css
<style>
span { border-color: #D91762; }
span { border-color: rgb(217,23,98); }
td.TdClassName
{
border-color: #D91762;
}
.TagClassName
{
border-color: #D91762;
}
</style>