Shades of Cabaret #DD5265
Tints of Cabaret #DD5265
RGB
CMYK
RGB Variations
Color information
#DD5265 (or 0xDD5265) is known color: Cabaret. HEX triplet: DD, 52 and 65. RGB value is (221,82,101). Sum of RGB (Red+Green+Blue) = 221+82+101=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5265 is #22AD9A. Grayscale: #7D7D7D. Windows color (decimal): -2272667 or 6640349. OLE color: 6640349.
HSL color Cylindrical-coordinate representation of color #DD5265: hue angle of 351.8º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5265 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 101 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.13 |
| HSL | 351.8º | 0.67% | 0.59% | - |
| HSV(B) | 351.8º | 0.63% | 0.87% | - |
| XYZ | 35.19 | 22.35 | 14.77 | - |
| YUV | 125.73 | 114.05 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 101 | 0 | 0.63 | 0.54 | 0.13 | 351.8 | 0.67 | 0.59 |
| Hex | DD | 52 | 65 | 0 | 3F | 36 | D | 160 | 43 | 3B |
| Octal | 335 | 122 | 145 | 0 | 77 | 66 | 15 | 540 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1100101 | 0 | 111111 | 110110 | 1101 | 101100000 | 1000011 | 111011 |
Color Harmonies of #DD5265
Complementary color
Monochromatic Colors of #DD5265
Black with #DD5265
Text Example
Text Example
White with #DD5265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5265; }
p { color: rgb(221,82,101); }
H1.HeaderClassName
{
color: #DD5265;
}
.AnyTagClassName
{
color: #DD5265;
}
</style>
background-color css
<style>
a { background-color: #DD5265; }
a { background-color: rgb(221,82,101); }
div.DivClassName
{
background-color: #DD5265;
}
.BgClassName
{
background-color: #DD5265;
}
</style>
border-color css
<style>
span { border-color: #DD5265; }
span { border-color: rgb(221,82,101); }
td.TdClassName
{
border-color: #DD5265;
}
.TagClassName
{
border-color: #DD5265;
}
</style>