Shades of Cabaret #DD5469
Tints of Cabaret #DD5469
RGB
CMYK
RGB Variations
Color information
#DD5469 (or 0xDD5469) is known color: Cabaret. HEX triplet: DD, 54 and 69. RGB value is (221,84,105). Sum of RGB (Red+Green+Blue) = 221+84+105=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5469 is #22AB96. Grayscale: #7F7F7F. Windows color (decimal): -2272151 or 6903005. OLE color: 6903005.
HSL color Cylindrical-coordinate representation of color #DD5469: hue angle of 350.8º 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 #DD5469 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 105 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.13 |
| HSL | 350.8º | 0.67% | 0.6% | - |
| HSV(B) | 350.8º | 0.62% | 0.87% | - |
| XYZ | 35.54 | 22.73 | 15.88 | - |
| YUV | 127.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 105 | 0 | 0.62 | 0.52 | 0.13 | 350.8 | 0.67 | 0.6 |
| Hex | DD | 54 | 69 | 0 | 3E | 34 | D | 15F | 43 | 3C |
| Octal | 335 | 124 | 151 | 0 | 76 | 64 | 15 | 537 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1101001 | 0 | 111110 | 110100 | 1101 | 101011111 | 1000011 | 111100 |
Color Harmonies of #DD5469
Complementary color
Monochromatic Colors of #DD5469
Black with #DD5469
Text Example
Text Example
White with #DD5469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5469; }
p { color: rgb(221,84,105); }
H1.HeaderClassName
{
color: #DD5469;
}
.AnyTagClassName
{
color: #DD5469;
}
</style>
background-color css
<style>
a { background-color: #DD5469; }
a { background-color: rgb(221,84,105); }
div.DivClassName
{
background-color: #DD5469;
}
.BgClassName
{
background-color: #DD5469;
}
</style>
border-color css
<style>
span { border-color: #DD5469; }
span { border-color: rgb(221,84,105); }
td.TdClassName
{
border-color: #DD5469;
}
.TagClassName
{
border-color: #DD5469;
}
</style>