Shades of Cabaret #DD5066
Tints of Cabaret #DD5066
RGB
CMYK
RGB Variations
Color information
#DD5066 (or 0xDD5066) is known color: Cabaret. HEX triplet: DD, 50 and 66. RGB value is (221,80,102). Sum of RGB (Red+Green+Blue) = 221+80+102=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5066 is #22AF99. Grayscale: #7C7C7C. Windows color (decimal): -2273178 or 6705373. OLE color: 6705373.
HSL color Cylindrical-coordinate representation of color #DD5066: hue angle of 350.64º 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 #DD5066 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 102 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.13 |
| HSL | 350.64º | 0.67% | 0.59% | - |
| HSV(B) | 350.64º | 0.64% | 0.87% | - |
| XYZ | 35.09 | 22.07 | 14.98 | - |
| YUV | 124.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 102 | 0 | 0.64 | 0.54 | 0.13 | 350.64 | 0.67 | 0.59 |
| Hex | DD | 50 | 66 | 0 | 40 | 36 | D | 15F | 43 | 3B |
| Octal | 335 | 120 | 146 | 0 | 100 | 66 | 15 | 537 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1100110 | 0 | 1000000 | 110110 | 1101 | 101011111 | 1000011 | 111011 |
Color Harmonies of #DD5066
Complementary color
Monochromatic Colors of #DD5066
Black with #DD5066
Text Example
Text Example
White with #DD5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5066; }
p { color: rgb(221,80,102); }
H1.HeaderClassName
{
color: #DD5066;
}
.AnyTagClassName
{
color: #DD5066;
}
</style>
background-color css
<style>
a { background-color: #DD5066; }
a { background-color: rgb(221,80,102); }
div.DivClassName
{
background-color: #DD5066;
}
.BgClassName
{
background-color: #DD5066;
}
</style>
border-color css
<style>
span { border-color: #DD5066; }
span { border-color: rgb(221,80,102); }
td.TdClassName
{
border-color: #DD5066;
}
.TagClassName
{
border-color: #DD5066;
}
</style>