Shades of Ruby #D61E5D
Tints of Ruby #D61E5D
RGB
CMYK
RGB Variations
Color information
#D61E5D (or 0xD61E5D) is known color: Ruby. HEX triplet: D6, 1E and 5D. RGB value is (214,30,93). Sum of RGB (Red+Green+Blue) = 214+30+93=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E5D is #29E1A2. Grayscale: #5C5C5C. Windows color (decimal): -2744739 or 6102742. OLE color: 6102742.
HSL color Cylindrical-coordinate representation of color #D61E5D: hue angle of 339.46º 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 #D61E5D is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 30 | 93 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.16 |
| HSL | 339.46º | 0.75% | 0.48% | - |
| HSV(B) | 339.46º | 0.86% | 0.84% | - |
| XYZ | 30.17 | 16.02 | 11.86 | - |
| YUV | 92.2 | 128.46 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 30 | 93 | 0 | 0.86 | 0.57 | 0.16 | 339.46 | 0.75 | 0.48 |
| Hex | D6 | 1E | 5D | 0 | 56 | 39 | 10 | 153 | 4B | 30 |
| Octal | 326 | 36 | 135 | 0 | 126 | 71 | 20 | 523 | 113 | 60 |
| Binary | 11010110 | 11110 | 1011101 | 0 | 1010110 | 111001 | 10000 | 101010011 | 1001011 | 110000 |
Color Harmonies of #D61E5D
Complementary color
Monochromatic Colors of #D61E5D
Black with #D61E5D
Text Example
Text Example
White with #D61E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61E5D; }
p { color: rgb(214,30,93); }
H1.HeaderClassName
{
color: #D61E5D;
}
.AnyTagClassName
{
color: #D61E5D;
}
</style>
background-color css
<style>
a { background-color: #D61E5D; }
a { background-color: rgb(214,30,93); }
div.DivClassName
{
background-color: #D61E5D;
}
.BgClassName
{
background-color: #D61E5D;
}
</style>
border-color css
<style>
span { border-color: #D61E5D; }
span { border-color: rgb(214,30,93); }
td.TdClassName
{
border-color: #D61E5D;
}
.TagClassName
{
border-color: #D61E5D;
}
</style>