Shades of Ruby #D91773
Tints of Ruby #D91773
RGB
CMYK
RGB Variations
Color information
#D91773 (or 0xD91773) is known color: Ruby. HEX triplet: D9, 17 and 73. RGB value is (217,23,115). Sum of RGB (Red+Green+Blue) = 217+23+115=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D91773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91773 is #26E88C. Grayscale: #5B5B5B. Windows color (decimal): -2549901 or 7542745. OLE color: 7542745.
HSL color Cylindrical-coordinate representation of color #D91773: hue angle of 331.55º 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 #D91773 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 115 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.15 |
| HSL | 331.55º | 0.81% | 0.47% | - |
| HSV(B) | 331.55º | 0.89% | 0.85% | - |
| XYZ | 32.02 | 16.6 | 17.74 | - |
| YUV | 91.49 | 141.27 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 115 | 0 | 0.89 | 0.47 | 0.15 | 331.55 | 0.81 | 0.47 |
| Hex | D9 | 17 | 73 | 0 | 59 | 2F | F | 14C | 51 | 2F |
| Octal | 331 | 27 | 163 | 0 | 131 | 57 | 17 | 514 | 121 | 57 |
| Binary | 11011001 | 10111 | 1110011 | 0 | 1011001 | 101111 | 1111 | 101001100 | 1010001 | 101111 |
Color Harmonies of #D91773
Complementary color
Monochromatic Colors of #D91773
Black with #D91773
Text Example
Text Example
White with #D91773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91773; }
p { color: rgb(217,23,115); }
H1.HeaderClassName
{
color: #D91773;
}
.AnyTagClassName
{
color: #D91773;
}
</style>
background-color css
<style>
a { background-color: #D91773; }
a { background-color: rgb(217,23,115); }
div.DivClassName
{
background-color: #D91773;
}
.BgClassName
{
background-color: #D91773;
}
</style>
border-color css
<style>
span { border-color: #D91773; }
span { border-color: rgb(217,23,115); }
td.TdClassName
{
border-color: #D91773;
}
.TagClassName
{
border-color: #D91773;
}
</style>