Shades of Ruby #D41869
Tints of Ruby #D41869
RGB
CMYK
RGB Variations
Color information
#D41869 (or 0xD41869) is known color: Ruby. HEX triplet: D4, 18 and 69. RGB value is (212,24,105). Sum of RGB (Red+Green+Blue) = 212+24+105=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D41869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41869 is #2BE796. Grayscale: #595959. Windows color (decimal): -2877335 or 6887636. OLE color: 6887636.
HSL color Cylindrical-coordinate representation of color #D41869: hue angle of 334.15º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41869 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 105 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.17 |
| HSL | 334.15º | 0.8% | 0.46% | - |
| HSV(B) | 334.15º | 0.89% | 0.83% | - |
| XYZ | 30.03 | 15.67 | 14.81 | - |
| YUV | 89.45 | 136.78 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 105 | 0 | 0.89 | 0.50 | 0.17 | 334.15 | 0.8 | 0.46 |
| Hex | D4 | 18 | 69 | 0 | 59 | 32 | 11 | 14E | 50 | 2E |
| Octal | 324 | 30 | 151 | 0 | 131 | 62 | 21 | 516 | 120 | 56 |
| Binary | 11010100 | 11000 | 1101001 | 0 | 1011001 | 110010 | 10001 | 101001110 | 1010000 | 101110 |
Color Harmonies of #D41869
Complementary color
Monochromatic Colors of #D41869
Black with #D41869
Text Example
Text Example
White with #D41869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41869; }
p { color: rgb(212,24,105); }
H1.HeaderClassName
{
color: #D41869;
}
.AnyTagClassName
{
color: #D41869;
}
</style>
background-color css
<style>
a { background-color: #D41869; }
a { background-color: rgb(212,24,105); }
div.DivClassName
{
background-color: #D41869;
}
.BgClassName
{
background-color: #D41869;
}
</style>
border-color css
<style>
span { border-color: #D41869; }
span { border-color: rgb(212,24,105); }
td.TdClassName
{
border-color: #D41869;
}
.TagClassName
{
border-color: #D41869;
}
</style>