Shades of Ruby #D91753
Tints of Ruby #D91753
RGB
CMYK
RGB Variations
Color information
#D91753 (or 0xD91753) is known color: Ruby. HEX triplet: D9, 17 and 53. RGB value is (217,23,83). Sum of RGB (Red+Green+Blue) = 217+23+83=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D91753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91753 is #26E8AC. Grayscale: #575757. Windows color (decimal): -2549933 or 5445593. OLE color: 5445593.
HSL color Cylindrical-coordinate representation of color #D91753: hue angle of 341.44º 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 #D91753 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 83 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.15 |
| HSL | 341.44º | 0.81% | 0.47% | - |
| HSV(B) | 341.44º | 0.89% | 0.85% | - |
| XYZ | 30.48 | 15.99 | 9.66 | - |
| YUV | 87.85 | 125.27 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 83 | 0 | 0.89 | 0.62 | 0.15 | 341.44 | 0.81 | 0.47 |
| Hex | D9 | 17 | 53 | 0 | 59 | 3E | F | 155 | 51 | 2F |
| Octal | 331 | 27 | 123 | 0 | 131 | 76 | 17 | 525 | 121 | 57 |
| Binary | 11011001 | 10111 | 1010011 | 0 | 1011001 | 111110 | 1111 | 101010101 | 1010001 | 101111 |
Color Harmonies of #D91753
Complementary color
Monochromatic Colors of #D91753
Black with #D91753
Text Example
Text Example
White with #D91753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91753; }
p { color: rgb(217,23,83); }
H1.HeaderClassName
{
color: #D91753;
}
.AnyTagClassName
{
color: #D91753;
}
</style>
background-color css
<style>
a { background-color: #D91753; }
a { background-color: rgb(217,23,83); }
div.DivClassName
{
background-color: #D91753;
}
.BgClassName
{
background-color: #D91753;
}
</style>
border-color css
<style>
span { border-color: #D91753; }
span { border-color: rgb(217,23,83); }
td.TdClassName
{
border-color: #D91753;
}
.TagClassName
{
border-color: #D91753;
}
</style>