Shades of Ruby #D91E57
Tints of Ruby #D91E57
RGB
CMYK
RGB Variations
Color information
#D91E57 (or 0xD91E57) is known color: Ruby. HEX triplet: D9, 1E and 57. RGB value is (217,30,87). Sum of RGB (Red+Green+Blue) = 217+30+87=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91E57 is #26E1A8. Grayscale: #5C5C5C. Windows color (decimal): -2548137 or 5709529. OLE color: 5709529.
HSL color Cylindrical-coordinate representation of color #D91E57: hue angle of 341.71º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91E57 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 87 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.15 |
| HSL | 341.71º | 0.76% | 0.48% | - |
| HSV(B) | 341.71º | 0.86% | 0.85% | - |
| XYZ | 30.8 | 16.37 | 10.55 | - |
| YUV | 92.41 | 124.95 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 87 | 0 | 0.86 | 0.60 | 0.15 | 341.71 | 0.76 | 0.48 |
| Hex | D9 | 1E | 57 | 0 | 56 | 3C | F | 156 | 4C | 30 |
| Octal | 331 | 36 | 127 | 0 | 126 | 74 | 17 | 526 | 114 | 60 |
| Binary | 11011001 | 11110 | 1010111 | 0 | 1010110 | 111100 | 1111 | 101010110 | 1001100 | 110000 |
Color Harmonies of #D91E57
Complementary color
Monochromatic Colors of #D91E57
Black with #D91E57
Text Example
Text Example
White with #D91E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91E57; }
p { color: rgb(217,30,87); }
H1.HeaderClassName
{
color: #D91E57;
}
.AnyTagClassName
{
color: #D91E57;
}
</style>
background-color css
<style>
a { background-color: #D91E57; }
a { background-color: rgb(217,30,87); }
div.DivClassName
{
background-color: #D91E57;
}
.BgClassName
{
background-color: #D91E57;
}
</style>
border-color css
<style>
span { border-color: #D91E57; }
span { border-color: rgb(217,30,87); }
td.TdClassName
{
border-color: #D91E57;
}
.TagClassName
{
border-color: #D91E57;
}
</style>