Shades of Cabaret #DD546C
Tints of Cabaret #DD546C
RGB
CMYK
RGB Variations
Color information
#DD546C (or 0xDD546C) is known color: Cabaret. HEX triplet: DD, 54 and 6C. RGB value is (221,84,108). Sum of RGB (Red+Green+Blue) = 221+84+108=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD546C is #22AB93. Grayscale: #7F7F7F. Windows color (decimal): -2272148 or 7099613. OLE color: 7099613.
HSL color Cylindrical-coordinate representation of color #DD546C: hue angle of 349.49º 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 #DD546C is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 108 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.13 |
| HSL | 349.49º | 0.67% | 0.6% | - |
| HSV(B) | 349.49º | 0.62% | 0.87% | - |
| XYZ | 35.7 | 22.8 | 16.71 | - |
| YUV | 127.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 108 | 0 | 0.62 | 0.51 | 0.13 | 349.49 | 0.67 | 0.6 |
| Hex | DD | 54 | 6C | 0 | 3E | 33 | D | 15D | 43 | 3C |
| Octal | 335 | 124 | 154 | 0 | 76 | 63 | 15 | 535 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1101100 | 0 | 111110 | 110011 | 1101 | 101011101 | 1000011 | 111100 |
Color Harmonies of #DD546C
Complementary color
Monochromatic Colors of #DD546C
Black with #DD546C
Text Example
Text Example
White with #DD546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD546C; }
p { color: rgb(221,84,108); }
H1.HeaderClassName
{
color: #DD546C;
}
.AnyTagClassName
{
color: #DD546C;
}
</style>
background-color css
<style>
a { background-color: #DD546C; }
a { background-color: rgb(221,84,108); }
div.DivClassName
{
background-color: #DD546C;
}
.BgClassName
{
background-color: #DD546C;
}
</style>
border-color css
<style>
span { border-color: #DD546C; }
span { border-color: rgb(221,84,108); }
td.TdClassName
{
border-color: #DD546C;
}
.TagClassName
{
border-color: #DD546C;
}
</style>