Shades of Cabaret #DD546A
Tints of Cabaret #DD546A
RGB
CMYK
RGB Variations
Color information
#DD546A (or 0xDD546A) is known color: Cabaret. HEX triplet: DD, 54 and 6A. RGB value is (221,84,106). Sum of RGB (Red+Green+Blue) = 221+84+106=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD546A is #22AB95. Grayscale: #7F7F7F. Windows color (decimal): -2272150 or 6968541. OLE color: 6968541.
HSL color Cylindrical-coordinate representation of color #DD546A: hue angle of 350.36º 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 #DD546A is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 106 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.13 |
| HSL | 350.37º | 0.67% | 0.6% | - |
| HSV(B) | 350.37º | 0.62% | 0.87% | - |
| XYZ | 35.59 | 22.75 | 16.15 | - |
| YUV | 127.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 106 | 0 | 0.62 | 0.52 | 0.13 | 350.37 | 0.67 | 0.6 |
| Hex | DD | 54 | 6A | 0 | 3E | 34 | D | 15E | 43 | 3C |
| Octal | 335 | 124 | 152 | 0 | 76 | 64 | 15 | 536 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1101010 | 0 | 111110 | 110100 | 1101 | 101011110 | 1000011 | 111100 |
Color Harmonies of #DD546A
Complementary color
Monochromatic Colors of #DD546A
Black with #DD546A
Text Example
Text Example
White with #DD546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD546A; }
p { color: rgb(221,84,106); }
H1.HeaderClassName
{
color: #DD546A;
}
.AnyTagClassName
{
color: #DD546A;
}
</style>
background-color css
<style>
a { background-color: #DD546A; }
a { background-color: rgb(221,84,106); }
div.DivClassName
{
background-color: #DD546A;
}
.BgClassName
{
background-color: #DD546A;
}
</style>
border-color css
<style>
span { border-color: #DD546A; }
span { border-color: rgb(221,84,106); }
td.TdClassName
{
border-color: #DD546A;
}
.TagClassName
{
border-color: #DD546A;
}
</style>