Shades of Ruby #D51569
Tints of Ruby #D51569
RGB
CMYK
RGB Variations
Color information
#D51569 (or 0xD51569) is known color: Ruby. HEX triplet: D5, 15 and 69. RGB value is (213,21,105). Sum of RGB (Red+Green+Blue) = 213+21+105=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D51569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51569 is #2AEA96. Grayscale: #575757. Windows color (decimal): -2812567 or 6886869. OLE color: 6886869.
HSL color Cylindrical-coordinate representation of color #D51569: hue angle of 333.75º 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 #D51569 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 105 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.16 |
| HSL | 333.75º | 0.82% | 0.46% | - |
| HSV(B) | 333.75º | 0.9% | 0.84% | - |
| XYZ | 30.26 | 15.7 | 14.8 | - |
| YUV | 87.98 | 137.61 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 105 | 0 | 0.90 | 0.51 | 0.16 | 333.75 | 0.82 | 0.46 |
| Hex | D5 | 15 | 69 | 0 | 5A | 33 | 10 | 14E | 52 | 2E |
| Octal | 325 | 25 | 151 | 0 | 132 | 63 | 20 | 516 | 122 | 56 |
| Binary | 11010101 | 10101 | 1101001 | 0 | 1011010 | 110011 | 10000 | 101001110 | 1010010 | 101110 |
Color Harmonies of #D51569
Complementary color
Monochromatic Colors of #D51569
Black with #D51569
Text Example
Text Example
White with #D51569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51569; }
p { color: rgb(213,21,105); }
H1.HeaderClassName
{
color: #D51569;
}
.AnyTagClassName
{
color: #D51569;
}
</style>
background-color css
<style>
a { background-color: #D51569; }
a { background-color: rgb(213,21,105); }
div.DivClassName
{
background-color: #D51569;
}
.BgClassName
{
background-color: #D51569;
}
</style>
border-color css
<style>
span { border-color: #D51569; }
span { border-color: rgb(213,21,105); }
td.TdClassName
{
border-color: #D51569;
}
.TagClassName
{
border-color: #D51569;
}
</style>