Shades of Ruby #D70B6D
Tints of Ruby #D70B6D
RGB
CMYK
RGB Variations
Color information
#D70B6D (or 0xD70B6D) is known color: Ruby. HEX triplet: D7, 0B and 6D. RGB value is (215,11,109). Sum of RGB (Red+Green+Blue) = 215+11+109=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70B6D is #28F492. Grayscale: #525252. Windows color (decimal): -2684051 or 7146455. OLE color: 7146455.
HSL color Cylindrical-coordinate representation of color #D70B6D: hue angle of 331.18º 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 #D70B6D is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 109 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.16 |
| HSL | 331.18º | 0.9% | 0.44% | - |
| HSV(B) | 331.18º | 0.95% | 0.84% | - |
| XYZ | 30.9 | 15.79 | 15.89 | - |
| YUV | 83.17 | 142.59 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 109 | 0 | 0.95 | 0.49 | 0.16 | 331.18 | 0.9 | 0.44 |
| Hex | D7 | B | 6D | 0 | 5F | 31 | 10 | 14B | 5A | 2C |
| Octal | 327 | 13 | 155 | 0 | 137 | 61 | 20 | 513 | 132 | 54 |
| Binary | 11010111 | 1011 | 1101101 | 0 | 1011111 | 110001 | 10000 | 101001011 | 1011010 | 101100 |
Color Harmonies of #D70B6D
Complementary color
Monochromatic Colors of #D70B6D
Black with #D70B6D
Text Example
Text Example
White with #D70B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B6D; }
p { color: rgb(215,11,109); }
H1.HeaderClassName
{
color: #D70B6D;
}
.AnyTagClassName
{
color: #D70B6D;
}
</style>
background-color css
<style>
a { background-color: #D70B6D; }
a { background-color: rgb(215,11,109); }
div.DivClassName
{
background-color: #D70B6D;
}
.BgClassName
{
background-color: #D70B6D;
}
</style>
border-color css
<style>
span { border-color: #D70B6D; }
span { border-color: rgb(215,11,109); }
td.TdClassName
{
border-color: #D70B6D;
}
.TagClassName
{
border-color: #D70B6D;
}
</style>