Shades of Ruby #D41268
Tints of Ruby #D41268
RGB
CMYK
RGB Variations
Color information
#D41268 (or 0xD41268) is known color: Ruby. HEX triplet: D4, 12 and 68. RGB value is (212,18,104). Sum of RGB (Red+Green+Blue) = 212+18+104=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D41268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41268 is #2BED97. Grayscale: #555555. Windows color (decimal): -2878872 or 6820564. OLE color: 6820564.
HSL color Cylindrical-coordinate representation of color #D41268: hue angle of 333.4º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41268 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 104 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.17 |
| HSL | 333.4º | 0.84% | 0.45% | - |
| HSV(B) | 333.4º | 0.92% | 0.83% | - |
| XYZ | 29.87 | 15.43 | 14.5 | - |
| YUV | 85.81 | 138.27 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 104 | 0 | 0.92 | 0.51 | 0.17 | 333.4 | 0.84 | 0.45 |
| Hex | D4 | 12 | 68 | 0 | 5C | 33 | 11 | 14D | 54 | 2D |
| Octal | 324 | 22 | 150 | 0 | 134 | 63 | 21 | 515 | 124 | 55 |
| Binary | 11010100 | 10010 | 1101000 | 0 | 1011100 | 110011 | 10001 | 101001101 | 1010100 | 101101 |
Color Harmonies of #D41268
Complementary color
Monochromatic Colors of #D41268
Black with #D41268
Text Example
Text Example
White with #D41268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41268; }
p { color: rgb(212,18,104); }
H1.HeaderClassName
{
color: #D41268;
}
.AnyTagClassName
{
color: #D41268;
}
</style>
background-color css
<style>
a { background-color: #D41268; }
a { background-color: rgb(212,18,104); }
div.DivClassName
{
background-color: #D41268;
}
.BgClassName
{
background-color: #D41268;
}
</style>
border-color css
<style>
span { border-color: #D41268; }
span { border-color: rgb(212,18,104); }
td.TdClassName
{
border-color: #D41268;
}
.TagClassName
{
border-color: #D41268;
}
</style>