Shades of Ruby #D91D74
Tints of Ruby #D91D74
RGB
CMYK
RGB Variations
Color information
#D91D74 (or 0xD91D74) is known color: Ruby. HEX triplet: D9, 1D and 74. RGB value is (217,29,116). Sum of RGB (Red+Green+Blue) = 217+29+116=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91D74 is #26E28B. Grayscale: #5E5E5E. Windows color (decimal): -2548364 or 7609817. OLE color: 7609817.
HSL color Cylindrical-coordinate representation of color #D91D74: hue angle of 332.23º 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 #D91D74 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 116 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.15 |
| HSL | 332.23º | 0.76% | 0.48% | - |
| HSV(B) | 332.23º | 0.87% | 0.85% | - |
| XYZ | 32.21 | 16.89 | 18.09 | - |
| YUV | 95.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 116 | 0 | 0.87 | 0.47 | 0.15 | 332.23 | 0.76 | 0.48 |
| Hex | D9 | 1D | 74 | 0 | 57 | 2F | F | 14C | 4C | 30 |
| Octal | 331 | 35 | 164 | 0 | 127 | 57 | 17 | 514 | 114 | 60 |
| Binary | 11011001 | 11101 | 1110100 | 0 | 1010111 | 101111 | 1111 | 101001100 | 1001100 | 110000 |
Color Harmonies of #D91D74
Complementary color
Monochromatic Colors of #D91D74
Black with #D91D74
Text Example
Text Example
White with #D91D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91D74; }
p { color: rgb(217,29,116); }
H1.HeaderClassName
{
color: #D91D74;
}
.AnyTagClassName
{
color: #D91D74;
}
</style>
background-color css
<style>
a { background-color: #D91D74; }
a { background-color: rgb(217,29,116); }
div.DivClassName
{
background-color: #D91D74;
}
.BgClassName
{
background-color: #D91D74;
}
</style>
border-color css
<style>
span { border-color: #D91D74; }
span { border-color: rgb(217,29,116); }
td.TdClassName
{
border-color: #D91D74;
}
.TagClassName
{
border-color: #D91D74;
}
</style>