Shades of Ruby #D4156C
Tints of Ruby #D4156C
RGB
CMYK
RGB Variations
Color information
#D4156C (or 0xD4156C) is known color: Ruby. HEX triplet: D4, 15 and 6C. RGB value is (212,21,108). Sum of RGB (Red+Green+Blue) = 212+21+108=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4156C is #2BEA93. Grayscale: #575757. Windows color (decimal): -2878100 or 7083476. OLE color: 7083476.
HSL color Cylindrical-coordinate representation of color #D4156C: hue angle of 332.67º 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 #D4156C is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 108 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.17 |
| HSL | 332.67º | 0.82% | 0.46% | - |
| HSV(B) | 332.67º | 0.9% | 0.83% | - |
| XYZ | 30.13 | 15.62 | 15.61 | - |
| YUV | 88.03 | 139.28 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 108 | 0 | 0.90 | 0.49 | 0.17 | 332.67 | 0.82 | 0.46 |
| Hex | D4 | 15 | 6C | 0 | 5A | 31 | 11 | 14D | 52 | 2E |
| Octal | 324 | 25 | 154 | 0 | 132 | 61 | 21 | 515 | 122 | 56 |
| Binary | 11010100 | 10101 | 1101100 | 0 | 1011010 | 110001 | 10001 | 101001101 | 1010010 | 101110 |
Color Harmonies of #D4156C
Complementary color
Monochromatic Colors of #D4156C
Black with #D4156C
Text Example
Text Example
White with #D4156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4156C; }
p { color: rgb(212,21,108); }
H1.HeaderClassName
{
color: #D4156C;
}
.AnyTagClassName
{
color: #D4156C;
}
</style>
background-color css
<style>
a { background-color: #D4156C; }
a { background-color: rgb(212,21,108); }
div.DivClassName
{
background-color: #D4156C;
}
.BgClassName
{
background-color: #D4156C;
}
</style>
border-color css
<style>
span { border-color: #D4156C; }
span { border-color: rgb(212,21,108); }
td.TdClassName
{
border-color: #D4156C;
}
.TagClassName
{
border-color: #D4156C;
}
</style>