Shades of Ruby #D61F5D
Tints of Ruby #D61F5D
RGB
CMYK
RGB Variations
Color information
#D61F5D (or 0xD61F5D) is known color: Ruby. HEX triplet: D6, 1F and 5D. RGB value is (214,31,93). Sum of RGB (Red+Green+Blue) = 214+31+93=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61F5D is #29E0A2. Grayscale: #5C5C5C. Windows color (decimal): -2744483 or 6102998. OLE color: 6102998.
HSL color Cylindrical-coordinate representation of color #D61F5D: hue angle of 339.67º degrees, saturation: 0.75, 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 #D61F5D is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 31 | 93 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.16 |
| HSL | 339.67º | 0.75% | 0.48% | - |
| HSV(B) | 339.67º | 0.86% | 0.84% | - |
| XYZ | 30.2 | 16.07 | 11.87 | - |
| YUV | 92.79 | 128.13 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 93 | 0 | 0.86 | 0.57 | 0.16 | 339.67 | 0.75 | 0.48 |
| Hex | D6 | 1F | 5D | 0 | 56 | 39 | 10 | 154 | 4B | 30 |
| Octal | 326 | 37 | 135 | 0 | 126 | 71 | 20 | 524 | 113 | 60 |
| Binary | 11010110 | 11111 | 1011101 | 0 | 1010110 | 111001 | 10000 | 101010100 | 1001011 | 110000 |
Color Harmonies of #D61F5D
Complementary color
Monochromatic Colors of #D61F5D
Black with #D61F5D
Text Example
Text Example
White with #D61F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61F5D; }
p { color: rgb(214,31,93); }
H1.HeaderClassName
{
color: #D61F5D;
}
.AnyTagClassName
{
color: #D61F5D;
}
</style>
background-color css
<style>
a { background-color: #D61F5D; }
a { background-color: rgb(214,31,93); }
div.DivClassName
{
background-color: #D61F5D;
}
.BgClassName
{
background-color: #D61F5D;
}
</style>
border-color css
<style>
span { border-color: #D61F5D; }
span { border-color: rgb(214,31,93); }
td.TdClassName
{
border-color: #D61F5D;
}
.TagClassName
{
border-color: #D61F5D;
}
</style>