Shades of Ruby #DD165E
Tints of Ruby #DD165E
RGB
CMYK
RGB Variations
Color information
#DD165E (or 0xDD165E) is known color: Ruby. HEX triplet: DD, 16 and 5E. RGB value is (221,22,94). Sum of RGB (Red+Green+Blue) = 221+22+94=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD165E is #22E9A1. Grayscale: #595959. Windows color (decimal): -2288034 or 6166237. OLE color: 6166237.
HSL color Cylindrical-coordinate representation of color #DD165E: hue angle of 338.29º 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 #DD165E is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 94 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.13 |
| HSL | 338.29º | 0.82% | 0.48% | - |
| HSV(B) | 338.29º | 0.9% | 0.87% | - |
| XYZ | 32.13 | 16.75 | 12.13 | - |
| YUV | 89.71 | 130.43 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 94 | 0 | 0.90 | 0.57 | 0.13 | 338.29 | 0.82 | 0.48 |
| Hex | DD | 16 | 5E | 0 | 5A | 39 | D | 152 | 52 | 30 |
| Octal | 335 | 26 | 136 | 0 | 132 | 71 | 15 | 522 | 122 | 60 |
| Binary | 11011101 | 10110 | 1011110 | 0 | 1011010 | 111001 | 1101 | 101010010 | 1010010 | 110000 |
Color Harmonies of #DD165E
Complementary color
Monochromatic Colors of #DD165E
Black with #DD165E
Text Example
Text Example
White with #DD165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD165E; }
p { color: rgb(221,22,94); }
H1.HeaderClassName
{
color: #DD165E;
}
.AnyTagClassName
{
color: #DD165E;
}
</style>
background-color css
<style>
a { background-color: #DD165E; }
a { background-color: rgb(221,22,94); }
div.DivClassName
{
background-color: #DD165E;
}
.BgClassName
{
background-color: #DD165E;
}
</style>
border-color css
<style>
span { border-color: #DD165E; }
span { border-color: rgb(221,22,94); }
td.TdClassName
{
border-color: #DD165E;
}
.TagClassName
{
border-color: #DD165E;
}
</style>