Shades of Cabaret #DD5A69
Tints of Cabaret #DD5A69
RGB
CMYK
RGB Variations
Color information
#DD5A69 (or 0xDD5A69) is known color: Cabaret. HEX triplet: DD, 5A and 69. RGB value is (221,90,105). Sum of RGB (Red+Green+Blue) = 221+90+105=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A69 is #22A596. Grayscale: #828282. Windows color (decimal): -2270615 or 6904541. OLE color: 6904541.
HSL color Cylindrical-coordinate representation of color #DD5A69: hue angle of 353.13º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5A69 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 105 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.13 |
| HSL | 353.13º | 0.66% | 0.61% | - |
| HSV(B) | 353.13º | 0.59% | 0.87% | - |
| XYZ | 36.02 | 23.7 | 16.04 | - |
| YUV | 130.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 105 | 0 | 0.59 | 0.52 | 0.13 | 353.13 | 0.66 | 0.61 |
| Hex | DD | 5A | 69 | 0 | 3B | 34 | D | 161 | 42 | 3D |
| Octal | 335 | 132 | 151 | 0 | 73 | 64 | 15 | 541 | 102 | 75 |
| Binary | 11011101 | 1011010 | 1101001 | 0 | 111011 | 110100 | 1101 | 101100001 | 1000010 | 111101 |
Color Harmonies of #DD5A69
Complementary color
Monochromatic Colors of #DD5A69
Black with #DD5A69
Text Example
Text Example
White with #DD5A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A69; }
p { color: rgb(221,90,105); }
H1.HeaderClassName
{
color: #DD5A69;
}
.AnyTagClassName
{
color: #DD5A69;
}
</style>
background-color css
<style>
a { background-color: #DD5A69; }
a { background-color: rgb(221,90,105); }
div.DivClassName
{
background-color: #DD5A69;
}
.BgClassName
{
background-color: #DD5A69;
}
</style>
border-color css
<style>
span { border-color: #DD5A69; }
span { border-color: rgb(221,90,105); }
td.TdClassName
{
border-color: #DD5A69;
}
.TagClassName
{
border-color: #DD5A69;
}
</style>