Shades of Ruby #D70B5D
Tints of Ruby #D70B5D
RGB
CMYK
RGB Variations
Color information
#D70B5D (or 0xD70B5D) is known color: Ruby. HEX triplet: D7, 0B and 5D. RGB value is (215,11,93). Sum of RGB (Red+Green+Blue) = 215+11+93=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70B5D is #28F4A2. Grayscale: #515151. Windows color (decimal): -2684067 or 6097879. OLE color: 6097879.
HSL color Cylindrical-coordinate representation of color #D70B5D: hue angle of 335.88º 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 #D70B5D is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 93 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.16 |
| HSL | 335.88º | 0.9% | 0.44% | - |
| HSV(B) | 335.88º | 0.95% | 0.84% | - |
| XYZ | 30.12 | 15.48 | 11.76 | - |
| YUV | 81.34 | 134.59 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 93 | 0 | 0.95 | 0.57 | 0.16 | 335.88 | 0.9 | 0.44 |
| Hex | D7 | B | 5D | 0 | 5F | 39 | 10 | 150 | 5A | 2C |
| Octal | 327 | 13 | 135 | 0 | 137 | 71 | 20 | 520 | 132 | 54 |
| Binary | 11010111 | 1011 | 1011101 | 0 | 1011111 | 111001 | 10000 | 101010000 | 1011010 | 101100 |
Color Harmonies of #D70B5D
Complementary color
Monochromatic Colors of #D70B5D
Black with #D70B5D
Text Example
Text Example
White with #D70B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B5D; }
p { color: rgb(215,11,93); }
H1.HeaderClassName
{
color: #D70B5D;
}
.AnyTagClassName
{
color: #D70B5D;
}
</style>
background-color css
<style>
a { background-color: #D70B5D; }
a { background-color: rgb(215,11,93); }
div.DivClassName
{
background-color: #D70B5D;
}
.BgClassName
{
background-color: #D70B5D;
}
</style>
border-color css
<style>
span { border-color: #D70B5D; }
span { border-color: rgb(215,11,93); }
td.TdClassName
{
border-color: #D70B5D;
}
.TagClassName
{
border-color: #D70B5D;
}
</style>