Shades of Ruby #D70768
Tints of Ruby #D70768
RGB
CMYK
RGB Variations
Color information
#D70768 (or 0xD70768) is known color: Ruby. HEX triplet: D7, 07 and 68. RGB value is (215,7,104). Sum of RGB (Red+Green+Blue) = 215+7+104=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D70768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70768 is #28F897. Grayscale: #505050. Windows color (decimal): -2685080 or 6817751. OLE color: 6817751.
HSL color Cylindrical-coordinate representation of color #D70768: hue angle of 332.02º 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 #D70768 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.16 |
| HSL | 332.02º | 0.94% | 0.44% | - |
| HSV(B) | 332.02º | 0.97% | 0.84% | - |
| XYZ | 30.6 | 15.6 | 14.49 | - |
| YUV | 80.25 | 141.41 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 104 | 0 | 0.97 | 0.52 | 0.16 | 332.02 | 0.94 | 0.44 |
| Hex | D7 | 7 | 68 | 0 | 61 | 34 | 10 | 14C | 5E | 2C |
| Octal | 327 | 7 | 150 | 0 | 141 | 64 | 20 | 514 | 136 | 54 |
| Binary | 11010111 | 111 | 1101000 | 0 | 1100001 | 110100 | 10000 | 101001100 | 1011110 | 101100 |
Color Harmonies of #D70768
Complementary color
Monochromatic Colors of #D70768
Black with #D70768
Text Example
Text Example
White with #D70768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70768; }
p { color: rgb(215,7,104); }
H1.HeaderClassName
{
color: #D70768;
}
.AnyTagClassName
{
color: #D70768;
}
</style>
background-color css
<style>
a { background-color: #D70768; }
a { background-color: rgb(215,7,104); }
div.DivClassName
{
background-color: #D70768;
}
.BgClassName
{
background-color: #D70768;
}
</style>
border-color css
<style>
span { border-color: #D70768; }
span { border-color: rgb(215,7,104); }
td.TdClassName
{
border-color: #D70768;
}
.TagClassName
{
border-color: #D70768;
}
</style>