Shades of Ruby #D41767
Tints of Ruby #D41767
RGB
CMYK
RGB Variations
Color information
#D41767 (or 0xD41767) is known color: Ruby. HEX triplet: D4, 17 and 67. RGB value is (212,23,103). Sum of RGB (Red+Green+Blue) = 212+23+103=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D41767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41767 is #2BE898. Grayscale: #585858. Windows color (decimal): -2877593 or 6756308. OLE color: 6756308.
HSL color Cylindrical-coordinate representation of color #D41767: hue angle of 334.6º 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 #D41767 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 103 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.17 |
| HSL | 334.6º | 0.8% | 0.46% | - |
| HSV(B) | 334.6º | 0.89% | 0.83% | - |
| XYZ | 29.91 | 15.59 | 14.26 | - |
| YUV | 88.63 | 136.12 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 103 | 0 | 0.89 | 0.51 | 0.17 | 334.6 | 0.8 | 0.46 |
| Hex | D4 | 17 | 67 | 0 | 59 | 33 | 11 | 14F | 50 | 2E |
| Octal | 324 | 27 | 147 | 0 | 131 | 63 | 21 | 517 | 120 | 56 |
| Binary | 11010100 | 10111 | 1100111 | 0 | 1011001 | 110011 | 10001 | 101001111 | 1010000 | 101110 |
Color Harmonies of #D41767
Complementary color
Monochromatic Colors of #D41767
Black with #D41767
Text Example
Text Example
White with #D41767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41767; }
p { color: rgb(212,23,103); }
H1.HeaderClassName
{
color: #D41767;
}
.AnyTagClassName
{
color: #D41767;
}
</style>
background-color css
<style>
a { background-color: #D41767; }
a { background-color: rgb(212,23,103); }
div.DivClassName
{
background-color: #D41767;
}
.BgClassName
{
background-color: #D41767;
}
</style>
border-color css
<style>
span { border-color: #D41767; }
span { border-color: rgb(212,23,103); }
td.TdClassName
{
border-color: #D41767;
}
.TagClassName
{
border-color: #D41767;
}
</style>