Shades of Cabaret #DD4E65
Tints of Cabaret #DD4E65
RGB
CMYK
RGB Variations
Color information
#DD4E65 (or 0xDD4E65) is known color: Cabaret. HEX triplet: DD, 4E and 65. RGB value is (221,78,101). Sum of RGB (Red+Green+Blue) = 221+78+101=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E65 is #22B19A. Grayscale: #7B7B7B. Windows color (decimal): -2273691 or 6639325. OLE color: 6639325.
HSL color Cylindrical-coordinate representation of color #DD4E65: hue angle of 350.35º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4E65 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 101 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.13 |
| HSL | 350.35º | 0.68% | 0.59% | - |
| HSV(B) | 350.35º | 0.65% | 0.87% | - |
| XYZ | 34.89 | 21.76 | 14.67 | - |
| YUV | 123.38 | 115.38 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 101 | 0 | 0.65 | 0.54 | 0.13 | 350.35 | 0.68 | 0.59 |
| Hex | DD | 4E | 65 | 0 | 41 | 36 | D | 15E | 44 | 3B |
| Octal | 335 | 116 | 145 | 0 | 101 | 66 | 15 | 536 | 104 | 73 |
| Binary | 11011101 | 1001110 | 1100101 | 0 | 1000001 | 110110 | 1101 | 101011110 | 1000100 | 111011 |
Color Harmonies of #DD4E65
Complementary color
Monochromatic Colors of #DD4E65
Black with #DD4E65
Text Example
Text Example
White with #DD4E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E65; }
p { color: rgb(221,78,101); }
H1.HeaderClassName
{
color: #DD4E65;
}
.AnyTagClassName
{
color: #DD4E65;
}
</style>
background-color css
<style>
a { background-color: #DD4E65; }
a { background-color: rgb(221,78,101); }
div.DivClassName
{
background-color: #DD4E65;
}
.BgClassName
{
background-color: #DD4E65;
}
</style>
border-color css
<style>
span { border-color: #DD4E65; }
span { border-color: rgb(221,78,101); }
td.TdClassName
{
border-color: #DD4E65;
}
.TagClassName
{
border-color: #DD4E65;
}
</style>