Shades of Ruby #D61955
Tints of Ruby #D61955
RGB
CMYK
RGB Variations
Color information
#D61955 (or 0xD61955) is known color: Ruby. HEX triplet: D6, 19 and 55. RGB value is (214,25,85). Sum of RGB (Red+Green+Blue) = 214+25+85=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D61955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61955 is #29E6AA. Grayscale: #585858. Windows color (decimal): -2746027 or 5577174. OLE color: 5577174.
HSL color Cylindrical-coordinate representation of color #D61955: hue angle of 340.95º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61955 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 85 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.16 |
| HSL | 340.95º | 0.79% | 0.47% | - |
| HSV(B) | 340.95º | 0.88% | 0.84% | - |
| XYZ | 29.72 | 15.65 | 10.05 | - |
| YUV | 88.35 | 126.12 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 85 | 0 | 0.88 | 0.60 | 0.16 | 340.95 | 0.79 | 0.47 |
| Hex | D6 | 19 | 55 | 0 | 58 | 3C | 10 | 155 | 4F | 2F |
| Octal | 326 | 31 | 125 | 0 | 130 | 74 | 20 | 525 | 117 | 57 |
| Binary | 11010110 | 11001 | 1010101 | 0 | 1011000 | 111100 | 10000 | 101010101 | 1001111 | 101111 |
Color Harmonies of #D61955
Complementary color
Monochromatic Colors of #D61955
Black with #D61955
Text Example
Text Example
White with #D61955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61955; }
p { color: rgb(214,25,85); }
H1.HeaderClassName
{
color: #D61955;
}
.AnyTagClassName
{
color: #D61955;
}
</style>
background-color css
<style>
a { background-color: #D61955; }
a { background-color: rgb(214,25,85); }
div.DivClassName
{
background-color: #D61955;
}
.BgClassName
{
background-color: #D61955;
}
</style>
border-color css
<style>
span { border-color: #D61955; }
span { border-color: rgb(214,25,85); }
td.TdClassName
{
border-color: #D61955;
}
.TagClassName
{
border-color: #D61955;
}
</style>