Shades of Ruby #DD165F
Tints of Ruby #DD165F
RGB
CMYK
RGB Variations
Color information
#DD165F (or 0xDD165F) is known color: Ruby. HEX triplet: DD, 16 and 5F. RGB value is (221,22,95). Sum of RGB (Red+Green+Blue) = 221+22+95=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD165F is #22E9A0. Grayscale: #595959. Windows color (decimal): -2288033 or 6231773. OLE color: 6231773.
HSL color Cylindrical-coordinate representation of color #DD165F: hue angle of 337.99º 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 #DD165F is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 95 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.13 |
| HSL | 337.99º | 0.82% | 0.48% | - |
| HSV(B) | 337.99º | 0.9% | 0.87% | - |
| XYZ | 32.17 | 16.77 | 12.37 | - |
| YUV | 89.82 | 130.93 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 95 | 0 | 0.90 | 0.57 | 0.13 | 337.99 | 0.82 | 0.48 |
| Hex | DD | 16 | 5F | 0 | 5A | 39 | D | 152 | 52 | 30 |
| Octal | 335 | 26 | 137 | 0 | 132 | 71 | 15 | 522 | 122 | 60 |
| Binary | 11011101 | 10110 | 1011111 | 0 | 1011010 | 111001 | 1101 | 101010010 | 1010010 | 110000 |
Color Harmonies of #DD165F
Complementary color
Monochromatic Colors of #DD165F
Black with #DD165F
Text Example
Text Example
White with #DD165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD165F; }
p { color: rgb(221,22,95); }
H1.HeaderClassName
{
color: #DD165F;
}
.AnyTagClassName
{
color: #DD165F;
}
</style>
background-color css
<style>
a { background-color: #DD165F; }
a { background-color: rgb(221,22,95); }
div.DivClassName
{
background-color: #DD165F;
}
.BgClassName
{
background-color: #DD165F;
}
</style>
border-color css
<style>
span { border-color: #DD165F; }
span { border-color: rgb(221,22,95); }
td.TdClassName
{
border-color: #DD165F;
}
.TagClassName
{
border-color: #DD165F;
}
</style>