Shades of Ruby #D70667
Tints of Ruby #D70667
RGB
CMYK
RGB Variations
Color information
#D70667 (or 0xD70667) is known color: Ruby. HEX triplet: D7, 06 and 67. RGB value is (215,6,103). Sum of RGB (Red+Green+Blue) = 215+6+103=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D70667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70667 is #28F998. Grayscale: #4F4F4F. Windows color (decimal): -2685337 or 6751959. OLE color: 6751959.
HSL color Cylindrical-coordinate representation of color #D70667: hue angle of 332.15º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70667 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 103 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.16 |
| HSL | 332.15º | 0.95% | 0.43% | - |
| HSV(B) | 332.15º | 0.97% | 0.84% | - |
| XYZ | 30.54 | 15.56 | 14.23 | - |
| YUV | 79.55 | 141.24 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 103 | 0 | 0.97 | 0.52 | 0.16 | 332.15 | 0.95 | 0.43 |
| Hex | D7 | 6 | 67 | 0 | 61 | 34 | 10 | 14C | 5F | 2B |
| Octal | 327 | 6 | 147 | 0 | 141 | 64 | 20 | 514 | 137 | 53 |
| Binary | 11010111 | 110 | 1100111 | 0 | 1100001 | 110100 | 10000 | 101001100 | 1011111 | 101011 |
Color Harmonies of #D70667
Complementary color
Monochromatic Colors of #D70667
Black with #D70667
Text Example
Text Example
White with #D70667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70667; }
p { color: rgb(215,6,103); }
H1.HeaderClassName
{
color: #D70667;
}
.AnyTagClassName
{
color: #D70667;
}
</style>
background-color css
<style>
a { background-color: #D70667; }
a { background-color: rgb(215,6,103); }
div.DivClassName
{
background-color: #D70667;
}
.BgClassName
{
background-color: #D70667;
}
</style>
border-color css
<style>
span { border-color: #D70667; }
span { border-color: rgb(215,6,103); }
td.TdClassName
{
border-color: #D70667;
}
.TagClassName
{
border-color: #D70667;
}
</style>