Shades of Ruby #D4156B
Tints of Ruby #D4156B
RGB
CMYK
RGB Variations
Color information
#D4156B (or 0xD4156B) is known color: Ruby. HEX triplet: D4, 15 and 6B. RGB value is (212,21,107). Sum of RGB (Red+Green+Blue) = 212+21+107=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D4156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4156B is #2BEA94. Grayscale: #575757. Windows color (decimal): -2878101 or 7017940. OLE color: 7017940.
HSL color Cylindrical-coordinate representation of color #D4156B: hue angle of 332.98º 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 #D4156B is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 107 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.17 |
| HSL | 332.98º | 0.82% | 0.46% | - |
| HSV(B) | 332.98º | 0.9% | 0.83% | - |
| XYZ | 30.07 | 15.59 | 15.33 | - |
| YUV | 87.91 | 138.78 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 107 | 0 | 0.90 | 0.50 | 0.17 | 332.98 | 0.82 | 0.46 |
| Hex | D4 | 15 | 6B | 0 | 5A | 32 | 11 | 14D | 52 | 2E |
| Octal | 324 | 25 | 153 | 0 | 132 | 62 | 21 | 515 | 122 | 56 |
| Binary | 11010100 | 10101 | 1101011 | 0 | 1011010 | 110010 | 10001 | 101001101 | 1010010 | 101110 |
Color Harmonies of #D4156B
Complementary color
Monochromatic Colors of #D4156B
Black with #D4156B
Text Example
Text Example
White with #D4156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4156B; }
p { color: rgb(212,21,107); }
H1.HeaderClassName
{
color: #D4156B;
}
.AnyTagClassName
{
color: #D4156B;
}
</style>
background-color css
<style>
a { background-color: #D4156B; }
a { background-color: rgb(212,21,107); }
div.DivClassName
{
background-color: #D4156B;
}
.BgClassName
{
background-color: #D4156B;
}
</style>
border-color css
<style>
span { border-color: #D4156B; }
span { border-color: rgb(212,21,107); }
td.TdClassName
{
border-color: #D4156B;
}
.TagClassName
{
border-color: #D4156B;
}
</style>