Shades of Ruby #D91153
Tints of Ruby #D91153
RGB
CMYK
RGB Variations
Color information
#D91153 (or 0xD91153) is known color: Ruby. HEX triplet: D9, 11 and 53. RGB value is (217,17,83). Sum of RGB (Red+Green+Blue) = 217+17+83=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D91153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91153 is #26EEAC. Grayscale: #545454. Windows color (decimal): -2551469 or 5444057. OLE color: 5444057.
HSL color Cylindrical-coordinate representation of color #D91153: hue angle of 340.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91153 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 83 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.15 |
| HSL | 340.2º | 0.85% | 0.46% | - |
| HSV(B) | 340.2º | 0.92% | 0.85% | - |
| XYZ | 30.38 | 15.78 | 9.63 | - |
| YUV | 84.32 | 127.26 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 83 | 0 | 0.92 | 0.62 | 0.15 | 340.2 | 0.85 | 0.46 |
| Hex | D9 | 11 | 53 | 0 | 5C | 3E | F | 154 | 55 | 2E |
| Octal | 331 | 21 | 123 | 0 | 134 | 76 | 17 | 524 | 125 | 56 |
| Binary | 11011001 | 10001 | 1010011 | 0 | 1011100 | 111110 | 1111 | 101010100 | 1010101 | 101110 |
Color Harmonies of #D91153
Complementary color
Monochromatic Colors of #D91153
Black with #D91153
Text Example
Text Example
White with #D91153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91153; }
p { color: rgb(217,17,83); }
H1.HeaderClassName
{
color: #D91153;
}
.AnyTagClassName
{
color: #D91153;
}
</style>
background-color css
<style>
a { background-color: #D91153; }
a { background-color: rgb(217,17,83); }
div.DivClassName
{
background-color: #D91153;
}
.BgClassName
{
background-color: #D91153;
}
</style>
border-color css
<style>
span { border-color: #D91153; }
span { border-color: rgb(217,17,83); }
td.TdClassName
{
border-color: #D91153;
}
.TagClassName
{
border-color: #D91153;
}
</style>