Shades of Ruby #D91F74
Tints of Ruby #D91F74
RGB
CMYK
RGB Variations
Color information
#D91F74 (or 0xD91F74) is known color: Ruby. HEX triplet: D9, 1F and 74. RGB value is (217,31,116). Sum of RGB (Red+Green+Blue) = 217+31+116=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91F74 is #26E08B. Grayscale: #606060. Windows color (decimal): -2547852 or 7610329. OLE color: 7610329.
HSL color Cylindrical-coordinate representation of color #D91F74: hue angle of 332.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91F74 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 31 | 116 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.15 |
| HSL | 332.58º | 0.75% | 0.49% | - |
| HSV(B) | 332.58º | 0.86% | 0.85% | - |
| XYZ | 32.26 | 16.99 | 18.1 | - |
| YUV | 96.3 | 139.12 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 116 | 0 | 0.86 | 0.47 | 0.15 | 332.58 | 0.75 | 0.49 |
| Hex | D9 | 1F | 74 | 0 | 56 | 2F | F | 14D | 4B | 31 |
| Octal | 331 | 37 | 164 | 0 | 126 | 57 | 17 | 515 | 113 | 61 |
| Binary | 11011001 | 11111 | 1110100 | 0 | 1010110 | 101111 | 1111 | 101001101 | 1001011 | 110001 |
Color Harmonies of #D91F74
Complementary color
Monochromatic Colors of #D91F74
Black with #D91F74
Text Example
Text Example
White with #D91F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91F74; }
p { color: rgb(217,31,116); }
H1.HeaderClassName
{
color: #D91F74;
}
.AnyTagClassName
{
color: #D91F74;
}
</style>
background-color css
<style>
a { background-color: #D91F74; }
a { background-color: rgb(217,31,116); }
div.DivClassName
{
background-color: #D91F74;
}
.BgClassName
{
background-color: #D91F74;
}
</style>
border-color css
<style>
span { border-color: #D91F74; }
span { border-color: rgb(217,31,116); }
td.TdClassName
{
border-color: #D91F74;
}
.TagClassName
{
border-color: #D91F74;
}
</style>