Shades of Ruby #D51668
Tints of Ruby #D51668
RGB
CMYK
RGB Variations
Color information
#D51668 (or 0xD51668) is known color: Ruby. HEX triplet: D5, 16 and 68. RGB value is (213,22,104). Sum of RGB (Red+Green+Blue) = 213+22+104=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D51668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51668 is #2AE997. Grayscale: #585858. Windows color (decimal): -2812312 or 6821589. OLE color: 6821589.
HSL color Cylindrical-coordinate representation of color #D51668: hue angle of 334.24º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51668 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 104 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.16 |
| HSL | 334.24º | 0.81% | 0.46% | - |
| HSV(B) | 334.24º | 0.9% | 0.84% | - |
| XYZ | 30.23 | 15.72 | 14.54 | - |
| YUV | 88.46 | 136.78 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 104 | 0 | 0.90 | 0.51 | 0.16 | 334.24 | 0.81 | 0.46 |
| Hex | D5 | 16 | 68 | 0 | 5A | 33 | 10 | 14E | 51 | 2E |
| Octal | 325 | 26 | 150 | 0 | 132 | 63 | 20 | 516 | 121 | 56 |
| Binary | 11010101 | 10110 | 1101000 | 0 | 1011010 | 110011 | 10000 | 101001110 | 1010001 | 101110 |
Color Harmonies of #D51668
Complementary color
Monochromatic Colors of #D51668
Black with #D51668
Text Example
Text Example
White with #D51668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51668; }
p { color: rgb(213,22,104); }
H1.HeaderClassName
{
color: #D51668;
}
.AnyTagClassName
{
color: #D51668;
}
</style>
background-color css
<style>
a { background-color: #D51668; }
a { background-color: rgb(213,22,104); }
div.DivClassName
{
background-color: #D51668;
}
.BgClassName
{
background-color: #D51668;
}
</style>
border-color css
<style>
span { border-color: #D51668; }
span { border-color: rgb(213,22,104); }
td.TdClassName
{
border-color: #D51668;
}
.TagClassName
{
border-color: #D51668;
}
</style>