Shades of Ruby #DD096E
Tints of Ruby #DD096E
RGB
CMYK
RGB Variations
Color information
#DD096E (or 0xDD096E) is known color: Ruby. HEX triplet: DD, 09 and 6E. RGB value is (221,9,110). Sum of RGB (Red+Green+Blue) = 221+9+110=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD096E is #22F691. Grayscale: #535353. Windows color (decimal): -2291346 or 7211485. OLE color: 7211485.
HSL color Cylindrical-coordinate representation of color #DD096E: hue angle of 331.42º 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 #DD096E is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.13 |
| HSL | 331.42º | 0.92% | 0.45% | - |
| HSV(B) | 331.42º | 0.96% | 0.87% | - |
| XYZ | 32.73 | 16.69 | 16.25 | - |
| YUV | 83.9 | 142.74 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 110 | 0 | 0.96 | 0.50 | 0.13 | 331.42 | 0.92 | 0.45 |
| Hex | DD | 9 | 6E | 0 | 60 | 32 | D | 14B | 5C | 2D |
| Octal | 335 | 11 | 156 | 0 | 140 | 62 | 15 | 513 | 134 | 55 |
| Binary | 11011101 | 1001 | 1101110 | 0 | 1100000 | 110010 | 1101 | 101001011 | 1011100 | 101101 |
Color Harmonies of #DD096E
Complementary color
Monochromatic Colors of #DD096E
Black with #DD096E
Text Example
Text Example
White with #DD096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD096E; }
p { color: rgb(221,9,110); }
H1.HeaderClassName
{
color: #DD096E;
}
.AnyTagClassName
{
color: #DD096E;
}
</style>
background-color css
<style>
a { background-color: #DD096E; }
a { background-color: rgb(221,9,110); }
div.DivClassName
{
background-color: #DD096E;
}
.BgClassName
{
background-color: #DD096E;
}
</style>
border-color css
<style>
span { border-color: #DD096E; }
span { border-color: rgb(221,9,110); }
td.TdClassName
{
border-color: #DD096E;
}
.TagClassName
{
border-color: #DD096E;
}
</style>