Shades of Ruby #D01156
Tints of Ruby #D01156
RGB
CMYK
RGB Variations
Color information
#D01156 (or 0xD01156) is known color: Ruby. HEX triplet: D0, 11 and 56. RGB value is (208,17,86). Sum of RGB (Red+Green+Blue) = 208+17+86=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D01156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01156 is #2FEEA9. Grayscale: #515151. Windows color (decimal): -3141290 or 5640656. OLE color: 5640656.
HSL color Cylindrical-coordinate representation of color #D01156: hue angle of 338.32º 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 #D01156 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 86 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.18 |
| HSL | 338.32º | 0.85% | 0.44% | - |
| HSV(B) | 338.32º | 0.92% | 0.82% | - |
| XYZ | 27.89 | 14.48 | 10.13 | - |
| YUV | 81.98 | 130.28 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 86 | 0 | 0.92 | 0.59 | 0.18 | 338.32 | 0.85 | 0.44 |
| Hex | D0 | 11 | 56 | 0 | 5C | 3B | 12 | 152 | 55 | 2C |
| Octal | 320 | 21 | 126 | 0 | 134 | 73 | 22 | 522 | 125 | 54 |
| Binary | 11010000 | 10001 | 1010110 | 0 | 1011100 | 111011 | 10010 | 101010010 | 1010101 | 101100 |
Color Harmonies of #D01156
Complementary color
Monochromatic Colors of #D01156
Black with #D01156
Text Example
Text Example
White with #D01156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01156; }
p { color: rgb(208,17,86); }
H1.HeaderClassName
{
color: #D01156;
}
.AnyTagClassName
{
color: #D01156;
}
</style>
background-color css
<style>
a { background-color: #D01156; }
a { background-color: rgb(208,17,86); }
div.DivClassName
{
background-color: #D01156;
}
.BgClassName
{
background-color: #D01156;
}
</style>
border-color css
<style>
span { border-color: #D01156; }
span { border-color: rgb(208,17,86); }
td.TdClassName
{
border-color: #D01156;
}
.TagClassName
{
border-color: #D01156;
}
</style>