Shades of Cabaret #DD5769
Tints of Cabaret #DD5769
RGB
CMYK
RGB Variations
Color information
#DD5769 (or 0xDD5769) is known color: Cabaret. HEX triplet: DD, 57 and 69. RGB value is (221,87,105). Sum of RGB (Red+Green+Blue) = 221+87+105=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5769 is #22A896. Grayscale: #818181. Windows color (decimal): -2271383 or 6903773. OLE color: 6903773.
HSL color Cylindrical-coordinate representation of color #DD5769: hue angle of 351.94º degrees, saturation: 0.66, 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 #DD5769 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 105 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.13 |
| HSL | 351.94º | 0.66% | 0.6% | - |
| HSV(B) | 351.94º | 0.61% | 0.87% | - |
| XYZ | 35.78 | 23.21 | 15.96 | - |
| YUV | 129.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 105 | 0 | 0.61 | 0.52 | 0.13 | 351.94 | 0.66 | 0.6 |
| Hex | DD | 57 | 69 | 0 | 3D | 34 | D | 160 | 42 | 3C |
| Octal | 335 | 127 | 151 | 0 | 75 | 64 | 15 | 540 | 102 | 74 |
| Binary | 11011101 | 1010111 | 1101001 | 0 | 111101 | 110100 | 1101 | 101100000 | 1000010 | 111100 |
Color Harmonies of #DD5769
Complementary color
Monochromatic Colors of #DD5769
Black with #DD5769
Text Example
Text Example
White with #DD5769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5769; }
p { color: rgb(221,87,105); }
H1.HeaderClassName
{
color: #DD5769;
}
.AnyTagClassName
{
color: #DD5769;
}
</style>
background-color css
<style>
a { background-color: #DD5769; }
a { background-color: rgb(221,87,105); }
div.DivClassName
{
background-color: #DD5769;
}
.BgClassName
{
background-color: #DD5769;
}
</style>
border-color css
<style>
span { border-color: #DD5769; }
span { border-color: rgb(221,87,105); }
td.TdClassName
{
border-color: #DD5769;
}
.TagClassName
{
border-color: #DD5769;
}
</style>