Shades of Cabaret #DD5068
Tints of Cabaret #DD5068
RGB
CMYK
RGB Variations
Color information
#DD5068 (or 0xDD5068) is known color: Cabaret. HEX triplet: DD, 50 and 68. RGB value is (221,80,104). Sum of RGB (Red+Green+Blue) = 221+80+104=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5068 is #22AF97. Grayscale: #7C7C7C. Windows color (decimal): -2273176 or 6836445. OLE color: 6836445.
HSL color Cylindrical-coordinate representation of color #DD5068: hue angle of 349.79º 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 #DD5068 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 104 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.13 |
| HSL | 349.79º | 0.67% | 0.59% | - |
| HSV(B) | 349.79º | 0.64% | 0.87% | - |
| XYZ | 35.19 | 22.11 | 15.51 | - |
| YUV | 124.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 104 | 0 | 0.64 | 0.53 | 0.13 | 349.79 | 0.67 | 0.59 |
| Hex | DD | 50 | 68 | 0 | 40 | 35 | D | 15E | 43 | 3B |
| Octal | 335 | 120 | 150 | 0 | 100 | 65 | 15 | 536 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1101000 | 0 | 1000000 | 110101 | 1101 | 101011110 | 1000011 | 111011 |
Color Harmonies of #DD5068
Complementary color
Monochromatic Colors of #DD5068
Black with #DD5068
Text Example
Text Example
White with #DD5068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5068; }
p { color: rgb(221,80,104); }
H1.HeaderClassName
{
color: #DD5068;
}
.AnyTagClassName
{
color: #DD5068;
}
</style>
background-color css
<style>
a { background-color: #DD5068; }
a { background-color: rgb(221,80,104); }
div.DivClassName
{
background-color: #DD5068;
}
.BgClassName
{
background-color: #DD5068;
}
</style>
border-color css
<style>
span { border-color: #DD5068; }
span { border-color: rgb(221,80,104); }
td.TdClassName
{
border-color: #DD5068;
}
.TagClassName
{
border-color: #DD5068;
}
</style>