Shades of Ruby #D4136C
Tints of Ruby #D4136C
RGB
CMYK
RGB Variations
Color information
#D4136C (or 0xD4136C) is known color: Ruby. HEX triplet: D4, 13 and 6C. RGB value is (212,19,108). Sum of RGB (Red+Green+Blue) = 212+19+108=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4136C is #2BEC93. Grayscale: #565656. Windows color (decimal): -2878612 or 7082964. OLE color: 7082964.
HSL color Cylindrical-coordinate representation of color #D4136C: hue angle of 332.33º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4136C is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 108 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.17 |
| HSL | 332.33º | 0.84% | 0.45% | - |
| HSV(B) | 332.33º | 0.91% | 0.83% | - |
| XYZ | 30.09 | 15.55 | 15.6 | - |
| YUV | 86.85 | 139.94 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 108 | 0 | 0.91 | 0.49 | 0.17 | 332.33 | 0.84 | 0.45 |
| Hex | D4 | 13 | 6C | 0 | 5B | 31 | 11 | 14C | 54 | 2D |
| Octal | 324 | 23 | 154 | 0 | 133 | 61 | 21 | 514 | 124 | 55 |
| Binary | 11010100 | 10011 | 1101100 | 0 | 1011011 | 110001 | 10001 | 101001100 | 1010100 | 101101 |
Color Harmonies of #D4136C
Complementary color
Monochromatic Colors of #D4136C
Black with #D4136C
Text Example
Text Example
White with #D4136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4136C; }
p { color: rgb(212,19,108); }
H1.HeaderClassName
{
color: #D4136C;
}
.AnyTagClassName
{
color: #D4136C;
}
</style>
background-color css
<style>
a { background-color: #D4136C; }
a { background-color: rgb(212,19,108); }
div.DivClassName
{
background-color: #D4136C;
}
.BgClassName
{
background-color: #D4136C;
}
</style>
border-color css
<style>
span { border-color: #D4136C; }
span { border-color: rgb(212,19,108); }
td.TdClassName
{
border-color: #D4136C;
}
.TagClassName
{
border-color: #D4136C;
}
</style>