Shades of Cabaret #DD4F65
Tints of Cabaret #DD4F65
RGB
CMYK
RGB Variations
Color information
#DD4F65 (or 0xDD4F65) is known color: Cabaret. HEX triplet: DD, 4F and 65. RGB value is (221,79,101). Sum of RGB (Red+Green+Blue) = 221+79+101=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F65 is #22B09A. Grayscale: #7C7C7C. Windows color (decimal): -2273435 or 6639581. OLE color: 6639581.
HSL color Cylindrical-coordinate representation of color #DD4F65: hue angle of 350.7º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4F65 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 101 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.13 |
| HSL | 350.7º | 0.68% | 0.59% | - |
| HSV(B) | 350.7º | 0.64% | 0.87% | - |
| XYZ | 34.96 | 21.9 | 14.7 | - |
| YUV | 123.97 | 115.04 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 101 | 0 | 0.64 | 0.54 | 0.13 | 350.7 | 0.68 | 0.59 |
| Hex | DD | 4F | 65 | 0 | 40 | 36 | D | 15F | 44 | 3B |
| Octal | 335 | 117 | 145 | 0 | 100 | 66 | 15 | 537 | 104 | 73 |
| Binary | 11011101 | 1001111 | 1100101 | 0 | 1000000 | 110110 | 1101 | 101011111 | 1000100 | 111011 |
Color Harmonies of #DD4F65
Complementary color
Monochromatic Colors of #DD4F65
Black with #DD4F65
Text Example
Text Example
White with #DD4F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F65; }
p { color: rgb(221,79,101); }
H1.HeaderClassName
{
color: #DD4F65;
}
.AnyTagClassName
{
color: #DD4F65;
}
</style>
background-color css
<style>
a { background-color: #DD4F65; }
a { background-color: rgb(221,79,101); }
div.DivClassName
{
background-color: #DD4F65;
}
.BgClassName
{
background-color: #DD4F65;
}
</style>
border-color css
<style>
span { border-color: #DD4F65; }
span { border-color: rgb(221,79,101); }
td.TdClassName
{
border-color: #DD4F65;
}
.TagClassName
{
border-color: #DD4F65;
}
</style>