Shades of Ruby #D61052
Tints of Ruby #D61052
RGB
CMYK
RGB Variations
Color information
#D61052 (or 0xD61052) is known color: Ruby. HEX triplet: D6, 10 and 52. RGB value is (214,16,82). Sum of RGB (Red+Green+Blue) = 214+16+82=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D61052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61052 is #29EFAD. Grayscale: #525252. Windows color (decimal): -2748334 or 5378262. OLE color: 5378262.
HSL color Cylindrical-coordinate representation of color #D61052: hue angle of 340º 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 #D61052 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 82 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.16 |
| HSL | 340º | 0.86% | 0.45% | - |
| HSV(B) | 340º | 0.93% | 0.84% | - |
| XYZ | 29.44 | 15.28 | 9.38 | - |
| YUV | 82.73 | 127.6 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 82 | 0 | 0.93 | 0.62 | 0.16 | 340 | 0.86 | 0.45 |
| Hex | D6 | 10 | 52 | 0 | 5D | 3E | 10 | 154 | 56 | 2D |
| Octal | 326 | 20 | 122 | 0 | 135 | 76 | 20 | 524 | 126 | 55 |
| Binary | 11010110 | 10000 | 1010010 | 0 | 1011101 | 111110 | 10000 | 101010100 | 1010110 | 101101 |
Color Harmonies of #D61052
Complementary color
Monochromatic Colors of #D61052
Black with #D61052
Text Example
Text Example
White with #D61052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61052; }
p { color: rgb(214,16,82); }
H1.HeaderClassName
{
color: #D61052;
}
.AnyTagClassName
{
color: #D61052;
}
</style>
background-color css
<style>
a { background-color: #D61052; }
a { background-color: rgb(214,16,82); }
div.DivClassName
{
background-color: #D61052;
}
.BgClassName
{
background-color: #D61052;
}
</style>
border-color css
<style>
span { border-color: #D61052; }
span { border-color: rgb(214,16,82); }
td.TdClassName
{
border-color: #D61052;
}
.TagClassName
{
border-color: #D61052;
}
</style>