Shades of Ruby #D51662
Tints of Ruby #D51662
RGB
CMYK
RGB Variations
Color information
#D51662 (or 0xD51662) is known color: Ruby. HEX triplet: D5, 16 and 62. RGB value is (213,22,98). Sum of RGB (Red+Green+Blue) = 213+22+98=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D51662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51662 is #2AE99D. Grayscale: #575757. Windows color (decimal): -2812318 or 6428373. OLE color: 6428373.
HSL color Cylindrical-coordinate representation of color #D51662: hue angle of 336.13º 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 #D51662 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 98 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.16 |
| HSL | 336.13º | 0.81% | 0.46% | - |
| HSV(B) | 336.13º | 0.9% | 0.84% | - |
| XYZ | 29.93 | 15.6 | 12.99 | - |
| YUV | 87.77 | 133.78 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 98 | 0 | 0.90 | 0.54 | 0.16 | 336.13 | 0.81 | 0.46 |
| Hex | D5 | 16 | 62 | 0 | 5A | 36 | 10 | 150 | 51 | 2E |
| Octal | 325 | 26 | 142 | 0 | 132 | 66 | 20 | 520 | 121 | 56 |
| Binary | 11010101 | 10110 | 1100010 | 0 | 1011010 | 110110 | 10000 | 101010000 | 1010001 | 101110 |
Color Harmonies of #D51662
Complementary color
Monochromatic Colors of #D51662
Black with #D51662
Text Example
Text Example
White with #D51662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51662; }
p { color: rgb(213,22,98); }
H1.HeaderClassName
{
color: #D51662;
}
.AnyTagClassName
{
color: #D51662;
}
</style>
background-color css
<style>
a { background-color: #D51662; }
a { background-color: rgb(213,22,98); }
div.DivClassName
{
background-color: #D51662;
}
.BgClassName
{
background-color: #D51662;
}
</style>
border-color css
<style>
span { border-color: #D51662; }
span { border-color: rgb(213,22,98); }
td.TdClassName
{
border-color: #D51662;
}
.TagClassName
{
border-color: #D51662;
}
</style>