Shades of Ruby #D61D5F
Tints of Ruby #D61D5F
RGB
CMYK
RGB Variations
Color information
#D61D5F (or 0xD61D5F) is known color: Ruby. HEX triplet: D6, 1D and 5F. RGB value is (214,29,95). Sum of RGB (Red+Green+Blue) = 214+29+95=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61D5F is #29E2A0. Grayscale: #5B5B5B. Windows color (decimal): -2744993 or 6233558. OLE color: 6233558.
HSL color Cylindrical-coordinate representation of color #D61D5F: hue angle of 338.59º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61D5F is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 95 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.16 |
| HSL | 338.59º | 0.76% | 0.48% | - |
| HSV(B) | 338.59º | 0.86% | 0.84% | - |
| XYZ | 30.24 | 16 | 12.32 | - |
| YUV | 91.84 | 129.79 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 95 | 0 | 0.86 | 0.56 | 0.16 | 338.59 | 0.76 | 0.48 |
| Hex | D6 | 1D | 5F | 0 | 56 | 38 | 10 | 153 | 4C | 30 |
| Octal | 326 | 35 | 137 | 0 | 126 | 70 | 20 | 523 | 114 | 60 |
| Binary | 11010110 | 11101 | 1011111 | 0 | 1010110 | 111000 | 10000 | 101010011 | 1001100 | 110000 |
Color Harmonies of #D61D5F
Complementary color
Monochromatic Colors of #D61D5F
Black with #D61D5F
Text Example
Text Example
White with #D61D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61D5F; }
p { color: rgb(214,29,95); }
H1.HeaderClassName
{
color: #D61D5F;
}
.AnyTagClassName
{
color: #D61D5F;
}
</style>
background-color css
<style>
a { background-color: #D61D5F; }
a { background-color: rgb(214,29,95); }
div.DivClassName
{
background-color: #D61D5F;
}
.BgClassName
{
background-color: #D61D5F;
}
</style>
border-color css
<style>
span { border-color: #D61D5F; }
span { border-color: rgb(214,29,95); }
td.TdClassName
{
border-color: #D61D5F;
}
.TagClassName
{
border-color: #D61D5F;
}
</style>