Shades of Cabaret #DD5C6D
Tints of Cabaret #DD5C6D
RGB
CMYK
RGB Variations
Color information
#DD5C6D (or 0xDD5C6D) is known color: Cabaret. HEX triplet: DD, 5C and 6D. RGB value is (221,92,109). Sum of RGB (Red+Green+Blue) = 221+92+109=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C6D is #22A392. Grayscale: #848484. Windows color (decimal): -2270099 or 7167197. OLE color: 7167197.
HSL color Cylindrical-coordinate representation of color #DD5C6D: hue angle of 352.09º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5C6D is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 109 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.13 |
| HSL | 352.09º | 0.65% | 0.61% | - |
| HSV(B) | 352.09º | 0.58% | 0.87% | - |
| XYZ | 36.41 | 24.13 | 17.21 | - |
| YUV | 132.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 109 | 0 | 0.58 | 0.51 | 0.13 | 352.09 | 0.65 | 0.61 |
| Hex | DD | 5C | 6D | 0 | 3A | 33 | D | 160 | 41 | 3D |
| Octal | 335 | 134 | 155 | 0 | 72 | 63 | 15 | 540 | 101 | 75 |
| Binary | 11011101 | 1011100 | 1101101 | 0 | 111010 | 110011 | 1101 | 101100000 | 1000001 | 111101 |
Color Harmonies of #DD5C6D
Complementary color
Monochromatic Colors of #DD5C6D
Black with #DD5C6D
Text Example
Text Example
White with #DD5C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C6D; }
p { color: rgb(221,92,109); }
H1.HeaderClassName
{
color: #DD5C6D;
}
.AnyTagClassName
{
color: #DD5C6D;
}
</style>
background-color css
<style>
a { background-color: #DD5C6D; }
a { background-color: rgb(221,92,109); }
div.DivClassName
{
background-color: #DD5C6D;
}
.BgClassName
{
background-color: #DD5C6D;
}
</style>
border-color css
<style>
span { border-color: #DD5C6D; }
span { border-color: rgb(221,92,109); }
td.TdClassName
{
border-color: #DD5C6D;
}
.TagClassName
{
border-color: #DD5C6D;
}
</style>