Shades of Cabaret #DD4965
Tints of Cabaret #DD4965
RGB
CMYK
RGB Variations
Color information
#DD4965 (or 0xDD4965) is known color: Cabaret. HEX triplet: DD, 49 and 65. RGB value is (221,73,101). Sum of RGB (Red+Green+Blue) = 221+73+101=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4965 is #22B69A. Grayscale: #787878. Windows color (decimal): -2274971 or 6638045. OLE color: 6638045.
HSL color Cylindrical-coordinate representation of color #DD4965: hue angle of 348.65º 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 #DD4965 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 101 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.13 |
| HSL | 348.65º | 0.69% | 0.58% | - |
| HSV(B) | 348.65º | 0.67% | 0.87% | - |
| XYZ | 34.55 | 21.08 | 14.56 | - |
| YUV | 120.44 | 117.03 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 101 | 0 | 0.67 | 0.54 | 0.13 | 348.65 | 0.69 | 0.58 |
| Hex | DD | 49 | 65 | 0 | 43 | 36 | D | 15D | 45 | 3A |
| Octal | 335 | 111 | 145 | 0 | 103 | 66 | 15 | 535 | 105 | 72 |
| Binary | 11011101 | 1001001 | 1100101 | 0 | 1000011 | 110110 | 1101 | 101011101 | 1000101 | 111010 |
Color Harmonies of #DD4965
Complementary color
Monochromatic Colors of #DD4965
Black with #DD4965
Text Example
Text Example
White with #DD4965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4965; }
p { color: rgb(221,73,101); }
H1.HeaderClassName
{
color: #DD4965;
}
.AnyTagClassName
{
color: #DD4965;
}
</style>
background-color css
<style>
a { background-color: #DD4965; }
a { background-color: rgb(221,73,101); }
div.DivClassName
{
background-color: #DD4965;
}
.BgClassName
{
background-color: #DD4965;
}
</style>
border-color css
<style>
span { border-color: #DD4965; }
span { border-color: rgb(221,73,101); }
td.TdClassName
{
border-color: #DD4965;
}
.TagClassName
{
border-color: #DD4965;
}
</style>