Shades of Ruby #D01168
Tints of Ruby #D01168
RGB
CMYK
RGB Variations
Color information
#D01168 (or 0xD01168) is known color: Ruby. HEX triplet: D0, 11 and 68. RGB value is (208,17,104). Sum of RGB (Red+Green+Blue) = 208+17+104=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D01168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01168 is #2FEE97. Grayscale: #535353. Windows color (decimal): -3141272 or 6820304. OLE color: 6820304.
HSL color Cylindrical-coordinate representation of color #D01168: hue angle of 332.67º 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 #D01168 is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 104 | - |
| CMYK | 0 | 0.92 | 0.5 | 0.18 |
| HSL | 332.67º | 0.85% | 0.44% | - |
| HSV(B) | 332.67º | 0.92% | 0.82% | - |
| XYZ | 28.71 | 14.81 | 14.44 | - |
| YUV | 84.03 | 139.28 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 104 | 0 | 0.92 | 0.5 | 0.18 | 332.67 | 0.85 | 0.44 |
| Hex | D0 | 11 | 68 | 0 | 5C | 32 | 12 | 14D | 55 | 2C |
| Octal | 320 | 21 | 150 | 0 | 134 | 62 | 22 | 515 | 125 | 54 |
| Binary | 11010000 | 10001 | 1101000 | 0 | 1011100 | 110010 | 10010 | 101001101 | 1010101 | 101100 |
Color Harmonies of #D01168
Complementary color
Monochromatic Colors of #D01168
Black with #D01168
Text Example
Text Example
White with #D01168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01168; }
p { color: rgb(208,17,104); }
H1.HeaderClassName
{
color: #D01168;
}
.AnyTagClassName
{
color: #D01168;
}
</style>
background-color css
<style>
a { background-color: #D01168; }
a { background-color: rgb(208,17,104); }
div.DivClassName
{
background-color: #D01168;
}
.BgClassName
{
background-color: #D01168;
}
</style>
border-color css
<style>
span { border-color: #D01168; }
span { border-color: rgb(208,17,104); }
td.TdClassName
{
border-color: #D01168;
}
.TagClassName
{
border-color: #D01168;
}
</style>