Shades of Ruby #D51264
Tints of Ruby #D51264
RGB
CMYK
RGB Variations
Color information
#D51264 (or 0xD51264) is known color: Ruby. HEX triplet: D5, 12 and 64. RGB value is (213,18,100). Sum of RGB (Red+Green+Blue) = 213+18+100=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D51264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51264 is #2AED9B. Grayscale: #555555. Windows color (decimal): -2813340 or 6558421. OLE color: 6558421.
HSL color Cylindrical-coordinate representation of color #D51264: hue angle of 334.77º 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 #D51264 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 100 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.16 |
| HSL | 334.77º | 0.84% | 0.45% | - |
| HSV(B) | 334.77º | 0.92% | 0.84% | - |
| XYZ | 29.96 | 15.5 | 13.47 | - |
| YUV | 85.65 | 136.1 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 100 | 0 | 0.92 | 0.53 | 0.16 | 334.77 | 0.84 | 0.45 |
| Hex | D5 | 12 | 64 | 0 | 5C | 35 | 10 | 14F | 54 | 2D |
| Octal | 325 | 22 | 144 | 0 | 134 | 65 | 20 | 517 | 124 | 55 |
| Binary | 11010101 | 10010 | 1100100 | 0 | 1011100 | 110101 | 10000 | 101001111 | 1010100 | 101101 |
Color Harmonies of #D51264
Complementary color
Monochromatic Colors of #D51264
Black with #D51264
Text Example
Text Example
White with #D51264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51264; }
p { color: rgb(213,18,100); }
H1.HeaderClassName
{
color: #D51264;
}
.AnyTagClassName
{
color: #D51264;
}
</style>
background-color css
<style>
a { background-color: #D51264; }
a { background-color: rgb(213,18,100); }
div.DivClassName
{
background-color: #D51264;
}
.BgClassName
{
background-color: #D51264;
}
</style>
border-color css
<style>
span { border-color: #D51264; }
span { border-color: rgb(213,18,100); }
td.TdClassName
{
border-color: #D51264;
}
.TagClassName
{
border-color: #D51264;
}
</style>