Shades of Ruby #D70B73
Tints of Ruby #D70B73
RGB
CMYK
RGB Variations
Color information
#D70B73 (or 0xD70B73) is known color: Ruby. HEX triplet: D7, 0B and 73. RGB value is (215,11,115). Sum of RGB (Red+Green+Blue) = 215+11+115=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70B73 is #28F48C. Grayscale: #535353. Windows color (decimal): -2684045 or 7539671. OLE color: 7539671.
HSL color Cylindrical-coordinate representation of color #D70B73: hue angle of 329.41º 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 #D70B73 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 115 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.16 |
| HSL | 329.41º | 0.9% | 0.44% | - |
| HSV(B) | 329.41º | 0.95% | 0.84% | - |
| XYZ | 31.24 | 15.92 | 17.65 | - |
| YUV | 83.85 | 145.59 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 115 | 0 | 0.95 | 0.47 | 0.16 | 329.41 | 0.9 | 0.44 |
| Hex | D7 | B | 73 | 0 | 5F | 2F | 10 | 149 | 5A | 2C |
| Octal | 327 | 13 | 163 | 0 | 137 | 57 | 20 | 511 | 132 | 54 |
| Binary | 11010111 | 1011 | 1110011 | 0 | 1011111 | 101111 | 10000 | 101001001 | 1011010 | 101100 |
Color Harmonies of #D70B73
Complementary color
Monochromatic Colors of #D70B73
Black with #D70B73
Text Example
Text Example
White with #D70B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B73; }
p { color: rgb(215,11,115); }
H1.HeaderClassName
{
color: #D70B73;
}
.AnyTagClassName
{
color: #D70B73;
}
</style>
background-color css
<style>
a { background-color: #D70B73; }
a { background-color: rgb(215,11,115); }
div.DivClassName
{
background-color: #D70B73;
}
.BgClassName
{
background-color: #D70B73;
}
</style>
border-color css
<style>
span { border-color: #D70B73; }
span { border-color: rgb(215,11,115); }
td.TdClassName
{
border-color: #D70B73;
}
.TagClassName
{
border-color: #D70B73;
}
</style>