Shades of Ruby #D4106B
Tints of Ruby #D4106B
RGB
CMYK
RGB Variations
Color information
#D4106B (or 0xD4106B) is known color: Ruby. HEX triplet: D4, 10 and 6B. RGB value is (212,16,107). Sum of RGB (Red+Green+Blue) = 212+16+107=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D4106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4106B is #2BEF94. Grayscale: #545454. Windows color (decimal): -2879381 or 7016660. OLE color: 7016660.
HSL color Cylindrical-coordinate representation of color #D4106B: hue angle of 332.14º degrees, saturation: 0.86, 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 #D4106B is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 107 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.17 |
| HSL | 332.14º | 0.86% | 0.45% | - |
| HSV(B) | 332.14º | 0.92% | 0.83% | - |
| XYZ | 29.99 | 15.43 | 15.31 | - |
| YUV | 84.98 | 140.43 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 107 | 0 | 0.92 | 0.50 | 0.17 | 332.14 | 0.86 | 0.45 |
| Hex | D4 | 10 | 6B | 0 | 5C | 32 | 11 | 14C | 56 | 2D |
| Octal | 324 | 20 | 153 | 0 | 134 | 62 | 21 | 514 | 126 | 55 |
| Binary | 11010100 | 10000 | 1101011 | 0 | 1011100 | 110010 | 10001 | 101001100 | 1010110 | 101101 |
Color Harmonies of #D4106B
Complementary color
Monochromatic Colors of #D4106B
Black with #D4106B
Text Example
Text Example
White with #D4106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4106B; }
p { color: rgb(212,16,107); }
H1.HeaderClassName
{
color: #D4106B;
}
.AnyTagClassName
{
color: #D4106B;
}
</style>
background-color css
<style>
a { background-color: #D4106B; }
a { background-color: rgb(212,16,107); }
div.DivClassName
{
background-color: #D4106B;
}
.BgClassName
{
background-color: #D4106B;
}
</style>
border-color css
<style>
span { border-color: #D4106B; }
span { border-color: rgb(212,16,107); }
td.TdClassName
{
border-color: #D4106B;
}
.TagClassName
{
border-color: #D4106B;
}
</style>