Shades of Cabaret #DD5668
Tints of Cabaret #DD5668
RGB
CMYK
RGB Variations
Color information
#DD5668 (or 0xDD5668) is known color: Cabaret. HEX triplet: DD, 56 and 68. RGB value is (221,86,104). Sum of RGB (Red+Green+Blue) = 221+86+104=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5668 is #22A997. Grayscale: #808080. Windows color (decimal): -2271640 or 6837981. OLE color: 6837981.
HSL color Cylindrical-coordinate representation of color #DD5668: hue angle of 352º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5668 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 104 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.13 |
| HSL | 352º | 0.67% | 0.6% | - |
| HSV(B) | 352º | 0.61% | 0.87% | - |
| XYZ | 35.65 | 23.03 | 15.66 | - |
| YUV | 128.42 | 114.23 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 104 | 0 | 0.61 | 0.53 | 0.13 | 352 | 0.67 | 0.6 |
| Hex | DD | 56 | 68 | 0 | 3D | 35 | D | 160 | 43 | 3C |
| Octal | 335 | 126 | 150 | 0 | 75 | 65 | 15 | 540 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1101000 | 0 | 111101 | 110101 | 1101 | 101100000 | 1000011 | 111100 |
Color Harmonies of #DD5668
Complementary color
Monochromatic Colors of #DD5668
Black with #DD5668
Text Example
Text Example
White with #DD5668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5668; }
p { color: rgb(221,86,104); }
H1.HeaderClassName
{
color: #DD5668;
}
.AnyTagClassName
{
color: #DD5668;
}
</style>
background-color css
<style>
a { background-color: #DD5668; }
a { background-color: rgb(221,86,104); }
div.DivClassName
{
background-color: #DD5668;
}
.BgClassName
{
background-color: #DD5668;
}
</style>
border-color css
<style>
span { border-color: #DD5668; }
span { border-color: rgb(221,86,104); }
td.TdClassName
{
border-color: #DD5668;
}
.TagClassName
{
border-color: #DD5668;
}
</style>