Shades of Ruby #D51558
Tints of Ruby #D51558
RGB
CMYK
RGB Variations
Color information
#D51558 (or 0xD51558) is known color: Ruby. HEX triplet: D5, 15 and 58. RGB value is (213,21,88). Sum of RGB (Red+Green+Blue) = 213+21+88=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D51558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51558 is #2AEAA7. Grayscale: #555555. Windows color (decimal): -2812584 or 5772757. OLE color: 5772757.
HSL color Cylindrical-coordinate representation of color #D51558: hue angle of 339.06º 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 #D51558 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 88 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.16 |
| HSL | 339.06º | 0.82% | 0.46% | - |
| HSV(B) | 339.06º | 0.9% | 0.84% | - |
| XYZ | 29.47 | 15.39 | 10.65 | - |
| YUV | 86.05 | 129.11 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 88 | 0 | 0.90 | 0.59 | 0.16 | 339.06 | 0.82 | 0.46 |
| Hex | D5 | 15 | 58 | 0 | 5A | 3B | 10 | 153 | 52 | 2E |
| Octal | 325 | 25 | 130 | 0 | 132 | 73 | 20 | 523 | 122 | 56 |
| Binary | 11010101 | 10101 | 1011000 | 0 | 1011010 | 111011 | 10000 | 101010011 | 1010010 | 101110 |
Color Harmonies of #D51558
Complementary color
Monochromatic Colors of #D51558
Black with #D51558
Text Example
Text Example
White with #D51558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51558; }
p { color: rgb(213,21,88); }
H1.HeaderClassName
{
color: #D51558;
}
.AnyTagClassName
{
color: #D51558;
}
</style>
background-color css
<style>
a { background-color: #D51558; }
a { background-color: rgb(213,21,88); }
div.DivClassName
{
background-color: #D51558;
}
.BgClassName
{
background-color: #D51558;
}
</style>
border-color css
<style>
span { border-color: #D51558; }
span { border-color: rgb(213,21,88); }
td.TdClassName
{
border-color: #D51558;
}
.TagClassName
{
border-color: #D51558;
}
</style>