Shades of Ruby #D01670
Tints of Ruby #D01670
RGB
CMYK
RGB Variations
Color information
#D01670 (or 0xD01670) is known color: Ruby. HEX triplet: D0, 16 and 70. RGB value is (208,22,112). Sum of RGB (Red+Green+Blue) = 208+22+112=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D01670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01670 is #2FE98F. Grayscale: #575757. Windows color (decimal): -3139984 or 7345872. OLE color: 7345872.
HSL color Cylindrical-coordinate representation of color #D01670: hue angle of 330.97º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01670 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 112 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.18 |
| HSL | 330.97º | 0.81% | 0.45% | - |
| HSV(B) | 330.97º | 0.89% | 0.82% | - |
| XYZ | 29.22 | 15.15 | 16.71 | - |
| YUV | 87.87 | 141.62 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 112 | 0 | 0.89 | 0.46 | 0.18 | 330.97 | 0.81 | 0.45 |
| Hex | D0 | 16 | 70 | 0 | 59 | 2E | 12 | 14B | 51 | 2D |
| Octal | 320 | 26 | 160 | 0 | 131 | 56 | 22 | 513 | 121 | 55 |
| Binary | 11010000 | 10110 | 1110000 | 0 | 1011001 | 101110 | 10010 | 101001011 | 1010001 | 101101 |
Color Harmonies of #D01670
Complementary color
Monochromatic Colors of #D01670
Black with #D01670
Text Example
Text Example
White with #D01670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01670; }
p { color: rgb(208,22,112); }
H1.HeaderClassName
{
color: #D01670;
}
.AnyTagClassName
{
color: #D01670;
}
</style>
background-color css
<style>
a { background-color: #D01670; }
a { background-color: rgb(208,22,112); }
div.DivClassName
{
background-color: #D01670;
}
.BgClassName
{
background-color: #D01670;
}
</style>
border-color css
<style>
span { border-color: #D01670; }
span { border-color: rgb(208,22,112); }
td.TdClassName
{
border-color: #D01670;
}
.TagClassName
{
border-color: #D01670;
}
</style>