Shades of Ruby #D91F61
Tints of Ruby #D91F61
RGB
CMYK
RGB Variations
Color information
#D91F61 (or 0xD91F61) is known color: Ruby. HEX triplet: D9, 1F and 61. RGB value is (217,31,97). Sum of RGB (Red+Green+Blue) = 217+31+97=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91F61 is #26E09E. Grayscale: #5E5E5E. Windows color (decimal): -2547871 or 6365145. OLE color: 6365145.
HSL color Cylindrical-coordinate representation of color #D91F61: hue angle of 338.71º 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 #D91F61 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 31 | 97 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.15 |
| HSL | 338.71º | 0.75% | 0.49% | - |
| HSV(B) | 338.71º | 0.86% | 0.85% | - |
| XYZ | 31.26 | 16.59 | 12.86 | - |
| YUV | 94.14 | 129.62 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 97 | 0 | 0.86 | 0.55 | 0.15 | 338.71 | 0.75 | 0.49 |
| Hex | D9 | 1F | 61 | 0 | 56 | 37 | F | 153 | 4B | 31 |
| Octal | 331 | 37 | 141 | 0 | 126 | 67 | 17 | 523 | 113 | 61 |
| Binary | 11011001 | 11111 | 1100001 | 0 | 1010110 | 110111 | 1111 | 101010011 | 1001011 | 110001 |
Color Harmonies of #D91F61
Complementary color
Monochromatic Colors of #D91F61
Black with #D91F61
Text Example
Text Example
White with #D91F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91F61; }
p { color: rgb(217,31,97); }
H1.HeaderClassName
{
color: #D91F61;
}
.AnyTagClassName
{
color: #D91F61;
}
</style>
background-color css
<style>
a { background-color: #D91F61; }
a { background-color: rgb(217,31,97); }
div.DivClassName
{
background-color: #D91F61;
}
.BgClassName
{
background-color: #D91F61;
}
</style>
border-color css
<style>
span { border-color: #D91F61; }
span { border-color: rgb(217,31,97); }
td.TdClassName
{
border-color: #D91F61;
}
.TagClassName
{
border-color: #D91F61;
}
</style>