Shades of Ruby #D4155A
Tints of Ruby #D4155A
RGB
CMYK
RGB Variations
Color information
#D4155A (or 0xD4155A) is known color: Ruby. HEX triplet: D4, 15 and 5A. RGB value is (212,21,90). Sum of RGB (Red+Green+Blue) = 212+21+90=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4155A is #2BEAA5. Grayscale: #555555. Windows color (decimal): -2878118 or 5903828. OLE color: 5903828.
HSL color Cylindrical-coordinate representation of color #D4155A: hue angle of 338.32º 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 #D4155A is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 90 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.17 |
| HSL | 338.32º | 0.82% | 0.46% | - |
| HSV(B) | 338.32º | 0.9% | 0.83% | - |
| XYZ | 29.27 | 15.27 | 11.08 | - |
| YUV | 85.98 | 130.28 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 90 | 0 | 0.90 | 0.58 | 0.17 | 338.32 | 0.82 | 0.46 |
| Hex | D4 | 15 | 5A | 0 | 5A | 3A | 11 | 152 | 52 | 2E |
| Octal | 324 | 25 | 132 | 0 | 132 | 72 | 21 | 522 | 122 | 56 |
| Binary | 11010100 | 10101 | 1011010 | 0 | 1011010 | 111010 | 10001 | 101010010 | 1010010 | 101110 |
Color Harmonies of #D4155A
Complementary color
Monochromatic Colors of #D4155A
Black with #D4155A
Text Example
Text Example
White with #D4155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4155A; }
p { color: rgb(212,21,90); }
H1.HeaderClassName
{
color: #D4155A;
}
.AnyTagClassName
{
color: #D4155A;
}
</style>
background-color css
<style>
a { background-color: #D4155A; }
a { background-color: rgb(212,21,90); }
div.DivClassName
{
background-color: #D4155A;
}
.BgClassName
{
background-color: #D4155A;
}
</style>
border-color css
<style>
span { border-color: #D4155A; }
span { border-color: rgb(212,21,90); }
td.TdClassName
{
border-color: #D4155A;
}
.TagClassName
{
border-color: #D4155A;
}
</style>