Shades of Ruby #D70B59
Tints of Ruby #D70B59
RGB
CMYK
RGB Variations
Color information
#D70B59 (or 0xD70B59) is known color: Ruby. HEX triplet: D7, 0B and 59. RGB value is (215,11,89). Sum of RGB (Red+Green+Blue) = 215+11+89=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70B59 is #28F4A6. Grayscale: #505050. Windows color (decimal): -2684071 or 5835735. OLE color: 5835735.
HSL color Cylindrical-coordinate representation of color #D70B59: hue angle of 337.06º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70B59 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 89 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.16 |
| HSL | 337.06º | 0.9% | 0.44% | - |
| HSV(B) | 337.06º | 0.95% | 0.84% | - |
| XYZ | 29.95 | 15.41 | 10.85 | - |
| YUV | 80.89 | 132.59 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 89 | 0 | 0.95 | 0.59 | 0.16 | 337.06 | 0.9 | 0.44 |
| Hex | D7 | B | 59 | 0 | 5F | 3B | 10 | 151 | 5A | 2C |
| Octal | 327 | 13 | 131 | 0 | 137 | 73 | 20 | 521 | 132 | 54 |
| Binary | 11010111 | 1011 | 1011001 | 0 | 1011111 | 111011 | 10000 | 101010001 | 1011010 | 101100 |
Color Harmonies of #D70B59
Complementary color
Monochromatic Colors of #D70B59
Black with #D70B59
Text Example
Text Example
White with #D70B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B59; }
p { color: rgb(215,11,89); }
H1.HeaderClassName
{
color: #D70B59;
}
.AnyTagClassName
{
color: #D70B59;
}
</style>
background-color css
<style>
a { background-color: #D70B59; }
a { background-color: rgb(215,11,89); }
div.DivClassName
{
background-color: #D70B59;
}
.BgClassName
{
background-color: #D70B59;
}
</style>
border-color css
<style>
span { border-color: #D70B59; }
span { border-color: rgb(215,11,89); }
td.TdClassName
{
border-color: #D70B59;
}
.TagClassName
{
border-color: #D70B59;
}
</style>