Shades of Ruby #D61A52
Tints of Ruby #D61A52
RGB
CMYK
RGB Variations
Color information
#D61A52 (or 0xD61A52) is known color: Ruby. HEX triplet: D6, 1A and 52. RGB value is (214,26,82). Sum of RGB (Red+Green+Blue) = 214+26+82=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61A52 is #29E5AD. Grayscale: #585858. Windows color (decimal): -2745774 or 5380822. OLE color: 5380822.
HSL color Cylindrical-coordinate representation of color #D61A52: hue angle of 342.13º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61A52 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 82 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.16 |
| HSL | 342.13º | 0.78% | 0.47% | - |
| HSV(B) | 342.13º | 0.88% | 0.84% | - |
| XYZ | 29.62 | 15.64 | 9.44 | - |
| YUV | 88.6 | 124.28 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 82 | 0 | 0.88 | 0.62 | 0.16 | 342.13 | 0.78 | 0.47 |
| Hex | D6 | 1A | 52 | 0 | 58 | 3E | 10 | 156 | 4E | 2F |
| Octal | 326 | 32 | 122 | 0 | 130 | 76 | 20 | 526 | 116 | 57 |
| Binary | 11010110 | 11010 | 1010010 | 0 | 1011000 | 111110 | 10000 | 101010110 | 1001110 | 101111 |
Color Harmonies of #D61A52
Complementary color
Monochromatic Colors of #D61A52
Black with #D61A52
Text Example
Text Example
White with #D61A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A52; }
p { color: rgb(214,26,82); }
H1.HeaderClassName
{
color: #D61A52;
}
.AnyTagClassName
{
color: #D61A52;
}
</style>
background-color css
<style>
a { background-color: #D61A52; }
a { background-color: rgb(214,26,82); }
div.DivClassName
{
background-color: #D61A52;
}
.BgClassName
{
background-color: #D61A52;
}
</style>
border-color css
<style>
span { border-color: #D61A52; }
span { border-color: rgb(214,26,82); }
td.TdClassName
{
border-color: #D61A52;
}
.TagClassName
{
border-color: #D61A52;
}
</style>