Shades of Ruby #D91F5D
Tints of Ruby #D91F5D
RGB
CMYK
RGB Variations
Color information
#D91F5D (or 0xD91F5D) is known color: Ruby. HEX triplet: D9, 1F and 5D. RGB value is (217,31,93). Sum of RGB (Red+Green+Blue) = 217+31+93=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91F5D is #26E0A2. Grayscale: #5D5D5D. Windows color (decimal): -2547875 or 6103001. OLE color: 6103001.
HSL color Cylindrical-coordinate representation of color #D91F5D: hue angle of 340º 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 #D91F5D is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 31 | 93 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.15 |
| HSL | 340º | 0.75% | 0.49% | - |
| HSV(B) | 340º | 0.86% | 0.85% | - |
| XYZ | 31.08 | 16.52 | 11.91 | - |
| YUV | 93.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 93 | 0 | 0.86 | 0.57 | 0.15 | 340 | 0.75 | 0.49 |
| Hex | D9 | 1F | 5D | 0 | 56 | 39 | F | 154 | 4B | 31 |
| Octal | 331 | 37 | 135 | 0 | 126 | 71 | 17 | 524 | 113 | 61 |
| Binary | 11011001 | 11111 | 1011101 | 0 | 1010110 | 111001 | 1111 | 101010100 | 1001011 | 110001 |
Color Harmonies of #D91F5D
Complementary color
Monochromatic Colors of #D91F5D
Black with #D91F5D
Text Example
Text Example
White with #D91F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91F5D; }
p { color: rgb(217,31,93); }
H1.HeaderClassName
{
color: #D91F5D;
}
.AnyTagClassName
{
color: #D91F5D;
}
</style>
background-color css
<style>
a { background-color: #D91F5D; }
a { background-color: rgb(217,31,93); }
div.DivClassName
{
background-color: #D91F5D;
}
.BgClassName
{
background-color: #D91F5D;
}
</style>
border-color css
<style>
span { border-color: #D91F5D; }
span { border-color: rgb(217,31,93); }
td.TdClassName
{
border-color: #D91F5D;
}
.TagClassName
{
border-color: #D91F5D;
}
</style>