Shades of Ruby #D91275
Tints of Ruby #D91275
RGB
CMYK
RGB Variations
Color information
#D91275 (or 0xD91275) is known color: Ruby. HEX triplet: D9, 12 and 75. RGB value is (217,18,117). Sum of RGB (Red+Green+Blue) = 217+18+117=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D91275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91275 is #26ED8A. Grayscale: #585858. Windows color (decimal): -2551179 or 7672537. OLE color: 7672537.
HSL color Cylindrical-coordinate representation of color #D91275: hue angle of 330.15º 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 #D91275 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 117 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.15 |
| HSL | 330.15º | 0.85% | 0.46% | - |
| HSV(B) | 330.15º | 0.92% | 0.85% | - |
| XYZ | 32.04 | 16.47 | 18.32 | - |
| YUV | 88.79 | 143.93 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 117 | 0 | 0.92 | 0.46 | 0.15 | 330.15 | 0.85 | 0.46 |
| Hex | D9 | 12 | 75 | 0 | 5C | 2E | F | 14A | 55 | 2E |
| Octal | 331 | 22 | 165 | 0 | 134 | 56 | 17 | 512 | 125 | 56 |
| Binary | 11011001 | 10010 | 1110101 | 0 | 1011100 | 101110 | 1111 | 101001010 | 1010101 | 101110 |
Color Harmonies of #D91275
Complementary color
Monochromatic Colors of #D91275
Black with #D91275
Text Example
Text Example
White with #D91275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91275; }
p { color: rgb(217,18,117); }
H1.HeaderClassName
{
color: #D91275;
}
.AnyTagClassName
{
color: #D91275;
}
</style>
background-color css
<style>
a { background-color: #D91275; }
a { background-color: rgb(217,18,117); }
div.DivClassName
{
background-color: #D91275;
}
.BgClassName
{
background-color: #D91275;
}
</style>
border-color css
<style>
span { border-color: #D91275; }
span { border-color: rgb(217,18,117); }
td.TdClassName
{
border-color: #D91275;
}
.TagClassName
{
border-color: #D91275;
}
</style>