Shades of Ruby #D51552
Tints of Ruby #D51552
RGB
CMYK
RGB Variations
Color information
#D51552 (or 0xD51552) is known color: Ruby. HEX triplet: D5, 15 and 52. RGB value is (213,21,82). Sum of RGB (Red+Green+Blue) = 213+21+82=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D51552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51552 is #2AEAAD. Grayscale: #555555. Windows color (decimal): -2812590 or 5379541. OLE color: 5379541.
HSL color Cylindrical-coordinate representation of color #D51552: hue angle of 340.94º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51552 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 82 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.16 |
| HSL | 340.94º | 0.82% | 0.46% | - |
| HSV(B) | 340.94º | 0.9% | 0.84% | - |
| XYZ | 29.23 | 15.29 | 9.39 | - |
| YUV | 85.36 | 126.11 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 82 | 0 | 0.90 | 0.62 | 0.16 | 340.94 | 0.82 | 0.46 |
| Hex | D5 | 15 | 52 | 0 | 5A | 3E | 10 | 155 | 52 | 2E |
| Octal | 325 | 25 | 122 | 0 | 132 | 76 | 20 | 525 | 122 | 56 |
| Binary | 11010101 | 10101 | 1010010 | 0 | 1011010 | 111110 | 10000 | 101010101 | 1010010 | 101110 |
Color Harmonies of #D51552
Complementary color
Monochromatic Colors of #D51552
Black with #D51552
Text Example
Text Example
White with #D51552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51552; }
p { color: rgb(213,21,82); }
H1.HeaderClassName
{
color: #D51552;
}
.AnyTagClassName
{
color: #D51552;
}
</style>
background-color css
<style>
a { background-color: #D51552; }
a { background-color: rgb(213,21,82); }
div.DivClassName
{
background-color: #D51552;
}
.BgClassName
{
background-color: #D51552;
}
</style>
border-color css
<style>
span { border-color: #D51552; }
span { border-color: rgb(213,21,82); }
td.TdClassName
{
border-color: #D51552;
}
.TagClassName
{
border-color: #D51552;
}
</style>