Shades of Ruby #D41669
Tints of Ruby #D41669
RGB
CMYK
RGB Variations
Color information
#D41669 (or 0xD41669) is known color: Ruby. HEX triplet: D4, 16 and 69. RGB value is (212,22,105). Sum of RGB (Red+Green+Blue) = 212+22+105=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D41669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41669 is #2BE996. Grayscale: #585858. Windows color (decimal): -2877847 or 6887124. OLE color: 6887124.
HSL color Cylindrical-coordinate representation of color #D41669: hue angle of 333.79º 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 #D41669 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 105 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.17 |
| HSL | 333.79º | 0.81% | 0.46% | - |
| HSV(B) | 333.79º | 0.9% | 0.83% | - |
| XYZ | 29.99 | 15.59 | 14.79 | - |
| YUV | 88.27 | 137.45 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 105 | 0 | 0.90 | 0.50 | 0.17 | 333.79 | 0.81 | 0.46 |
| Hex | D4 | 16 | 69 | 0 | 5A | 32 | 11 | 14E | 51 | 2E |
| Octal | 324 | 26 | 151 | 0 | 132 | 62 | 21 | 516 | 121 | 56 |
| Binary | 11010100 | 10110 | 1101001 | 0 | 1011010 | 110010 | 10001 | 101001110 | 1010001 | 101110 |
Color Harmonies of #D41669
Complementary color
Monochromatic Colors of #D41669
Black with #D41669
Text Example
Text Example
White with #D41669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41669; }
p { color: rgb(212,22,105); }
H1.HeaderClassName
{
color: #D41669;
}
.AnyTagClassName
{
color: #D41669;
}
</style>
background-color css
<style>
a { background-color: #D41669; }
a { background-color: rgb(212,22,105); }
div.DivClassName
{
background-color: #D41669;
}
.BgClassName
{
background-color: #D41669;
}
</style>
border-color css
<style>
span { border-color: #D41669; }
span { border-color: rgb(212,22,105); }
td.TdClassName
{
border-color: #D41669;
}
.TagClassName
{
border-color: #D41669;
}
</style>