Shades of Ruby #D51268
Tints of Ruby #D51268
RGB
CMYK
RGB Variations
Color information
#D51268 (or 0xD51268) is known color: Ruby. HEX triplet: D5, 12 and 68. RGB value is (213,18,104). Sum of RGB (Red+Green+Blue) = 213+18+104=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D51268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51268 is #2AED97. Grayscale: #555555. Windows color (decimal): -2813336 or 6820565. OLE color: 6820565.
HSL color Cylindrical-coordinate representation of color #D51268: hue angle of 333.54º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51268 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 104 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.16 |
| HSL | 333.54º | 0.84% | 0.45% | - |
| HSV(B) | 333.54º | 0.92% | 0.84% | - |
| XYZ | 30.16 | 15.58 | 14.51 | - |
| YUV | 86.11 | 138.1 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 104 | 0 | 0.92 | 0.51 | 0.16 | 333.54 | 0.84 | 0.45 |
| Hex | D5 | 12 | 68 | 0 | 5C | 33 | 10 | 14E | 54 | 2D |
| Octal | 325 | 22 | 150 | 0 | 134 | 63 | 20 | 516 | 124 | 55 |
| Binary | 11010101 | 10010 | 1101000 | 0 | 1011100 | 110011 | 10000 | 101001110 | 1010100 | 101101 |
Color Harmonies of #D51268
Complementary color
Monochromatic Colors of #D51268
Black with #D51268
Text Example
Text Example
White with #D51268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51268; }
p { color: rgb(213,18,104); }
H1.HeaderClassName
{
color: #D51268;
}
.AnyTagClassName
{
color: #D51268;
}
</style>
background-color css
<style>
a { background-color: #D51268; }
a { background-color: rgb(213,18,104); }
div.DivClassName
{
background-color: #D51268;
}
.BgClassName
{
background-color: #D51268;
}
</style>
border-color css
<style>
span { border-color: #D51268; }
span { border-color: rgb(213,18,104); }
td.TdClassName
{
border-color: #D51268;
}
.TagClassName
{
border-color: #D51268;
}
</style>