Shades of Ruby #D01169
Tints of Ruby #D01169
RGB
CMYK
RGB Variations
Color information
#D01169 (or 0xD01169) is known color: Ruby. HEX triplet: D0, 11 and 69. RGB value is (208,17,105). Sum of RGB (Red+Green+Blue) = 208+17+105=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D01169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01169 is #2FEE96. Grayscale: #535353. Windows color (decimal): -3141271 or 6885840. OLE color: 6885840.
HSL color Cylindrical-coordinate representation of color #D01169: hue angle of 332.36º 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 #D01169 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 105 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.18 |
| HSL | 332.36º | 0.85% | 0.44% | - |
| HSV(B) | 332.36º | 0.92% | 0.82% | - |
| XYZ | 28.76 | 14.83 | 14.71 | - |
| YUV | 84.14 | 139.78 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 105 | 0 | 0.92 | 0.50 | 0.18 | 332.36 | 0.85 | 0.44 |
| Hex | D0 | 11 | 69 | 0 | 5C | 32 | 12 | 14C | 55 | 2C |
| Octal | 320 | 21 | 151 | 0 | 134 | 62 | 22 | 514 | 125 | 54 |
| Binary | 11010000 | 10001 | 1101001 | 0 | 1011100 | 110010 | 10010 | 101001100 | 1010101 | 101100 |
Color Harmonies of #D01169
Complementary color
Monochromatic Colors of #D01169
Black with #D01169
Text Example
Text Example
White with #D01169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01169; }
p { color: rgb(208,17,105); }
H1.HeaderClassName
{
color: #D01169;
}
.AnyTagClassName
{
color: #D01169;
}
</style>
background-color css
<style>
a { background-color: #D01169; }
a { background-color: rgb(208,17,105); }
div.DivClassName
{
background-color: #D01169;
}
.BgClassName
{
background-color: #D01169;
}
</style>
border-color css
<style>
span { border-color: #D01169; }
span { border-color: rgb(208,17,105); }
td.TdClassName
{
border-color: #D01169;
}
.TagClassName
{
border-color: #D01169;
}
</style>