Shades of Cabaret #DD556C
Tints of Cabaret #DD556C
RGB
CMYK
RGB Variations
Color information
#DD556C (or 0xDD556C) is known color: Cabaret. HEX triplet: DD, 55 and 6C. RGB value is (221,85,108). Sum of RGB (Red+Green+Blue) = 221+85+108=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD556C is #22AA93. Grayscale: #808080. Windows color (decimal): -2271892 or 7099869. OLE color: 7099869.
HSL color Cylindrical-coordinate representation of color #DD556C: hue angle of 349.85º 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 #DD556C is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 108 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.13 |
| HSL | 349.85º | 0.67% | 0.6% | - |
| HSV(B) | 349.85º | 0.62% | 0.87% | - |
| XYZ | 35.77 | 22.95 | 16.73 | - |
| YUV | 128.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 108 | 0 | 0.62 | 0.51 | 0.13 | 349.85 | 0.67 | 0.6 |
| Hex | DD | 55 | 6C | 0 | 3E | 33 | D | 15E | 43 | 3C |
| Octal | 335 | 125 | 154 | 0 | 76 | 63 | 15 | 536 | 103 | 74 |
| Binary | 11011101 | 1010101 | 1101100 | 0 | 111110 | 110011 | 1101 | 101011110 | 1000011 | 111100 |
Color Harmonies of #DD556C
Complementary color
Monochromatic Colors of #DD556C
Black with #DD556C
Text Example
Text Example
White with #DD556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD556C; }
p { color: rgb(221,85,108); }
H1.HeaderClassName
{
color: #DD556C;
}
.AnyTagClassName
{
color: #DD556C;
}
</style>
background-color css
<style>
a { background-color: #DD556C; }
a { background-color: rgb(221,85,108); }
div.DivClassName
{
background-color: #DD556C;
}
.BgClassName
{
background-color: #DD556C;
}
</style>
border-color css
<style>
span { border-color: #DD556C; }
span { border-color: rgb(221,85,108); }
td.TdClassName
{
border-color: #DD556C;
}
.TagClassName
{
border-color: #DD556C;
}
</style>