Shades of Ruby #D4165C
Tints of Ruby #D4165C
RGB
CMYK
RGB Variations
Color information
#D4165C (or 0xD4165C) is known color: Ruby. HEX triplet: D4, 16 and 5C. RGB value is (212,22,92). Sum of RGB (Red+Green+Blue) = 212+22+92=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D4165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4165C is #2BE9A3. Grayscale: #565656. Windows color (decimal): -2877860 or 6035156. OLE color: 6035156.
HSL color Cylindrical-coordinate representation of color #D4165C: hue angle of 337.89º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4165C is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 92 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.17 |
| HSL | 337.89º | 0.81% | 0.46% | - |
| HSV(B) | 337.89º | 0.9% | 0.83% | - |
| XYZ | 29.37 | 15.34 | 11.54 | - |
| YUV | 86.79 | 130.95 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 92 | 0 | 0.90 | 0.57 | 0.17 | 337.89 | 0.81 | 0.46 |
| Hex | D4 | 16 | 5C | 0 | 5A | 39 | 11 | 152 | 51 | 2E |
| Octal | 324 | 26 | 134 | 0 | 132 | 71 | 21 | 522 | 121 | 56 |
| Binary | 11010100 | 10110 | 1011100 | 0 | 1011010 | 111001 | 10001 | 101010010 | 1010001 | 101110 |
Color Harmonies of #D4165C
Complementary color
Monochromatic Colors of #D4165C
Black with #D4165C
Text Example
Text Example
White with #D4165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4165C; }
p { color: rgb(212,22,92); }
H1.HeaderClassName
{
color: #D4165C;
}
.AnyTagClassName
{
color: #D4165C;
}
</style>
background-color css
<style>
a { background-color: #D4165C; }
a { background-color: rgb(212,22,92); }
div.DivClassName
{
background-color: #D4165C;
}
.BgClassName
{
background-color: #D4165C;
}
</style>
border-color css
<style>
span { border-color: #D4165C; }
span { border-color: rgb(212,22,92); }
td.TdClassName
{
border-color: #D4165C;
}
.TagClassName
{
border-color: #D4165C;
}
</style>