Shades of Ruby #D91A65
Tints of Ruby #D91A65
RGB
CMYK
RGB Variations
Color information
#D91A65 (or 0xD91A65) is known color: Ruby. HEX triplet: D9, 1A and 65. RGB value is (217,26,101). Sum of RGB (Red+Green+Blue) = 217+26+101=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91A65 is #26E59A. Grayscale: #5B5B5B. Windows color (decimal): -2549147 or 6626009. OLE color: 6626009.
HSL color Cylindrical-coordinate representation of color #D91A65: hue angle of 336.44º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91A65 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 26 | 101 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.15 |
| HSL | 336.44º | 0.79% | 0.48% | - |
| HSV(B) | 336.44º | 0.88% | 0.85% | - |
| XYZ | 31.33 | 16.43 | 13.83 | - |
| YUV | 91.66 | 133.28 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 101 | 0 | 0.88 | 0.53 | 0.15 | 336.44 | 0.79 | 0.48 |
| Hex | D9 | 1A | 65 | 0 | 58 | 35 | F | 150 | 4F | 30 |
| Octal | 331 | 32 | 145 | 0 | 130 | 65 | 17 | 520 | 117 | 60 |
| Binary | 11011001 | 11010 | 1100101 | 0 | 1011000 | 110101 | 1111 | 101010000 | 1001111 | 110000 |
Color Harmonies of #D91A65
Complementary color
Monochromatic Colors of #D91A65
Black with #D91A65
Text Example
Text Example
White with #D91A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91A65; }
p { color: rgb(217,26,101); }
H1.HeaderClassName
{
color: #D91A65;
}
.AnyTagClassName
{
color: #D91A65;
}
</style>
background-color css
<style>
a { background-color: #D91A65; }
a { background-color: rgb(217,26,101); }
div.DivClassName
{
background-color: #D91A65;
}
.BgClassName
{
background-color: #D91A65;
}
</style>
border-color css
<style>
span { border-color: #D91A65; }
span { border-color: rgb(217,26,101); }
td.TdClassName
{
border-color: #D91A65;
}
.TagClassName
{
border-color: #D91A65;
}
</style>