Shades of Cabaret #DD5064
Tints of Cabaret #DD5064
RGB
CMYK
RGB Variations
Color information
#DD5064 (or 0xDD5064) is known color: Cabaret. HEX triplet: DD, 50 and 64. RGB value is (221,80,100). Sum of RGB (Red+Green+Blue) = 221+80+100=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5064 is #22AF9B. Grayscale: #7C7C7C. Windows color (decimal): -2273180 or 6574301. OLE color: 6574301.
HSL color Cylindrical-coordinate representation of color #DD5064: hue angle of 351.49º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5064 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 100 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.13 |
| HSL | 351.49º | 0.67% | 0.59% | - |
| HSV(B) | 351.49º | 0.64% | 0.87% | - |
| XYZ | 34.99 | 22.03 | 14.46 | - |
| YUV | 124.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 100 | 0 | 0.64 | 0.55 | 0.13 | 351.49 | 0.67 | 0.59 |
| Hex | DD | 50 | 64 | 0 | 40 | 37 | D | 15F | 43 | 3B |
| Octal | 335 | 120 | 144 | 0 | 100 | 67 | 15 | 537 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1100100 | 0 | 1000000 | 110111 | 1101 | 101011111 | 1000011 | 111011 |
Color Harmonies of #DD5064
Complementary color
Monochromatic Colors of #DD5064
Black with #DD5064
Text Example
Text Example
White with #DD5064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5064; }
p { color: rgb(221,80,100); }
H1.HeaderClassName
{
color: #DD5064;
}
.AnyTagClassName
{
color: #DD5064;
}
</style>
background-color css
<style>
a { background-color: #DD5064; }
a { background-color: rgb(221,80,100); }
div.DivClassName
{
background-color: #DD5064;
}
.BgClassName
{
background-color: #DD5064;
}
</style>
border-color css
<style>
span { border-color: #DD5064; }
span { border-color: rgb(221,80,100); }
td.TdClassName
{
border-color: #DD5064;
}
.TagClassName
{
border-color: #DD5064;
}
</style>