Shades of Ruby #D31762
Tints of Ruby #D31762
RGB
CMYK
RGB Variations
Color information
#D31762 (or 0xD31762) is known color: Ruby. HEX triplet: D3, 17 and 62. RGB value is (211,23,98). Sum of RGB (Red+Green+Blue) = 211+23+98=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D31762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31762 is #2CE89D. Grayscale: #575757. Windows color (decimal): -2943134 or 6428627. OLE color: 6428627.
HSL color Cylindrical-coordinate representation of color #D31762: hue angle of 336.06º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31762 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 98 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.17 |
| HSL | 336.06º | 0.8% | 0.46% | - |
| HSV(B) | 336.06º | 0.89% | 0.83% | - |
| XYZ | 29.37 | 15.34 | 12.97 | - |
| YUV | 87.76 | 133.78 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 98 | 0 | 0.89 | 0.54 | 0.17 | 336.06 | 0.8 | 0.46 |
| Hex | D3 | 17 | 62 | 0 | 59 | 36 | 11 | 150 | 50 | 2E |
| Octal | 323 | 27 | 142 | 0 | 131 | 66 | 21 | 520 | 120 | 56 |
| Binary | 11010011 | 10111 | 1100010 | 0 | 1011001 | 110110 | 10001 | 101010000 | 1010000 | 101110 |
Color Harmonies of #D31762
Complementary color
Monochromatic Colors of #D31762
Black with #D31762
Text Example
Text Example
White with #D31762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31762; }
p { color: rgb(211,23,98); }
H1.HeaderClassName
{
color: #D31762;
}
.AnyTagClassName
{
color: #D31762;
}
</style>
background-color css
<style>
a { background-color: #D31762; }
a { background-color: rgb(211,23,98); }
div.DivClassName
{
background-color: #D31762;
}
.BgClassName
{
background-color: #D31762;
}
</style>
border-color css
<style>
span { border-color: #D31762; }
span { border-color: rgb(211,23,98); }
td.TdClassName
{
border-color: #D31762;
}
.TagClassName
{
border-color: #D31762;
}
</style>