Shades of Cabaret #DD5565
Tints of Cabaret #DD5565
RGB
CMYK
RGB Variations
Color information
#DD5565 (or 0xDD5565) is known color: Cabaret. HEX triplet: DD, 55 and 65. RGB value is (221,85,101). Sum of RGB (Red+Green+Blue) = 221+85+101=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5565 is #22AA9A. Grayscale: #7F7F7F. Windows color (decimal): -2271899 or 6641117. OLE color: 6641117.
HSL color Cylindrical-coordinate representation of color #DD5565: hue angle of 352.94º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5565 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 101 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.13 |
| HSL | 352.94º | 0.67% | 0.6% | - |
| HSV(B) | 352.94º | 0.62% | 0.87% | - |
| XYZ | 35.42 | 22.81 | 14.85 | - |
| YUV | 127.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 101 | 0 | 0.62 | 0.54 | 0.13 | 352.94 | 0.67 | 0.6 |
| Hex | DD | 55 | 65 | 0 | 3E | 36 | D | 161 | 43 | 3C |
| Octal | 335 | 125 | 145 | 0 | 76 | 66 | 15 | 541 | 103 | 74 |
| Binary | 11011101 | 1010101 | 1100101 | 0 | 111110 | 110110 | 1101 | 101100001 | 1000011 | 111100 |
Color Harmonies of #DD5565
Complementary color
Monochromatic Colors of #DD5565
Black with #DD5565
Text Example
Text Example
White with #DD5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5565; }
p { color: rgb(221,85,101); }
H1.HeaderClassName
{
color: #DD5565;
}
.AnyTagClassName
{
color: #DD5565;
}
</style>
background-color css
<style>
a { background-color: #DD5565; }
a { background-color: rgb(221,85,101); }
div.DivClassName
{
background-color: #DD5565;
}
.BgClassName
{
background-color: #DD5565;
}
</style>
border-color css
<style>
span { border-color: #DD5565; }
span { border-color: rgb(221,85,101); }
td.TdClassName
{
border-color: #DD5565;
}
.TagClassName
{
border-color: #DD5565;
}
</style>