Shades of Ruby #D10B56
Tints of Ruby #D10B56
RGB
CMYK
RGB Variations
Color information
#D10B56 (or 0xD10B56) is known color: Ruby. HEX triplet: D1, 0B and 56. RGB value is (209,11,86). Sum of RGB (Red+Green+Blue) = 209+11+86=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10B56 is #2EF4A9. Grayscale: #4E4E4E. Windows color (decimal): -3077290 or 5639121. OLE color: 5639121.
HSL color Cylindrical-coordinate representation of color #D10B56: hue angle of 337.27º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10B56 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 86 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.18 |
| HSL | 337.27º | 0.9% | 0.43% | - |
| HSV(B) | 337.27º | 0.95% | 0.82% | - |
| XYZ | 28.09 | 14.47 | 10.12 | - |
| YUV | 78.75 | 132.1 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 86 | 0 | 0.95 | 0.59 | 0.18 | 337.27 | 0.9 | 0.43 |
| Hex | D1 | B | 56 | 0 | 5F | 3B | 12 | 151 | 5A | 2B |
| Octal | 321 | 13 | 126 | 0 | 137 | 73 | 22 | 521 | 132 | 53 |
| Binary | 11010001 | 1011 | 1010110 | 0 | 1011111 | 111011 | 10010 | 101010001 | 1011010 | 101011 |
Color Harmonies of #D10B56
Complementary color
Monochromatic Colors of #D10B56
Black with #D10B56
Text Example
Text Example
White with #D10B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10B56; }
p { color: rgb(209,11,86); }
H1.HeaderClassName
{
color: #D10B56;
}
.AnyTagClassName
{
color: #D10B56;
}
</style>
background-color css
<style>
a { background-color: #D10B56; }
a { background-color: rgb(209,11,86); }
div.DivClassName
{
background-color: #D10B56;
}
.BgClassName
{
background-color: #D10B56;
}
</style>
border-color css
<style>
span { border-color: #D10B56; }
span { border-color: rgb(209,11,86); }
td.TdClassName
{
border-color: #D10B56;
}
.TagClassName
{
border-color: #D10B56;
}
</style>