Shades of Ruby #DD0768
Tints of Ruby #DD0768
RGB
CMYK
RGB Variations
Color information
#DD0768 (or 0xDD0768) is known color: Ruby. HEX triplet: DD, 07 and 68. RGB value is (221,7,104). Sum of RGB (Red+Green+Blue) = 221+7+104=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0768 is #22F897. Grayscale: #515151. Windows color (decimal): -2291864 or 6817757. OLE color: 6817757.
HSL color Cylindrical-coordinate representation of color #DD0768: hue angle of 332.8º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0768 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.13 |
| HSL | 332.8º | 0.94% | 0.45% | - |
| HSV(B) | 332.8º | 0.97% | 0.87% | - |
| XYZ | 32.39 | 16.52 | 14.58 | - |
| YUV | 82.04 | 140.4 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 104 | 0 | 0.97 | 0.53 | 0.13 | 332.8 | 0.94 | 0.45 |
| Hex | DD | 7 | 68 | 0 | 61 | 35 | D | 14D | 5E | 2D |
| Octal | 335 | 7 | 150 | 0 | 141 | 65 | 15 | 515 | 136 | 55 |
| Binary | 11011101 | 111 | 1101000 | 0 | 1100001 | 110101 | 1101 | 101001101 | 1011110 | 101101 |
Color Harmonies of #DD0768
Complementary color
Monochromatic Colors of #DD0768
Black with #DD0768
Text Example
Text Example
White with #DD0768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0768; }
p { color: rgb(221,7,104); }
H1.HeaderClassName
{
color: #DD0768;
}
.AnyTagClassName
{
color: #DD0768;
}
</style>
background-color css
<style>
a { background-color: #DD0768; }
a { background-color: rgb(221,7,104); }
div.DivClassName
{
background-color: #DD0768;
}
.BgClassName
{
background-color: #DD0768;
}
</style>
border-color css
<style>
span { border-color: #DD0768; }
span { border-color: rgb(221,7,104); }
td.TdClassName
{
border-color: #DD0768;
}
.TagClassName
{
border-color: #DD0768;
}
</style>