Shades of Ruby #D4126A
Tints of Ruby #D4126A
RGB
CMYK
RGB Variations
Color information
#D4126A (or 0xD4126A) is known color: Ruby. HEX triplet: D4, 12 and 6A. RGB value is (212,18,106). Sum of RGB (Red+Green+Blue) = 212+18+106=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D4126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4126A is #2BED95. Grayscale: #555555. Windows color (decimal): -2878870 or 6951636. OLE color: 6951636.
HSL color Cylindrical-coordinate representation of color #D4126A: hue angle of 332.78º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4126A is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 106 | - |
| CMYK | 0 | 0.92 | 0.5 | 0.17 |
| HSL | 332.78º | 0.84% | 0.45% | - |
| HSV(B) | 332.78º | 0.92% | 0.83% | - |
| XYZ | 29.97 | 15.47 | 15.04 | - |
| YUV | 86.04 | 139.27 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 106 | 0 | 0.92 | 0.5 | 0.17 | 332.78 | 0.84 | 0.45 |
| Hex | D4 | 12 | 6A | 0 | 5C | 32 | 11 | 14D | 54 | 2D |
| Octal | 324 | 22 | 152 | 0 | 134 | 62 | 21 | 515 | 124 | 55 |
| Binary | 11010100 | 10010 | 1101010 | 0 | 1011100 | 110010 | 10001 | 101001101 | 1010100 | 101101 |
Color Harmonies of #D4126A
Complementary color
Monochromatic Colors of #D4126A
Black with #D4126A
Text Example
Text Example
White with #D4126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4126A; }
p { color: rgb(212,18,106); }
H1.HeaderClassName
{
color: #D4126A;
}
.AnyTagClassName
{
color: #D4126A;
}
</style>
background-color css
<style>
a { background-color: #D4126A; }
a { background-color: rgb(212,18,106); }
div.DivClassName
{
background-color: #D4126A;
}
.BgClassName
{
background-color: #D4126A;
}
</style>
border-color css
<style>
span { border-color: #D4126A; }
span { border-color: rgb(212,18,106); }
td.TdClassName
{
border-color: #D4126A;
}
.TagClassName
{
border-color: #D4126A;
}
</style>