Shades of Ruby #D31958
Tints of Ruby #D31958
RGB
CMYK
RGB Variations
Color information
#D31958 (or 0xD31958) is known color: Ruby. HEX triplet: D3, 19 and 58. RGB value is (211,25,88). Sum of RGB (Red+Green+Blue) = 211+25+88=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D31958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31958 is #2CE6A7. Grayscale: #575757. Windows color (decimal): -2942632 or 5773779. OLE color: 5773779.
HSL color Cylindrical-coordinate representation of color #D31958: hue angle of 339.68º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31958 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 88 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.17 |
| HSL | 339.68º | 0.79% | 0.46% | - |
| HSV(B) | 339.68º | 0.88% | 0.83% | - |
| XYZ | 28.97 | 15.25 | 10.65 | - |
| YUV | 87.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 88 | 0 | 0.88 | 0.58 | 0.17 | 339.68 | 0.79 | 0.46 |
| Hex | D3 | 19 | 58 | 0 | 58 | 3A | 11 | 154 | 4F | 2E |
| Octal | 323 | 31 | 130 | 0 | 130 | 72 | 21 | 524 | 117 | 56 |
| Binary | 11010011 | 11001 | 1011000 | 0 | 1011000 | 111010 | 10001 | 101010100 | 1001111 | 101110 |
Color Harmonies of #D31958
Complementary color
Monochromatic Colors of #D31958
Black with #D31958
Text Example
Text Example
White with #D31958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31958; }
p { color: rgb(211,25,88); }
H1.HeaderClassName
{
color: #D31958;
}
.AnyTagClassName
{
color: #D31958;
}
</style>
background-color css
<style>
a { background-color: #D31958; }
a { background-color: rgb(211,25,88); }
div.DivClassName
{
background-color: #D31958;
}
.BgClassName
{
background-color: #D31958;
}
</style>
border-color css
<style>
span { border-color: #D31958; }
span { border-color: rgb(211,25,88); }
td.TdClassName
{
border-color: #D31958;
}
.TagClassName
{
border-color: #D31958;
}
</style>