Shades of Ruby #D5166F
Tints of Ruby #D5166F
RGB
CMYK
RGB Variations
Color information
#D5166F (or 0xD5166F) is known color: Ruby. HEX triplet: D5, 16 and 6F. RGB value is (213,22,111). Sum of RGB (Red+Green+Blue) = 213+22+111=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D5166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5166F is #2AE990. Grayscale: #595959. Windows color (decimal): -2812305 or 7280341. OLE color: 7280341.
HSL color Cylindrical-coordinate representation of color #D5166F: hue angle of 332.04º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5166F is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 111 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.16 |
| HSL | 332.04º | 0.81% | 0.46% | - |
| HSV(B) | 332.04º | 0.9% | 0.84% | - |
| XYZ | 30.6 | 15.87 | 16.49 | - |
| YUV | 89.26 | 140.28 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 111 | 0 | 0.90 | 0.48 | 0.16 | 332.04 | 0.81 | 0.46 |
| Hex | D5 | 16 | 6F | 0 | 5A | 30 | 10 | 14C | 51 | 2E |
| Octal | 325 | 26 | 157 | 0 | 132 | 60 | 20 | 514 | 121 | 56 |
| Binary | 11010101 | 10110 | 1101111 | 0 | 1011010 | 110000 | 10000 | 101001100 | 1010001 | 101110 |
Color Harmonies of #D5166F
Complementary color
Monochromatic Colors of #D5166F
Black with #D5166F
Text Example
Text Example
White with #D5166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5166F; }
p { color: rgb(213,22,111); }
H1.HeaderClassName
{
color: #D5166F;
}
.AnyTagClassName
{
color: #D5166F;
}
</style>
background-color css
<style>
a { background-color: #D5166F; }
a { background-color: rgb(213,22,111); }
div.DivClassName
{
background-color: #D5166F;
}
.BgClassName
{
background-color: #D5166F;
}
</style>
border-color css
<style>
span { border-color: #D5166F; }
span { border-color: rgb(213,22,111); }
td.TdClassName
{
border-color: #D5166F;
}
.TagClassName
{
border-color: #D5166F;
}
</style>