Shades of Cabaret #DD566A
Tints of Cabaret #DD566A
RGB
CMYK
RGB Variations
Color information
#DD566A (or 0xDD566A) is known color: Cabaret. HEX triplet: DD, 56 and 6A. RGB value is (221,86,106). Sum of RGB (Red+Green+Blue) = 221+86+106=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD566A is #22A995. Grayscale: #808080. Windows color (decimal): -2271638 or 6969053. OLE color: 6969053.
HSL color Cylindrical-coordinate representation of color #DD566A: hue angle of 351.11º 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 #DD566A is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 106 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.13 |
| HSL | 351.11º | 0.67% | 0.6% | - |
| HSV(B) | 351.11º | 0.61% | 0.87% | - |
| XYZ | 35.75 | 23.07 | 16.2 | - |
| YUV | 128.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 106 | 0 | 0.61 | 0.52 | 0.13 | 351.11 | 0.67 | 0.6 |
| Hex | DD | 56 | 6A | 0 | 3D | 34 | D | 15F | 43 | 3C |
| Octal | 335 | 126 | 152 | 0 | 75 | 64 | 15 | 537 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1101010 | 0 | 111101 | 110100 | 1101 | 101011111 | 1000011 | 111100 |
Color Harmonies of #DD566A
Complementary color
Monochromatic Colors of #DD566A
Black with #DD566A
Text Example
Text Example
White with #DD566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD566A; }
p { color: rgb(221,86,106); }
H1.HeaderClassName
{
color: #DD566A;
}
.AnyTagClassName
{
color: #DD566A;
}
</style>
background-color css
<style>
a { background-color: #DD566A; }
a { background-color: rgb(221,86,106); }
div.DivClassName
{
background-color: #DD566A;
}
.BgClassName
{
background-color: #DD566A;
}
</style>
border-color css
<style>
span { border-color: #DD566A; }
span { border-color: rgb(221,86,106); }
td.TdClassName
{
border-color: #DD566A;
}
.TagClassName
{
border-color: #DD566A;
}
</style>