Shades of Cabaret #DD5466
Tints of Cabaret #DD5466
RGB
CMYK
RGB Variations
Color information
#DD5466 (or 0xDD5466) is known color: Cabaret. HEX triplet: DD, 54 and 66. RGB value is (221,84,102). Sum of RGB (Red+Green+Blue) = 221+84+102=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5466 is #22AB99. Grayscale: #7F7F7F. Windows color (decimal): -2272154 or 6706397. OLE color: 6706397.
HSL color Cylindrical-coordinate representation of color #DD5466: hue angle of 352.12º 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 #DD5466 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 102 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.13 |
| HSL | 352.12º | 0.67% | 0.6% | - |
| HSV(B) | 352.12º | 0.62% | 0.87% | - |
| XYZ | 35.39 | 22.67 | 15.08 | - |
| YUV | 127.02 | 113.89 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 102 | 0 | 0.62 | 0.54 | 0.13 | 352.12 | 0.67 | 0.6 |
| Hex | DD | 54 | 66 | 0 | 3E | 36 | D | 160 | 43 | 3C |
| Octal | 335 | 124 | 146 | 0 | 76 | 66 | 15 | 540 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1100110 | 0 | 111110 | 110110 | 1101 | 101100000 | 1000011 | 111100 |
Color Harmonies of #DD5466
Complementary color
Monochromatic Colors of #DD5466
Black with #DD5466
Text Example
Text Example
White with #DD5466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5466; }
p { color: rgb(221,84,102); }
H1.HeaderClassName
{
color: #DD5466;
}
.AnyTagClassName
{
color: #DD5466;
}
</style>
background-color css
<style>
a { background-color: #DD5466; }
a { background-color: rgb(221,84,102); }
div.DivClassName
{
background-color: #DD5466;
}
.BgClassName
{
background-color: #DD5466;
}
</style>
border-color css
<style>
span { border-color: #DD5466; }
span { border-color: rgb(221,84,102); }
td.TdClassName
{
border-color: #DD5466;
}
.TagClassName
{
border-color: #DD5466;
}
</style>