Shades of Ruby #D51266
Tints of Ruby #D51266
RGB
CMYK
RGB Variations
Color information
#D51266 (or 0xD51266) is known color: Ruby. HEX triplet: D5, 12 and 66. RGB value is (213,18,102). Sum of RGB (Red+Green+Blue) = 213+18+102=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D51266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51266 is #2AED99. Grayscale: #555555. Windows color (decimal): -2813338 or 6689493. OLE color: 6689493.
HSL color Cylindrical-coordinate representation of color #D51266: hue angle of 334.15º 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 #D51266 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 102 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.16 |
| HSL | 334.15º | 0.84% | 0.45% | - |
| HSV(B) | 334.15º | 0.92% | 0.84% | - |
| XYZ | 30.06 | 15.54 | 13.99 | - |
| YUV | 85.88 | 137.1 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 102 | 0 | 0.92 | 0.52 | 0.16 | 334.15 | 0.84 | 0.45 |
| Hex | D5 | 12 | 66 | 0 | 5C | 34 | 10 | 14E | 54 | 2D |
| Octal | 325 | 22 | 146 | 0 | 134 | 64 | 20 | 516 | 124 | 55 |
| Binary | 11010101 | 10010 | 1100110 | 0 | 1011100 | 110100 | 10000 | 101001110 | 1010100 | 101101 |
Color Harmonies of #D51266
Complementary color
Monochromatic Colors of #D51266
Black with #D51266
Text Example
Text Example
White with #D51266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51266; }
p { color: rgb(213,18,102); }
H1.HeaderClassName
{
color: #D51266;
}
.AnyTagClassName
{
color: #D51266;
}
</style>
background-color css
<style>
a { background-color: #D51266; }
a { background-color: rgb(213,18,102); }
div.DivClassName
{
background-color: #D51266;
}
.BgClassName
{
background-color: #D51266;
}
</style>
border-color css
<style>
span { border-color: #D51266; }
span { border-color: rgb(213,18,102); }
td.TdClassName
{
border-color: #D51266;
}
.TagClassName
{
border-color: #D51266;
}
</style>