Shades of Ruby #D61058
Tints of Ruby #D61058
RGB
CMYK
RGB Variations
Color information
#D61058 (or 0xD61058) is known color: Ruby. HEX triplet: D6, 10 and 58. RGB value is (214,16,88). Sum of RGB (Red+Green+Blue) = 214+16+88=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D61058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61058 is #29EFA7. Grayscale: #535353. Windows color (decimal): -2748328 or 5771478. OLE color: 5771478.
HSL color Cylindrical-coordinate representation of color #D61058: hue angle of 338.18º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61058 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 88 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.16 |
| HSL | 338.18º | 0.86% | 0.45% | - |
| HSV(B) | 338.18º | 0.93% | 0.84% | - |
| XYZ | 29.68 | 15.37 | 10.64 | - |
| YUV | 83.41 | 130.6 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 88 | 0 | 0.93 | 0.59 | 0.16 | 338.18 | 0.86 | 0.45 |
| Hex | D6 | 10 | 58 | 0 | 5D | 3B | 10 | 152 | 56 | 2D |
| Octal | 326 | 20 | 130 | 0 | 135 | 73 | 20 | 522 | 126 | 55 |
| Binary | 11010110 | 10000 | 1011000 | 0 | 1011101 | 111011 | 10000 | 101010010 | 1010110 | 101101 |
Color Harmonies of #D61058
Complementary color
Monochromatic Colors of #D61058
Black with #D61058
Text Example
Text Example
White with #D61058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61058; }
p { color: rgb(214,16,88); }
H1.HeaderClassName
{
color: #D61058;
}
.AnyTagClassName
{
color: #D61058;
}
</style>
background-color css
<style>
a { background-color: #D61058; }
a { background-color: rgb(214,16,88); }
div.DivClassName
{
background-color: #D61058;
}
.BgClassName
{
background-color: #D61058;
}
</style>
border-color css
<style>
span { border-color: #D61058; }
span { border-color: rgb(214,16,88); }
td.TdClassName
{
border-color: #D61058;
}
.TagClassName
{
border-color: #D61058;
}
</style>