Shades of Ruby #D71067
Tints of Ruby #D71067
RGB
CMYK
RGB Variations
Color information
#D71067 (or 0xD71067) is known color: Ruby. HEX triplet: D7, 10 and 67. RGB value is (215,16,103). Sum of RGB (Red+Green+Blue) = 215+16+103=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D71067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71067 is #28EF98. Grayscale: #555555. Windows color (decimal): -2682777 or 6754519. OLE color: 6754519.
HSL color Cylindrical-coordinate representation of color #D71067: hue angle of 333.77º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71067 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 103 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.16 |
| HSL | 333.77º | 0.86% | 0.45% | - |
| HSV(B) | 333.77º | 0.93% | 0.84% | - |
| XYZ | 30.66 | 15.8 | 14.27 | - |
| YUV | 85.42 | 137.93 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 103 | 0 | 0.93 | 0.52 | 0.16 | 333.77 | 0.86 | 0.45 |
| Hex | D7 | 10 | 67 | 0 | 5D | 34 | 10 | 14E | 56 | 2D |
| Octal | 327 | 20 | 147 | 0 | 135 | 64 | 20 | 516 | 126 | 55 |
| Binary | 11010111 | 10000 | 1100111 | 0 | 1011101 | 110100 | 10000 | 101001110 | 1010110 | 101101 |
Color Harmonies of #D71067
Complementary color
Monochromatic Colors of #D71067
Black with #D71067
Text Example
Text Example
White with #D71067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71067; }
p { color: rgb(215,16,103); }
H1.HeaderClassName
{
color: #D71067;
}
.AnyTagClassName
{
color: #D71067;
}
</style>
background-color css
<style>
a { background-color: #D71067; }
a { background-color: rgb(215,16,103); }
div.DivClassName
{
background-color: #D71067;
}
.BgClassName
{
background-color: #D71067;
}
</style>
border-color css
<style>
span { border-color: #D71067; }
span { border-color: rgb(215,16,103); }
td.TdClassName
{
border-color: #D71067;
}
.TagClassName
{
border-color: #D71067;
}
</style>