Shades of Cabaret #DD5967
Tints of Cabaret #DD5967
RGB
CMYK
RGB Variations
Color information
#DD5967 (or 0xDD5967) is known color: Cabaret. HEX triplet: DD, 59 and 67. RGB value is (221,89,103). Sum of RGB (Red+Green+Blue) = 221+89+103=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5967 is #22A698. Grayscale: #828282. Windows color (decimal): -2270873 or 6773213. OLE color: 6773213.
HSL color Cylindrical-coordinate representation of color #DD5967: hue angle of 353.64º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5967 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 103 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.13 |
| HSL | 353.64º | 0.66% | 0.61% | - |
| HSV(B) | 353.64º | 0.6% | 0.87% | - |
| XYZ | 35.84 | 23.5 | 15.48 | - |
| YUV | 130.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 103 | 0 | 0.60 | 0.53 | 0.13 | 353.64 | 0.66 | 0.61 |
| Hex | DD | 59 | 67 | 0 | 3C | 35 | D | 162 | 42 | 3D |
| Octal | 335 | 131 | 147 | 0 | 74 | 65 | 15 | 542 | 102 | 75 |
| Binary | 11011101 | 1011001 | 1100111 | 0 | 111100 | 110101 | 1101 | 101100010 | 1000010 | 111101 |
Color Harmonies of #DD5967
Complementary color
Monochromatic Colors of #DD5967
Black with #DD5967
Text Example
Text Example
White with #DD5967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5967; }
p { color: rgb(221,89,103); }
H1.HeaderClassName
{
color: #DD5967;
}
.AnyTagClassName
{
color: #DD5967;
}
</style>
background-color css
<style>
a { background-color: #DD5967; }
a { background-color: rgb(221,89,103); }
div.DivClassName
{
background-color: #DD5967;
}
.BgClassName
{
background-color: #DD5967;
}
</style>
border-color css
<style>
span { border-color: #DD5967; }
span { border-color: rgb(221,89,103); }
td.TdClassName
{
border-color: #DD5967;
}
.TagClassName
{
border-color: #DD5967;
}
</style>