Shades of Ruby #D51166
Tints of Ruby #D51166
RGB
CMYK
RGB Variations
Color information
#D51166 (or 0xD51166) is known color: Ruby. HEX triplet: D5, 11 and 66. RGB value is (213,17,102). Sum of RGB (Red+Green+Blue) = 213+17+102=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D51166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51166 is #2AEE99. Grayscale: #555555. Windows color (decimal): -2813594 or 6689237. OLE color: 6689237.
HSL color Cylindrical-coordinate representation of color #D51166: hue angle of 333.98º degrees, saturation: 0.85, 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 #D51166 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 102 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.16 |
| HSL | 333.98º | 0.85% | 0.45% | - |
| HSV(B) | 333.98º | 0.92% | 0.84% | - |
| XYZ | 30.04 | 15.51 | 13.98 | - |
| YUV | 85.29 | 137.43 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 102 | 0 | 0.92 | 0.52 | 0.16 | 333.98 | 0.85 | 0.45 |
| Hex | D5 | 11 | 66 | 0 | 5C | 34 | 10 | 14E | 55 | 2D |
| Octal | 325 | 21 | 146 | 0 | 134 | 64 | 20 | 516 | 125 | 55 |
| Binary | 11010101 | 10001 | 1100110 | 0 | 1011100 | 110100 | 10000 | 101001110 | 1010101 | 101101 |
Color Harmonies of #D51166
Complementary color
Monochromatic Colors of #D51166
Black with #D51166
Text Example
Text Example
White with #D51166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51166; }
p { color: rgb(213,17,102); }
H1.HeaderClassName
{
color: #D51166;
}
.AnyTagClassName
{
color: #D51166;
}
</style>
background-color css
<style>
a { background-color: #D51166; }
a { background-color: rgb(213,17,102); }
div.DivClassName
{
background-color: #D51166;
}
.BgClassName
{
background-color: #D51166;
}
</style>
border-color css
<style>
span { border-color: #D51166; }
span { border-color: rgb(213,17,102); }
td.TdClassName
{
border-color: #D51166;
}
.TagClassName
{
border-color: #D51166;
}
</style>