Shades of Ruby #D51665
Tints of Ruby #D51665
RGB
CMYK
RGB Variations
Color information
#D51665 (or 0xD51665) is known color: Ruby. HEX triplet: D5, 16 and 65. RGB value is (213,22,101). Sum of RGB (Red+Green+Blue) = 213+22+101=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D51665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51665 is #2AE99A. Grayscale: #575757. Windows color (decimal): -2812315 or 6624981. OLE color: 6624981.
HSL color Cylindrical-coordinate representation of color #D51665: hue angle of 335.18º 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 #D51665 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 101 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.16 |
| HSL | 335.18º | 0.81% | 0.46% | - |
| HSV(B) | 335.18º | 0.9% | 0.84% | - |
| XYZ | 30.08 | 15.66 | 13.75 | - |
| YUV | 88.12 | 135.28 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 101 | 0 | 0.90 | 0.53 | 0.16 | 335.18 | 0.81 | 0.46 |
| Hex | D5 | 16 | 65 | 0 | 5A | 35 | 10 | 14F | 51 | 2E |
| Octal | 325 | 26 | 145 | 0 | 132 | 65 | 20 | 517 | 121 | 56 |
| Binary | 11010101 | 10110 | 1100101 | 0 | 1011010 | 110101 | 10000 | 101001111 | 1010001 | 101110 |
Color Harmonies of #D51665
Complementary color
Monochromatic Colors of #D51665
Black with #D51665
Text Example
Text Example
White with #D51665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51665; }
p { color: rgb(213,22,101); }
H1.HeaderClassName
{
color: #D51665;
}
.AnyTagClassName
{
color: #D51665;
}
</style>
background-color css
<style>
a { background-color: #D51665; }
a { background-color: rgb(213,22,101); }
div.DivClassName
{
background-color: #D51665;
}
.BgClassName
{
background-color: #D51665;
}
</style>
border-color css
<style>
span { border-color: #D51665; }
span { border-color: rgb(213,22,101); }
td.TdClassName
{
border-color: #D51665;
}
.TagClassName
{
border-color: #D51665;
}
</style>