Shades of Cabaret #DD546B
Tints of Cabaret #DD546B
RGB
CMYK
RGB Variations
Color information
#DD546B (or 0xDD546B) is known color: Cabaret. HEX triplet: DD, 54 and 6B. RGB value is (221,84,107). Sum of RGB (Red+Green+Blue) = 221+84+107=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD546B is #22AB94. Grayscale: #7F7F7F. Windows color (decimal): -2272149 or 7034077. OLE color: 7034077.
HSL color Cylindrical-coordinate representation of color #DD546B: hue angle of 349.93º 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 #DD546B is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 107 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.13 |
| HSL | 349.93º | 0.67% | 0.6% | - |
| HSV(B) | 349.93º | 0.62% | 0.87% | - |
| XYZ | 35.64 | 22.77 | 16.43 | - |
| YUV | 127.59 | 116.39 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 107 | 0 | 0.62 | 0.52 | 0.13 | 349.93 | 0.67 | 0.6 |
| Hex | DD | 54 | 6B | 0 | 3E | 34 | D | 15E | 43 | 3C |
| Octal | 335 | 124 | 153 | 0 | 76 | 64 | 15 | 536 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1101011 | 0 | 111110 | 110100 | 1101 | 101011110 | 1000011 | 111100 |
Color Harmonies of #DD546B
Complementary color
Monochromatic Colors of #DD546B
Black with #DD546B
Text Example
Text Example
White with #DD546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD546B; }
p { color: rgb(221,84,107); }
H1.HeaderClassName
{
color: #DD546B;
}
.AnyTagClassName
{
color: #DD546B;
}
</style>
background-color css
<style>
a { background-color: #DD546B; }
a { background-color: rgb(221,84,107); }
div.DivClassName
{
background-color: #DD546B;
}
.BgClassName
{
background-color: #DD546B;
}
</style>
border-color css
<style>
span { border-color: #DD546B; }
span { border-color: rgb(221,84,107); }
td.TdClassName
{
border-color: #DD546B;
}
.TagClassName
{
border-color: #DD546B;
}
</style>