Shades of Ruby #D41867
Tints of Ruby #D41867
RGB
CMYK
RGB Variations
Color information
#D41867 (or 0xD41867) is known color: Ruby. HEX triplet: D4, 18 and 67. RGB value is (212,24,103). Sum of RGB (Red+Green+Blue) = 212+24+103=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D41867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41867 is #2BE798. Grayscale: #595959. Windows color (decimal): -2877337 or 6756564. OLE color: 6756564.
HSL color Cylindrical-coordinate representation of color #D41867: hue angle of 334.79º 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 #D41867 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 103 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.17 |
| HSL | 334.79º | 0.8% | 0.46% | - |
| HSV(B) | 334.79º | 0.89% | 0.83% | - |
| XYZ | 29.93 | 15.63 | 14.27 | - |
| YUV | 89.22 | 135.78 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 103 | 0 | 0.89 | 0.51 | 0.17 | 334.79 | 0.8 | 0.46 |
| Hex | D4 | 18 | 67 | 0 | 59 | 33 | 11 | 14F | 50 | 2E |
| Octal | 324 | 30 | 147 | 0 | 131 | 63 | 21 | 517 | 120 | 56 |
| Binary | 11010100 | 11000 | 1100111 | 0 | 1011001 | 110011 | 10001 | 101001111 | 1010000 | 101110 |
Color Harmonies of #D41867
Complementary color
Monochromatic Colors of #D41867
Black with #D41867
Text Example
Text Example
White with #D41867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41867; }
p { color: rgb(212,24,103); }
H1.HeaderClassName
{
color: #D41867;
}
.AnyTagClassName
{
color: #D41867;
}
</style>
background-color css
<style>
a { background-color: #D41867; }
a { background-color: rgb(212,24,103); }
div.DivClassName
{
background-color: #D41867;
}
.BgClassName
{
background-color: #D41867;
}
</style>
border-color css
<style>
span { border-color: #D41867; }
span { border-color: rgb(212,24,103); }
td.TdClassName
{
border-color: #D41867;
}
.TagClassName
{
border-color: #D41867;
}
</style>