Shades of Cabaret #DD5567
Tints of Cabaret #DD5567
RGB
CMYK
RGB Variations
Color information
#DD5567 (or 0xDD5567) is known color: Cabaret. HEX triplet: DD, 55 and 67. RGB value is (221,85,103). Sum of RGB (Red+Green+Blue) = 221+85+103=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5567 is #22AA98. Grayscale: #7F7F7F. Windows color (decimal): -2271897 or 6772189. OLE color: 6772189.
HSL color Cylindrical-coordinate representation of color #DD5567: hue angle of 352.06º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5567 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 103 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.13 |
| HSL | 352.06º | 0.67% | 0.6% | - |
| HSV(B) | 352.06º | 0.62% | 0.87% | - |
| XYZ | 35.52 | 22.85 | 15.37 | - |
| YUV | 127.72 | 114.06 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 103 | 0 | 0.62 | 0.53 | 0.13 | 352.06 | 0.67 | 0.6 |
| Hex | DD | 55 | 67 | 0 | 3E | 35 | D | 160 | 43 | 3C |
| Octal | 335 | 125 | 147 | 0 | 76 | 65 | 15 | 540 | 103 | 74 |
| Binary | 11011101 | 1010101 | 1100111 | 0 | 111110 | 110101 | 1101 | 101100000 | 1000011 | 111100 |
Color Harmonies of #DD5567
Complementary color
Monochromatic Colors of #DD5567
Black with #DD5567
Text Example
Text Example
White with #DD5567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5567; }
p { color: rgb(221,85,103); }
H1.HeaderClassName
{
color: #DD5567;
}
.AnyTagClassName
{
color: #DD5567;
}
</style>
background-color css
<style>
a { background-color: #DD5567; }
a { background-color: rgb(221,85,103); }
div.DivClassName
{
background-color: #DD5567;
}
.BgClassName
{
background-color: #DD5567;
}
</style>
border-color css
<style>
span { border-color: #DD5567; }
span { border-color: rgb(221,85,103); }
td.TdClassName
{
border-color: #DD5567;
}
.TagClassName
{
border-color: #DD5567;
}
</style>