Shades of Ruby #D01167
Tints of Ruby #D01167
RGB
CMYK
RGB Variations
Color information
#D01167 (or 0xD01167) is known color: Ruby. HEX triplet: D0, 11 and 67. RGB value is (208,17,103). Sum of RGB (Red+Green+Blue) = 208+17+103=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D01167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01167 is #2FEE98. Grayscale: #535353. Windows color (decimal): -3141273 or 6754768. OLE color: 6754768.
HSL color Cylindrical-coordinate representation of color #D01167: hue angle of 332.98º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01167 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 103 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.18 |
| HSL | 332.98º | 0.85% | 0.44% | - |
| HSV(B) | 332.98º | 0.92% | 0.82% | - |
| XYZ | 28.66 | 14.79 | 14.18 | - |
| YUV | 83.91 | 138.78 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 103 | 0 | 0.92 | 0.50 | 0.18 | 332.98 | 0.85 | 0.44 |
| Hex | D0 | 11 | 67 | 0 | 5C | 32 | 12 | 14D | 55 | 2C |
| Octal | 320 | 21 | 147 | 0 | 134 | 62 | 22 | 515 | 125 | 54 |
| Binary | 11010000 | 10001 | 1100111 | 0 | 1011100 | 110010 | 10010 | 101001101 | 1010101 | 101100 |
Color Harmonies of #D01167
Complementary color
Monochromatic Colors of #D01167
Black with #D01167
Text Example
Text Example
White with #D01167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01167; }
p { color: rgb(208,17,103); }
H1.HeaderClassName
{
color: #D01167;
}
.AnyTagClassName
{
color: #D01167;
}
</style>
background-color css
<style>
a { background-color: #D01167; }
a { background-color: rgb(208,17,103); }
div.DivClassName
{
background-color: #D01167;
}
.BgClassName
{
background-color: #D01167;
}
</style>
border-color css
<style>
span { border-color: #D01167; }
span { border-color: rgb(208,17,103); }
td.TdClassName
{
border-color: #D01167;
}
.TagClassName
{
border-color: #D01167;
}
</style>