Shades of Ruby #D91772
Tints of Ruby #D91772
RGB
CMYK
RGB Variations
Color information
#D91772 (or 0xD91772) is known color: Ruby. HEX triplet: D9, 17 and 72. RGB value is (217,23,114). Sum of RGB (Red+Green+Blue) = 217+23+114=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D91772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91772 is #26E88D. Grayscale: #5B5B5B. Windows color (decimal): -2549902 or 7477209. OLE color: 7477209.
HSL color Cylindrical-coordinate representation of color #D91772: hue angle of 331.86º 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 #D91772 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 114 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.15 |
| HSL | 331.86º | 0.81% | 0.47% | - |
| HSV(B) | 331.86º | 0.89% | 0.85% | - |
| XYZ | 31.96 | 16.58 | 17.44 | - |
| YUV | 91.38 | 140.77 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 114 | 0 | 0.89 | 0.47 | 0.15 | 331.86 | 0.81 | 0.47 |
| Hex | D9 | 17 | 72 | 0 | 59 | 2F | F | 14C | 51 | 2F |
| Octal | 331 | 27 | 162 | 0 | 131 | 57 | 17 | 514 | 121 | 57 |
| Binary | 11011001 | 10111 | 1110010 | 0 | 1011001 | 101111 | 1111 | 101001100 | 1010001 | 101111 |
Color Harmonies of #D91772
Complementary color
Monochromatic Colors of #D91772
Black with #D91772
Text Example
Text Example
White with #D91772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91772; }
p { color: rgb(217,23,114); }
H1.HeaderClassName
{
color: #D91772;
}
.AnyTagClassName
{
color: #D91772;
}
</style>
background-color css
<style>
a { background-color: #D91772; }
a { background-color: rgb(217,23,114); }
div.DivClassName
{
background-color: #D91772;
}
.BgClassName
{
background-color: #D91772;
}
</style>
border-color css
<style>
span { border-color: #D91772; }
span { border-color: rgb(217,23,114); }
td.TdClassName
{
border-color: #D91772;
}
.TagClassName
{
border-color: #D91772;
}
</style>