Shades of Ruby #D41665
Tints of Ruby #D41665
RGB
CMYK
RGB Variations
Color information
#D41665 (or 0xD41665) is known color: Ruby. HEX triplet: D4, 16 and 65. RGB value is (212,22,101). Sum of RGB (Red+Green+Blue) = 212+22+101=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D41665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41665 is #2BE99A. Grayscale: #575757. Windows color (decimal): -2877851 or 6624980. OLE color: 6624980.
HSL color Cylindrical-coordinate representation of color #D41665: hue angle of 335.05º degrees, saturation: 0.81, 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 #D41665 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 101 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.17 |
| HSL | 335.05º | 0.81% | 0.46% | - |
| HSV(B) | 335.05º | 0.9% | 0.83% | - |
| XYZ | 29.79 | 15.51 | 13.74 | - |
| YUV | 87.82 | 135.45 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 101 | 0 | 0.90 | 0.52 | 0.17 | 335.05 | 0.81 | 0.46 |
| Hex | D4 | 16 | 65 | 0 | 5A | 34 | 11 | 14F | 51 | 2E |
| Octal | 324 | 26 | 145 | 0 | 132 | 64 | 21 | 517 | 121 | 56 |
| Binary | 11010100 | 10110 | 1100101 | 0 | 1011010 | 110100 | 10001 | 101001111 | 1010001 | 101110 |
Color Harmonies of #D41665
Complementary color
Monochromatic Colors of #D41665
Black with #D41665
Text Example
Text Example
White with #D41665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41665; }
p { color: rgb(212,22,101); }
H1.HeaderClassName
{
color: #D41665;
}
.AnyTagClassName
{
color: #D41665;
}
</style>
background-color css
<style>
a { background-color: #D41665; }
a { background-color: rgb(212,22,101); }
div.DivClassName
{
background-color: #D41665;
}
.BgClassName
{
background-color: #D41665;
}
</style>
border-color css
<style>
span { border-color: #D41665; }
span { border-color: rgb(212,22,101); }
td.TdClassName
{
border-color: #D41665;
}
.TagClassName
{
border-color: #D41665;
}
</style>