Shades of Cabaret #DD566D
Tints of Cabaret #DD566D
RGB
CMYK
RGB Variations
Color information
#DD566D (or 0xDD566D) is known color: Cabaret. HEX triplet: DD, 56 and 6D. RGB value is (221,86,109). Sum of RGB (Red+Green+Blue) = 221+86+109=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD566D is #22A992. Grayscale: #818181. Windows color (decimal): -2271635 or 7165661. OLE color: 7165661.
HSL color Cylindrical-coordinate representation of color #DD566D: hue angle of 349.78º 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 #DD566D is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 109 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.13 |
| HSL | 349.78º | 0.67% | 0.6% | - |
| HSV(B) | 349.78º | 0.61% | 0.87% | - |
| XYZ | 35.91 | 23.13 | 17.04 | - |
| YUV | 128.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 109 | 0 | 0.61 | 0.51 | 0.13 | 349.78 | 0.67 | 0.6 |
| Hex | DD | 56 | 6D | 0 | 3D | 33 | D | 15E | 43 | 3C |
| Octal | 335 | 126 | 155 | 0 | 75 | 63 | 15 | 536 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1101101 | 0 | 111101 | 110011 | 1101 | 101011110 | 1000011 | 111100 |
Color Harmonies of #DD566D
Complementary color
Monochromatic Colors of #DD566D
Black with #DD566D
Text Example
Text Example
White with #DD566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD566D; }
p { color: rgb(221,86,109); }
H1.HeaderClassName
{
color: #DD566D;
}
.AnyTagClassName
{
color: #DD566D;
}
</style>
background-color css
<style>
a { background-color: #DD566D; }
a { background-color: rgb(221,86,109); }
div.DivClassName
{
background-color: #DD566D;
}
.BgClassName
{
background-color: #DD566D;
}
</style>
border-color css
<style>
span { border-color: #DD566D; }
span { border-color: rgb(221,86,109); }
td.TdClassName
{
border-color: #DD566D;
}
.TagClassName
{
border-color: #DD566D;
}
</style>