Shades of Cabaret #DD5167
Tints of Cabaret #DD5167
RGB
CMYK
RGB Variations
Color information
#DD5167 (or 0xDD5167) is known color: Cabaret. HEX triplet: DD, 51 and 67. RGB value is (221,81,103). Sum of RGB (Red+Green+Blue) = 221+81+103=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5167 is #22AE98. Grayscale: #7D7D7D. Windows color (decimal): -2272921 or 6771165. OLE color: 6771165.
HSL color Cylindrical-coordinate representation of color #DD5167: hue angle of 350.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5167 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 103 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.13 |
| HSL | 350.57º | 0.67% | 0.59% | - |
| HSV(B) | 350.57º | 0.63% | 0.87% | - |
| XYZ | 35.21 | 22.24 | 15.27 | - |
| YUV | 125.37 | 115.38 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 103 | 0 | 0.63 | 0.53 | 0.13 | 350.57 | 0.67 | 0.59 |
| Hex | DD | 51 | 67 | 0 | 3F | 35 | D | 15F | 43 | 3B |
| Octal | 335 | 121 | 147 | 0 | 77 | 65 | 15 | 537 | 103 | 73 |
| Binary | 11011101 | 1010001 | 1100111 | 0 | 111111 | 110101 | 1101 | 101011111 | 1000011 | 111011 |
Color Harmonies of #DD5167
Complementary color
Monochromatic Colors of #DD5167
Black with #DD5167
Text Example
Text Example
White with #DD5167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5167; }
p { color: rgb(221,81,103); }
H1.HeaderClassName
{
color: #DD5167;
}
.AnyTagClassName
{
color: #DD5167;
}
</style>
background-color css
<style>
a { background-color: #DD5167; }
a { background-color: rgb(221,81,103); }
div.DivClassName
{
background-color: #DD5167;
}
.BgClassName
{
background-color: #DD5167;
}
</style>
border-color css
<style>
span { border-color: #DD5167; }
span { border-color: rgb(221,81,103); }
td.TdClassName
{
border-color: #DD5167;
}
.TagClassName
{
border-color: #DD5167;
}
</style>