Shades of Ruby #D52056
Tints of Ruby #D52056
RGB
CMYK
RGB Variations
Color information
#D52056 (or 0xD52056) is known color: Ruby. HEX triplet: D5, 20 and 56. RGB value is (213,32,86). Sum of RGB (Red+Green+Blue) = 213+32+86=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D52056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52056 is #2ADFA9. Grayscale: #5C5C5C. Windows color (decimal): -2809770 or 5644501. OLE color: 5644501.
HSL color Cylindrical-coordinate representation of color #D52056: hue angle of 342.1º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52056 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 86 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.16 |
| HSL | 342.1º | 0.74% | 0.48% | - |
| HSV(B) | 342.1º | 0.85% | 0.84% | - |
| XYZ | 29.64 | 15.85 | 10.3 | - |
| YUV | 92.28 | 124.47 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 86 | 0 | 0.85 | 0.60 | 0.16 | 342.1 | 0.74 | 0.48 |
| Hex | D5 | 20 | 56 | 0 | 55 | 3C | 10 | 156 | 4A | 30 |
| Octal | 325 | 40 | 126 | 0 | 125 | 74 | 20 | 526 | 112 | 60 |
| Binary | 11010101 | 100000 | 1010110 | 0 | 1010101 | 111100 | 10000 | 101010110 | 1001010 | 110000 |
Color Harmonies of #D52056
Complementary color
Monochromatic Colors of #D52056
Black with #D52056
Text Example
Text Example
White with #D52056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52056; }
p { color: rgb(213,32,86); }
H1.HeaderClassName
{
color: #D52056;
}
.AnyTagClassName
{
color: #D52056;
}
</style>
background-color css
<style>
a { background-color: #D52056; }
a { background-color: rgb(213,32,86); }
div.DivClassName
{
background-color: #D52056;
}
.BgClassName
{
background-color: #D52056;
}
</style>
border-color css
<style>
span { border-color: #D52056; }
span { border-color: rgb(213,32,86); }
td.TdClassName
{
border-color: #D52056;
}
.TagClassName
{
border-color: #D52056;
}
</style>