Shades of Ruby #D4165D
Tints of Ruby #D4165D
RGB
CMYK
RGB Variations
Color information
#D4165D (or 0xD4165D) is known color: Ruby. HEX triplet: D4, 16 and 5D. RGB value is (212,22,93). Sum of RGB (Red+Green+Blue) = 212+22+93=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D4165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4165D is #2BE9A2. Grayscale: #565656. Windows color (decimal): -2877859 or 6100692. OLE color: 6100692.
HSL color Cylindrical-coordinate representation of color #D4165D: hue angle of 337.58º 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 #D4165D is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 93 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.17 |
| HSL | 337.58º | 0.81% | 0.46% | - |
| HSV(B) | 337.58º | 0.9% | 0.83% | - |
| XYZ | 29.41 | 15.36 | 11.77 | - |
| YUV | 86.9 | 131.45 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 93 | 0 | 0.90 | 0.56 | 0.17 | 337.58 | 0.81 | 0.46 |
| Hex | D4 | 16 | 5D | 0 | 5A | 38 | 11 | 152 | 51 | 2E |
| Octal | 324 | 26 | 135 | 0 | 132 | 70 | 21 | 522 | 121 | 56 |
| Binary | 11010100 | 10110 | 1011101 | 0 | 1011010 | 111000 | 10001 | 101010010 | 1010001 | 101110 |
Color Harmonies of #D4165D
Complementary color
Monochromatic Colors of #D4165D
Black with #D4165D
Text Example
Text Example
White with #D4165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4165D; }
p { color: rgb(212,22,93); }
H1.HeaderClassName
{
color: #D4165D;
}
.AnyTagClassName
{
color: #D4165D;
}
</style>
background-color css
<style>
a { background-color: #D4165D; }
a { background-color: rgb(212,22,93); }
div.DivClassName
{
background-color: #D4165D;
}
.BgClassName
{
background-color: #D4165D;
}
</style>
border-color css
<style>
span { border-color: #D4165D; }
span { border-color: rgb(212,22,93); }
td.TdClassName
{
border-color: #D4165D;
}
.TagClassName
{
border-color: #D4165D;
}
</style>