Shades of Ruby #DD0964
Tints of Ruby #DD0964
RGB
CMYK
RGB Variations
Color information
#DD0964 (or 0xDD0964) is known color: Ruby. HEX triplet: DD, 09 and 64. RGB value is (221,9,100). Sum of RGB (Red+Green+Blue) = 221+9+100=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0964 is #22F69B. Grayscale: #525252. Windows color (decimal): -2291356 or 6556125. OLE color: 6556125.
HSL color Cylindrical-coordinate representation of color #DD0964: hue angle of 334.25º 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 #DD0964 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 100 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.13 |
| HSL | 334.25º | 0.92% | 0.45% | - |
| HSV(B) | 334.25º | 0.96% | 0.87% | - |
| XYZ | 32.22 | 16.49 | 13.54 | - |
| YUV | 82.76 | 137.74 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 100 | 0 | 0.96 | 0.55 | 0.13 | 334.25 | 0.92 | 0.45 |
| Hex | DD | 9 | 64 | 0 | 60 | 37 | D | 14E | 5C | 2D |
| Octal | 335 | 11 | 144 | 0 | 140 | 67 | 15 | 516 | 134 | 55 |
| Binary | 11011101 | 1001 | 1100100 | 0 | 1100000 | 110111 | 1101 | 101001110 | 1011100 | 101101 |
Color Harmonies of #DD0964
Complementary color
Monochromatic Colors of #DD0964
Black with #DD0964
Text Example
Text Example
White with #DD0964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0964; }
p { color: rgb(221,9,100); }
H1.HeaderClassName
{
color: #DD0964;
}
.AnyTagClassName
{
color: #DD0964;
}
</style>
background-color css
<style>
a { background-color: #DD0964; }
a { background-color: rgb(221,9,100); }
div.DivClassName
{
background-color: #DD0964;
}
.BgClassName
{
background-color: #DD0964;
}
</style>
border-color css
<style>
span { border-color: #DD0964; }
span { border-color: rgb(221,9,100); }
td.TdClassName
{
border-color: #DD0964;
}
.TagClassName
{
border-color: #DD0964;
}
</style>