Shades of Ruby #D91D56
Tints of Ruby #D91D56
RGB
CMYK
RGB Variations
Color information
#D91D56 (or 0xD91D56) is known color: Ruby. HEX triplet: D9, 1D and 56. RGB value is (217,29,86). Sum of RGB (Red+Green+Blue) = 217+29+86=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91D56 is #26E2A9. Grayscale: #5B5B5B. Windows color (decimal): -2548394 or 5643737. OLE color: 5643737.
HSL color Cylindrical-coordinate representation of color #D91D56: hue angle of 341.81º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91D56 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 86 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.15 |
| HSL | 341.81º | 0.76% | 0.48% | - |
| HSV(B) | 341.81º | 0.87% | 0.85% | - |
| XYZ | 30.73 | 16.3 | 10.33 | - |
| YUV | 91.71 | 124.78 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 86 | 0 | 0.87 | 0.60 | 0.15 | 341.81 | 0.76 | 0.48 |
| Hex | D9 | 1D | 56 | 0 | 57 | 3C | F | 156 | 4C | 30 |
| Octal | 331 | 35 | 126 | 0 | 127 | 74 | 17 | 526 | 114 | 60 |
| Binary | 11011001 | 11101 | 1010110 | 0 | 1010111 | 111100 | 1111 | 101010110 | 1001100 | 110000 |
Color Harmonies of #D91D56
Complementary color
Monochromatic Colors of #D91D56
Black with #D91D56
Text Example
Text Example
White with #D91D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91D56; }
p { color: rgb(217,29,86); }
H1.HeaderClassName
{
color: #D91D56;
}
.AnyTagClassName
{
color: #D91D56;
}
</style>
background-color css
<style>
a { background-color: #D91D56; }
a { background-color: rgb(217,29,86); }
div.DivClassName
{
background-color: #D91D56;
}
.BgClassName
{
background-color: #D91D56;
}
</style>
border-color css
<style>
span { border-color: #D91D56; }
span { border-color: rgb(217,29,86); }
td.TdClassName
{
border-color: #D91D56;
}
.TagClassName
{
border-color: #D91D56;
}
</style>