Shades of Ruby #D31652
Tints of Ruby #D31652
RGB
CMYK
RGB Variations
Color information
#D31652 (or 0xD31652) is known color: Ruby. HEX triplet: D3, 16 and 52. RGB value is (211,22,82). Sum of RGB (Red+Green+Blue) = 211+22+82=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D31652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31652 is #2CE9AD. Grayscale: #555555. Windows color (decimal): -2943406 or 5379795. OLE color: 5379795.
HSL color Cylindrical-coordinate representation of color #D31652: hue angle of 340.95º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31652 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 82 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.17 |
| HSL | 340.95º | 0.81% | 0.46% | - |
| HSV(B) | 340.95º | 0.9% | 0.83% | - |
| XYZ | 28.67 | 15.03 | 9.37 | - |
| YUV | 85.35 | 126.12 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 82 | 0 | 0.90 | 0.61 | 0.17 | 340.95 | 0.81 | 0.46 |
| Hex | D3 | 16 | 52 | 0 | 5A | 3D | 11 | 155 | 51 | 2E |
| Octal | 323 | 26 | 122 | 0 | 132 | 75 | 21 | 525 | 121 | 56 |
| Binary | 11010011 | 10110 | 1010010 | 0 | 1011010 | 111101 | 10001 | 101010101 | 1010001 | 101110 |
Color Harmonies of #D31652
Complementary color
Monochromatic Colors of #D31652
Black with #D31652
Text Example
Text Example
White with #D31652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31652; }
p { color: rgb(211,22,82); }
H1.HeaderClassName
{
color: #D31652;
}
.AnyTagClassName
{
color: #D31652;
}
</style>
background-color css
<style>
a { background-color: #D31652; }
a { background-color: rgb(211,22,82); }
div.DivClassName
{
background-color: #D31652;
}
.BgClassName
{
background-color: #D31652;
}
</style>
border-color css
<style>
span { border-color: #D31652; }
span { border-color: rgb(211,22,82); }
td.TdClassName
{
border-color: #D31652;
}
.TagClassName
{
border-color: #D31652;
}
</style>