Shades of Ruby #DD165B
Tints of Ruby #DD165B
RGB
CMYK
RGB Variations
Color information
#DD165B (or 0xDD165B) is known color: Ruby. HEX triplet: DD, 16 and 5B. RGB value is (221,22,91). Sum of RGB (Red+Green+Blue) = 221+22+91=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD165B is #22E9A4. Grayscale: #595959. Windows color (decimal): -2288037 or 5969629. OLE color: 5969629.
HSL color Cylindrical-coordinate representation of color #DD165B: hue angle of 339.2º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD165B is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 91 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.13 |
| HSL | 339.2º | 0.82% | 0.48% | - |
| HSV(B) | 339.2º | 0.9% | 0.87% | - |
| XYZ | 31.99 | 16.7 | 11.43 | - |
| YUV | 89.37 | 128.93 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 91 | 0 | 0.90 | 0.59 | 0.13 | 339.2 | 0.82 | 0.48 |
| Hex | DD | 16 | 5B | 0 | 5A | 3B | D | 153 | 52 | 30 |
| Octal | 335 | 26 | 133 | 0 | 132 | 73 | 15 | 523 | 122 | 60 |
| Binary | 11011101 | 10110 | 1011011 | 0 | 1011010 | 111011 | 1101 | 101010011 | 1010010 | 110000 |
Color Harmonies of #DD165B
Complementary color
Monochromatic Colors of #DD165B
Black with #DD165B
Text Example
Text Example
White with #DD165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD165B; }
p { color: rgb(221,22,91); }
H1.HeaderClassName
{
color: #DD165B;
}
.AnyTagClassName
{
color: #DD165B;
}
</style>
background-color css
<style>
a { background-color: #DD165B; }
a { background-color: rgb(221,22,91); }
div.DivClassName
{
background-color: #DD165B;
}
.BgClassName
{
background-color: #DD165B;
}
</style>
border-color css
<style>
span { border-color: #DD165B; }
span { border-color: rgb(221,22,91); }
td.TdClassName
{
border-color: #DD165B;
}
.TagClassName
{
border-color: #DD165B;
}
</style>