Shades of Ruby #D4186E
Tints of Ruby #D4186E
RGB
CMYK
RGB Variations
Color information
#D4186E (or 0xD4186E) is known color: Ruby. HEX triplet: D4, 18 and 6E. RGB value is (212,24,110). Sum of RGB (Red+Green+Blue) = 212+24+110=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4186E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4186E is #2BE791. Grayscale: #595959. Windows color (decimal): -2877330 or 7215316. OLE color: 7215316.
HSL color Cylindrical-coordinate representation of color #D4186E: hue angle of 332.55º 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 #D4186E is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 110 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.17 |
| HSL | 332.55º | 0.8% | 0.46% | - |
| HSV(B) | 332.55º | 0.89% | 0.83% | - |
| XYZ | 30.29 | 15.78 | 16.2 | - |
| YUV | 90.02 | 139.28 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 110 | 0 | 0.89 | 0.48 | 0.17 | 332.55 | 0.8 | 0.46 |
| Hex | D4 | 18 | 6E | 0 | 59 | 30 | 11 | 14D | 50 | 2E |
| Octal | 324 | 30 | 156 | 0 | 131 | 60 | 21 | 515 | 120 | 56 |
| Binary | 11010100 | 11000 | 1101110 | 0 | 1011001 | 110000 | 10001 | 101001101 | 1010000 | 101110 |
Color Harmonies of #D4186E
Complementary color
Monochromatic Colors of #D4186E
Black with #D4186E
Text Example
Text Example
White with #D4186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4186E; }
p { color: rgb(212,24,110); }
H1.HeaderClassName
{
color: #D4186E;
}
.AnyTagClassName
{
color: #D4186E;
}
</style>
background-color css
<style>
a { background-color: #D4186E; }
a { background-color: rgb(212,24,110); }
div.DivClassName
{
background-color: #D4186E;
}
.BgClassName
{
background-color: #D4186E;
}
</style>
border-color css
<style>
span { border-color: #D4186E; }
span { border-color: rgb(212,24,110); }
td.TdClassName
{
border-color: #D4186E;
}
.TagClassName
{
border-color: #D4186E;
}
</style>