Shades of Ruby #D4155C
Tints of Ruby #D4155C
RGB
CMYK
RGB Variations
Color information
#D4155C (or 0xD4155C) is known color: Ruby. HEX triplet: D4, 15 and 5C. RGB value is (212,21,92). Sum of RGB (Red+Green+Blue) = 212+21+92=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D4155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4155C is #2BEAA3. Grayscale: #565656. Windows color (decimal): -2878116 or 6034900. OLE color: 6034900.
HSL color Cylindrical-coordinate representation of color #D4155C: hue angle of 337.7º degrees, saturation: 0.82, 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 #D4155C is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 92 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.17 |
| HSL | 337.7º | 0.82% | 0.46% | - |
| HSV(B) | 337.7º | 0.9% | 0.83% | - |
| XYZ | 29.35 | 15.31 | 11.53 | - |
| YUV | 86.2 | 131.28 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 92 | 0 | 0.90 | 0.57 | 0.17 | 337.7 | 0.82 | 0.46 |
| Hex | D4 | 15 | 5C | 0 | 5A | 39 | 11 | 152 | 52 | 2E |
| Octal | 324 | 25 | 134 | 0 | 132 | 71 | 21 | 522 | 122 | 56 |
| Binary | 11010100 | 10101 | 1011100 | 0 | 1011010 | 111001 | 10001 | 101010010 | 1010010 | 101110 |
Color Harmonies of #D4155C
Complementary color
Monochromatic Colors of #D4155C
Black with #D4155C
Text Example
Text Example
White with #D4155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4155C; }
p { color: rgb(212,21,92); }
H1.HeaderClassName
{
color: #D4155C;
}
.AnyTagClassName
{
color: #D4155C;
}
</style>
background-color css
<style>
a { background-color: #D4155C; }
a { background-color: rgb(212,21,92); }
div.DivClassName
{
background-color: #D4155C;
}
.BgClassName
{
background-color: #D4155C;
}
</style>
border-color css
<style>
span { border-color: #D4155C; }
span { border-color: rgb(212,21,92); }
td.TdClassName
{
border-color: #D4155C;
}
.TagClassName
{
border-color: #D4155C;
}
</style>