Shades of Cabaret #DD5969
Tints of Cabaret #DD5969
RGB
CMYK
RGB Variations
Color information
#DD5969 (or 0xDD5969) is known color: Cabaret. HEX triplet: DD, 59 and 69. RGB value is (221,89,105). Sum of RGB (Red+Green+Blue) = 221+89+105=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5969 is #22A696. Grayscale: #828282. Windows color (decimal): -2270871 or 6904285. OLE color: 6904285.
HSL color Cylindrical-coordinate representation of color #DD5969: hue angle of 352.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5969 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 105 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.13 |
| HSL | 352.73º | 0.66% | 0.61% | - |
| HSV(B) | 352.73º | 0.6% | 0.87% | - |
| XYZ | 35.94 | 23.54 | 16.01 | - |
| YUV | 130.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 105 | 0 | 0.60 | 0.52 | 0.13 | 352.73 | 0.66 | 0.61 |
| Hex | DD | 59 | 69 | 0 | 3C | 34 | D | 161 | 42 | 3D |
| Octal | 335 | 131 | 151 | 0 | 74 | 64 | 15 | 541 | 102 | 75 |
| Binary | 11011101 | 1011001 | 1101001 | 0 | 111100 | 110100 | 1101 | 101100001 | 1000010 | 111101 |
Color Harmonies of #DD5969
Complementary color
Monochromatic Colors of #DD5969
Black with #DD5969
Text Example
Text Example
White with #DD5969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5969; }
p { color: rgb(221,89,105); }
H1.HeaderClassName
{
color: #DD5969;
}
.AnyTagClassName
{
color: #DD5969;
}
</style>
background-color css
<style>
a { background-color: #DD5969; }
a { background-color: rgb(221,89,105); }
div.DivClassName
{
background-color: #DD5969;
}
.BgClassName
{
background-color: #DD5969;
}
</style>
border-color css
<style>
span { border-color: #DD5969; }
span { border-color: rgb(221,89,105); }
td.TdClassName
{
border-color: #DD5969;
}
.TagClassName
{
border-color: #DD5969;
}
</style>