Shades of Ruby #D91B74
Tints of Ruby #D91B74
RGB
CMYK
RGB Variations
Color information
#D91B74 (or 0xD91B74) is known color: Ruby. HEX triplet: D9, 1B and 74. RGB value is (217,27,116). Sum of RGB (Red+Green+Blue) = 217+27+116=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91B74 is #26E48B. Grayscale: #5D5D5D. Windows color (decimal): -2548876 or 7609305. OLE color: 7609305.
HSL color Cylindrical-coordinate representation of color #D91B74: hue angle of 331.89º degrees, saturation: 0.78, 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 #D91B74 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 116 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.15 |
| HSL | 331.89º | 0.78% | 0.48% | - |
| HSV(B) | 331.89º | 0.88% | 0.85% | - |
| XYZ | 32.16 | 16.8 | 18.07 | - |
| YUV | 93.96 | 140.45 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 116 | 0 | 0.88 | 0.47 | 0.15 | 331.89 | 0.78 | 0.48 |
| Hex | D9 | 1B | 74 | 0 | 58 | 2F | F | 14C | 4E | 30 |
| Octal | 331 | 33 | 164 | 0 | 130 | 57 | 17 | 514 | 116 | 60 |
| Binary | 11011001 | 11011 | 1110100 | 0 | 1011000 | 101111 | 1111 | 101001100 | 1001110 | 110000 |
Color Harmonies of #D91B74
Complementary color
Monochromatic Colors of #D91B74
Black with #D91B74
Text Example
Text Example
White with #D91B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91B74; }
p { color: rgb(217,27,116); }
H1.HeaderClassName
{
color: #D91B74;
}
.AnyTagClassName
{
color: #D91B74;
}
</style>
background-color css
<style>
a { background-color: #D91B74; }
a { background-color: rgb(217,27,116); }
div.DivClassName
{
background-color: #D91B74;
}
.BgClassName
{
background-color: #D91B74;
}
</style>
border-color css
<style>
span { border-color: #D91B74; }
span { border-color: rgb(217,27,116); }
td.TdClassName
{
border-color: #D91B74;
}
.TagClassName
{
border-color: #D91B74;
}
</style>