Shades of Cabaret #DD4D69
Tints of Cabaret #DD4D69
RGB
CMYK
RGB Variations
Color information
#DD4D69 (or 0xDD4D69) is known color: Cabaret. HEX triplet: DD, 4D and 69. RGB value is (221,77,105). Sum of RGB (Red+Green+Blue) = 221+77+105=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4D69 is #22B296. Grayscale: #7B7B7B. Windows color (decimal): -2273943 or 6901213. OLE color: 6901213.
HSL color Cylindrical-coordinate representation of color #DD4D69: hue angle of 348.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4D69 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 105 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.13 |
| HSL | 348.33º | 0.68% | 0.58% | - |
| HSV(B) | 348.33º | 0.65% | 0.87% | - |
| XYZ | 35.02 | 21.7 | 15.71 | - |
| YUV | 123.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 105 | 0 | 0.65 | 0.52 | 0.13 | 348.33 | 0.68 | 0.58 |
| Hex | DD | 4D | 69 | 0 | 41 | 34 | D | 15C | 44 | 3A |
| Octal | 335 | 115 | 151 | 0 | 101 | 64 | 15 | 534 | 104 | 72 |
| Binary | 11011101 | 1001101 | 1101001 | 0 | 1000001 | 110100 | 1101 | 101011100 | 1000100 | 111010 |
Color Harmonies of #DD4D69
Complementary color
Monochromatic Colors of #DD4D69
Black with #DD4D69
Text Example
Text Example
White with #DD4D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D69; }
p { color: rgb(221,77,105); }
H1.HeaderClassName
{
color: #DD4D69;
}
.AnyTagClassName
{
color: #DD4D69;
}
</style>
background-color css
<style>
a { background-color: #DD4D69; }
a { background-color: rgb(221,77,105); }
div.DivClassName
{
background-color: #DD4D69;
}
.BgClassName
{
background-color: #DD4D69;
}
</style>
border-color css
<style>
span { border-color: #DD4D69; }
span { border-color: rgb(221,77,105); }
td.TdClassName
{
border-color: #DD4D69;
}
.TagClassName
{
border-color: #DD4D69;
}
</style>