Shades of Ruby #DD096F
Tints of Ruby #DD096F
RGB
CMYK
RGB Variations
Color information
#DD096F (or 0xDD096F) is known color: Ruby. HEX triplet: DD, 09 and 6F. RGB value is (221,9,111). Sum of RGB (Red+Green+Blue) = 221+9+111=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD096F is #22F690. Grayscale: #535353. Windows color (decimal): -2291345 or 7277021. OLE color: 7277021.
HSL color Cylindrical-coordinate representation of color #DD096F: hue angle of 331.13º 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 #DD096F is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 111 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.13 |
| HSL | 331.13º | 0.92% | 0.45% | - |
| HSV(B) | 331.13º | 0.96% | 0.87% | - |
| XYZ | 32.79 | 16.72 | 16.54 | - |
| YUV | 84.02 | 143.24 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 111 | 0 | 0.96 | 0.50 | 0.13 | 331.13 | 0.92 | 0.45 |
| Hex | DD | 9 | 6F | 0 | 60 | 32 | D | 14B | 5C | 2D |
| Octal | 335 | 11 | 157 | 0 | 140 | 62 | 15 | 513 | 134 | 55 |
| Binary | 11011101 | 1001 | 1101111 | 0 | 1100000 | 110010 | 1101 | 101001011 | 1011100 | 101101 |
Color Harmonies of #DD096F
Complementary color
Monochromatic Colors of #DD096F
Black with #DD096F
Text Example
Text Example
White with #DD096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD096F; }
p { color: rgb(221,9,111); }
H1.HeaderClassName
{
color: #DD096F;
}
.AnyTagClassName
{
color: #DD096F;
}
</style>
background-color css
<style>
a { background-color: #DD096F; }
a { background-color: rgb(221,9,111); }
div.DivClassName
{
background-color: #DD096F;
}
.BgClassName
{
background-color: #DD096F;
}
</style>
border-color css
<style>
span { border-color: #DD096F; }
span { border-color: rgb(221,9,111); }
td.TdClassName
{
border-color: #DD096F;
}
.TagClassName
{
border-color: #DD096F;
}
</style>