Shades of Ruby #D5165F
Tints of Ruby #D5165F
RGB
CMYK
RGB Variations
Color information
#D5165F (or 0xD5165F) is known color: Ruby. HEX triplet: D5, 16 and 5F. RGB value is (213,22,95). Sum of RGB (Red+Green+Blue) = 213+22+95=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5165F is #2AE9A0. Grayscale: #575757. Windows color (decimal): -2812321 or 6231765. OLE color: 6231765.
HSL color Cylindrical-coordinate representation of color #D5165F: hue angle of 337.07º 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 #D5165F is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 95 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.16 |
| HSL | 337.07º | 0.81% | 0.46% | - |
| HSV(B) | 337.07º | 0.9% | 0.84% | - |
| XYZ | 29.79 | 15.55 | 12.26 | - |
| YUV | 87.43 | 132.28 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 95 | 0 | 0.90 | 0.55 | 0.16 | 337.07 | 0.81 | 0.46 |
| Hex | D5 | 16 | 5F | 0 | 5A | 37 | 10 | 151 | 51 | 2E |
| Octal | 325 | 26 | 137 | 0 | 132 | 67 | 20 | 521 | 121 | 56 |
| Binary | 11010101 | 10110 | 1011111 | 0 | 1011010 | 110111 | 10000 | 101010001 | 1010001 | 101110 |
Color Harmonies of #D5165F
Complementary color
Monochromatic Colors of #D5165F
Black with #D5165F
Text Example
Text Example
White with #D5165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5165F; }
p { color: rgb(213,22,95); }
H1.HeaderClassName
{
color: #D5165F;
}
.AnyTagClassName
{
color: #D5165F;
}
</style>
background-color css
<style>
a { background-color: #D5165F; }
a { background-color: rgb(213,22,95); }
div.DivClassName
{
background-color: #D5165F;
}
.BgClassName
{
background-color: #D5165F;
}
</style>
border-color css
<style>
span { border-color: #D5165F; }
span { border-color: rgb(213,22,95); }
td.TdClassName
{
border-color: #D5165F;
}
.TagClassName
{
border-color: #D5165F;
}
</style>