Shades of Ruby #D70767
Tints of Ruby #D70767
RGB
CMYK
RGB Variations
Color information
#D70767 (or 0xD70767) is known color: Ruby. HEX triplet: D7, 07 and 67. RGB value is (215,7,103). Sum of RGB (Red+Green+Blue) = 215+7+103=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D70767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70767 is #28F898. Grayscale: #4F4F4F. Windows color (decimal): -2685081 or 6752215. OLE color: 6752215.
HSL color Cylindrical-coordinate representation of color #D70767: hue angle of 332.31º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70767 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 103 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.16 |
| HSL | 332.31º | 0.94% | 0.44% | - |
| HSV(B) | 332.31º | 0.97% | 0.84% | - |
| XYZ | 30.55 | 15.58 | 14.23 | - |
| YUV | 80.14 | 140.91 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 103 | 0 | 0.97 | 0.52 | 0.16 | 332.31 | 0.94 | 0.44 |
| Hex | D7 | 7 | 67 | 0 | 61 | 34 | 10 | 14C | 5E | 2C |
| Octal | 327 | 7 | 147 | 0 | 141 | 64 | 20 | 514 | 136 | 54 |
| Binary | 11010111 | 111 | 1100111 | 0 | 1100001 | 110100 | 10000 | 101001100 | 1011110 | 101100 |
Color Harmonies of #D70767
Complementary color
Monochromatic Colors of #D70767
Black with #D70767
Text Example
Text Example
White with #D70767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70767; }
p { color: rgb(215,7,103); }
H1.HeaderClassName
{
color: #D70767;
}
.AnyTagClassName
{
color: #D70767;
}
</style>
background-color css
<style>
a { background-color: #D70767; }
a { background-color: rgb(215,7,103); }
div.DivClassName
{
background-color: #D70767;
}
.BgClassName
{
background-color: #D70767;
}
</style>
border-color css
<style>
span { border-color: #D70767; }
span { border-color: rgb(215,7,103); }
td.TdClassName
{
border-color: #D70767;
}
.TagClassName
{
border-color: #D70767;
}
</style>