Shades of Ruby #DD0968
Tints of Ruby #DD0968
RGB
CMYK
RGB Variations
Color information
#DD0968 (or 0xDD0968) is known color: Ruby. HEX triplet: DD, 09 and 68. RGB value is (221,9,104). Sum of RGB (Red+Green+Blue) = 221+9+104=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0968 is #22F697. Grayscale: #535353. Windows color (decimal): -2291352 or 6818269. OLE color: 6818269.
HSL color Cylindrical-coordinate representation of color #DD0968: hue angle of 333.11º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0968 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 104 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.13 |
| HSL | 333.11º | 0.92% | 0.45% | - |
| HSV(B) | 333.11º | 0.96% | 0.87% | - |
| XYZ | 32.42 | 16.57 | 14.59 | - |
| YUV | 83.22 | 139.74 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 104 | 0 | 0.96 | 0.53 | 0.13 | 333.11 | 0.92 | 0.45 |
| Hex | DD | 9 | 68 | 0 | 60 | 35 | D | 14D | 5C | 2D |
| Octal | 335 | 11 | 150 | 0 | 140 | 65 | 15 | 515 | 134 | 55 |
| Binary | 11011101 | 1001 | 1101000 | 0 | 1100000 | 110101 | 1101 | 101001101 | 1011100 | 101101 |
Color Harmonies of #DD0968
Complementary color
Monochromatic Colors of #DD0968
Black with #DD0968
Text Example
Text Example
White with #DD0968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0968; }
p { color: rgb(221,9,104); }
H1.HeaderClassName
{
color: #DD0968;
}
.AnyTagClassName
{
color: #DD0968;
}
</style>
background-color css
<style>
a { background-color: #DD0968; }
a { background-color: rgb(221,9,104); }
div.DivClassName
{
background-color: #DD0968;
}
.BgClassName
{
background-color: #DD0968;
}
</style>
border-color css
<style>
span { border-color: #DD0968; }
span { border-color: rgb(221,9,104); }
td.TdClassName
{
border-color: #DD0968;
}
.TagClassName
{
border-color: #DD0968;
}
</style>