Shades of Cabaret #DD5166
Tints of Cabaret #DD5166
RGB
CMYK
RGB Variations
Color information
#DD5166 (or 0xDD5166) is known color: Cabaret. HEX triplet: DD, 51 and 66. RGB value is (221,81,102). Sum of RGB (Red+Green+Blue) = 221+81+102=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5166 is #22AE99. Grayscale: #7D7D7D. Windows color (decimal): -2272922 or 6705629. OLE color: 6705629.
HSL color Cylindrical-coordinate representation of color #DD5166: hue angle of 351º 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 #DD5166 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 102 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.13 |
| HSL | 351º | 0.67% | 0.59% | - |
| HSV(B) | 351º | 0.63% | 0.87% | - |
| XYZ | 35.16 | 22.22 | 15.01 | - |
| YUV | 125.25 | 114.88 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 102 | 0 | 0.63 | 0.54 | 0.13 | 351 | 0.67 | 0.59 |
| Hex | DD | 51 | 66 | 0 | 3F | 36 | D | 15F | 43 | 3B |
| Octal | 335 | 121 | 146 | 0 | 77 | 66 | 15 | 537 | 103 | 73 |
| Binary | 11011101 | 1010001 | 1100110 | 0 | 111111 | 110110 | 1101 | 101011111 | 1000011 | 111011 |
Color Harmonies of #DD5166
Complementary color
Monochromatic Colors of #DD5166
Black with #DD5166
Text Example
Text Example
White with #DD5166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5166; }
p { color: rgb(221,81,102); }
H1.HeaderClassName
{
color: #DD5166;
}
.AnyTagClassName
{
color: #DD5166;
}
</style>
background-color css
<style>
a { background-color: #DD5166; }
a { background-color: rgb(221,81,102); }
div.DivClassName
{
background-color: #DD5166;
}
.BgClassName
{
background-color: #DD5166;
}
</style>
border-color css
<style>
span { border-color: #DD5166; }
span { border-color: rgb(221,81,102); }
td.TdClassName
{
border-color: #DD5166;
}
.TagClassName
{
border-color: #DD5166;
}
</style>