Shades of Ruby #D71052
Tints of Ruby #D71052
RGB
CMYK
RGB Variations
Color information
#D71052 (or 0xD71052) is known color: Ruby. HEX triplet: D7, 10 and 52. RGB value is (215,16,82). Sum of RGB (Red+Green+Blue) = 215+16+82=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D71052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71052 is #28EFAD. Grayscale: #525252. Windows color (decimal): -2682798 or 5378263. OLE color: 5378263.
HSL color Cylindrical-coordinate representation of color #D71052: hue angle of 340.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71052 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 82 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.16 |
| HSL | 340.1º | 0.86% | 0.45% | - |
| HSV(B) | 340.1º | 0.93% | 0.84% | - |
| XYZ | 29.73 | 15.43 | 9.39 | - |
| YUV | 83.03 | 127.43 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 82 | 0 | 0.93 | 0.62 | 0.16 | 340.1 | 0.86 | 0.45 |
| Hex | D7 | 10 | 52 | 0 | 5D | 3E | 10 | 154 | 56 | 2D |
| Octal | 327 | 20 | 122 | 0 | 135 | 76 | 20 | 524 | 126 | 55 |
| Binary | 11010111 | 10000 | 1010010 | 0 | 1011101 | 111110 | 10000 | 101010100 | 1010110 | 101101 |
Color Harmonies of #D71052
Complementary color
Monochromatic Colors of #D71052
Black with #D71052
Text Example
Text Example
White with #D71052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71052; }
p { color: rgb(215,16,82); }
H1.HeaderClassName
{
color: #D71052;
}
.AnyTagClassName
{
color: #D71052;
}
</style>
background-color css
<style>
a { background-color: #D71052; }
a { background-color: rgb(215,16,82); }
div.DivClassName
{
background-color: #D71052;
}
.BgClassName
{
background-color: #D71052;
}
</style>
border-color css
<style>
span { border-color: #D71052; }
span { border-color: rgb(215,16,82); }
td.TdClassName
{
border-color: #D71052;
}
.TagClassName
{
border-color: #D71052;
}
</style>