Shades of Ruby #D4115E
Tints of Ruby #D4115E
RGB
CMYK
RGB Variations
Color information
#D4115E (or 0xD4115E) is known color: Ruby. HEX triplet: D4, 11 and 5E. RGB value is (212,17,94). Sum of RGB (Red+Green+Blue) = 212+17+94=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4115E is #2BEEA1. Grayscale: #535353. Windows color (decimal): -2879138 or 6164948. OLE color: 6164948.
HSL color Cylindrical-coordinate representation of color #D4115E: hue angle of 336.31º 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 #D4115E is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 94 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.17 |
| HSL | 336.31º | 0.85% | 0.45% | - |
| HSV(B) | 336.31º | 0.92% | 0.83% | - |
| XYZ | 29.37 | 15.21 | 11.98 | - |
| YUV | 84.08 | 133.6 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 94 | 0 | 0.92 | 0.56 | 0.17 | 336.31 | 0.85 | 0.45 |
| Hex | D4 | 11 | 5E | 0 | 5C | 38 | 11 | 150 | 55 | 2D |
| Octal | 324 | 21 | 136 | 0 | 134 | 70 | 21 | 520 | 125 | 55 |
| Binary | 11010100 | 10001 | 1011110 | 0 | 1011100 | 111000 | 10001 | 101010000 | 1010101 | 101101 |
Color Harmonies of #D4115E
Complementary color
Monochromatic Colors of #D4115E
Black with #D4115E
Text Example
Text Example
White with #D4115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4115E; }
p { color: rgb(212,17,94); }
H1.HeaderClassName
{
color: #D4115E;
}
.AnyTagClassName
{
color: #D4115E;
}
</style>
background-color css
<style>
a { background-color: #D4115E; }
a { background-color: rgb(212,17,94); }
div.DivClassName
{
background-color: #D4115E;
}
.BgClassName
{
background-color: #D4115E;
}
</style>
border-color css
<style>
span { border-color: #D4115E; }
span { border-color: rgb(212,17,94); }
td.TdClassName
{
border-color: #D4115E;
}
.TagClassName
{
border-color: #D4115E;
}
</style>