Shades of Cabaret #DD4966
Tints of Cabaret #DD4966
RGB
CMYK
RGB Variations
Color information
#DD4966 (or 0xDD4966) is known color: Cabaret. HEX triplet: DD, 49 and 66. RGB value is (221,73,102). Sum of RGB (Red+Green+Blue) = 221+73+102=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4966 is #22B699. Grayscale: #787878. Windows color (decimal): -2274970 or 6703581. OLE color: 6703581.
HSL color Cylindrical-coordinate representation of color #DD4966: hue angle of 348.24º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4966 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 102 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.13 |
| HSL | 348.24º | 0.69% | 0.58% | - |
| HSV(B) | 348.24º | 0.67% | 0.87% | - |
| XYZ | 34.6 | 21.1 | 14.82 | - |
| YUV | 120.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 102 | 0 | 0.67 | 0.54 | 0.13 | 348.24 | 0.69 | 0.58 |
| Hex | DD | 49 | 66 | 0 | 43 | 36 | D | 15C | 45 | 3A |
| Octal | 335 | 111 | 146 | 0 | 103 | 66 | 15 | 534 | 105 | 72 |
| Binary | 11011101 | 1001001 | 1100110 | 0 | 1000011 | 110110 | 1101 | 101011100 | 1000101 | 111010 |
Color Harmonies of #DD4966
Complementary color
Monochromatic Colors of #DD4966
Black with #DD4966
Text Example
Text Example
White with #DD4966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4966; }
p { color: rgb(221,73,102); }
H1.HeaderClassName
{
color: #DD4966;
}
.AnyTagClassName
{
color: #DD4966;
}
</style>
background-color css
<style>
a { background-color: #DD4966; }
a { background-color: rgb(221,73,102); }
div.DivClassName
{
background-color: #DD4966;
}
.BgClassName
{
background-color: #DD4966;
}
</style>
border-color css
<style>
span { border-color: #DD4966; }
span { border-color: rgb(221,73,102); }
td.TdClassName
{
border-color: #DD4966;
}
.TagClassName
{
border-color: #DD4966;
}
</style>