Shades of Ruby #D4114E
Tints of Ruby #D4114E
RGB
CMYK
RGB Variations
Color information
#D4114E (or 0xD4114E) is known color: Ruby. HEX triplet: D4, 11 and 4E. RGB value is (212,17,78). Sum of RGB (Red+Green+Blue) = 212+17+78=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D4114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4114E is #2BEEB1. Grayscale: #525252. Windows color (decimal): -2879154 or 5116372. OLE color: 5116372.
HSL color Cylindrical-coordinate representation of color #D4114E: hue angle of 341.23º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4114E is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 78 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.17 |
| HSL | 341.23º | 0.85% | 0.45% | - |
| HSV(B) | 341.23º | 0.92% | 0.83% | - |
| XYZ | 28.73 | 14.95 | 8.58 | - |
| YUV | 82.26 | 125.6 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 78 | 0 | 0.92 | 0.63 | 0.17 | 341.23 | 0.85 | 0.45 |
| Hex | D4 | 11 | 4E | 0 | 5C | 3F | 11 | 155 | 55 | 2D |
| Octal | 324 | 21 | 116 | 0 | 134 | 77 | 21 | 525 | 125 | 55 |
| Binary | 11010100 | 10001 | 1001110 | 0 | 1011100 | 111111 | 10001 | 101010101 | 1010101 | 101101 |
Color Harmonies of #D4114E
Complementary color
Monochromatic Colors of #D4114E
Black with #D4114E
Text Example
Text Example
White with #D4114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4114E; }
p { color: rgb(212,17,78); }
H1.HeaderClassName
{
color: #D4114E;
}
.AnyTagClassName
{
color: #D4114E;
}
</style>
background-color css
<style>
a { background-color: #D4114E; }
a { background-color: rgb(212,17,78); }
div.DivClassName
{
background-color: #D4114E;
}
.BgClassName
{
background-color: #D4114E;
}
</style>
border-color css
<style>
span { border-color: #D4114E; }
span { border-color: rgb(212,17,78); }
td.TdClassName
{
border-color: #D4114E;
}
.TagClassName
{
border-color: #D4114E;
}
</style>