Shades of Ruby #D4186A
Tints of Ruby #D4186A
RGB
CMYK
RGB Variations
Color information
#D4186A (or 0xD4186A) is known color: Ruby. HEX triplet: D4, 18 and 6A. RGB value is (212,24,106). Sum of RGB (Red+Green+Blue) = 212+24+106=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4186A is #2BE795. Grayscale: #595959. Windows color (decimal): -2877334 or 6953172. OLE color: 6953172.
HSL color Cylindrical-coordinate representation of color #D4186A: hue angle of 333.83º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4186A is Cyan = 0, Magento = 0.89, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 106 | - |
| CMYK | 0 | 0.89 | 0.5 | 0.17 |
| HSL | 333.83º | 0.8% | 0.46% | - |
| HSV(B) | 333.83º | 0.89% | 0.83% | - |
| XYZ | 30.08 | 15.69 | 15.08 | - |
| YUV | 89.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 106 | 0 | 0.89 | 0.5 | 0.17 | 333.83 | 0.8 | 0.46 |
| Hex | D4 | 18 | 6A | 0 | 59 | 32 | 11 | 14E | 50 | 2E |
| Octal | 324 | 30 | 152 | 0 | 131 | 62 | 21 | 516 | 120 | 56 |
| Binary | 11010100 | 11000 | 1101010 | 0 | 1011001 | 110010 | 10001 | 101001110 | 1010000 | 101110 |
Color Harmonies of #D4186A
Complementary color
Monochromatic Colors of #D4186A
Black with #D4186A
Text Example
Text Example
White with #D4186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4186A; }
p { color: rgb(212,24,106); }
H1.HeaderClassName
{
color: #D4186A;
}
.AnyTagClassName
{
color: #D4186A;
}
</style>
background-color css
<style>
a { background-color: #D4186A; }
a { background-color: rgb(212,24,106); }
div.DivClassName
{
background-color: #D4186A;
}
.BgClassName
{
background-color: #D4186A;
}
</style>
border-color css
<style>
span { border-color: #D4186A; }
span { border-color: rgb(212,24,106); }
td.TdClassName
{
border-color: #D4186A;
}
.TagClassName
{
border-color: #D4186A;
}
</style>