Shades of Cabaret #DD4A69
Tints of Cabaret #DD4A69
RGB
CMYK
RGB Variations
Color information
#DD4A69 (or 0xDD4A69) is known color: Cabaret. HEX triplet: DD, 4A and 69. RGB value is (221,74,105). Sum of RGB (Red+Green+Blue) = 221+74+105=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4A69 is #22B596. Grayscale: #797979. Windows color (decimal): -2274711 or 6900445. OLE color: 6900445.
HSL color Cylindrical-coordinate representation of color #DD4A69: hue angle of 347.35º degrees, saturation: 0.68, 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 #DD4A69 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 105 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.13 |
| HSL | 347.35º | 0.68% | 0.58% | - |
| HSV(B) | 347.35º | 0.67% | 0.87% | - |
| XYZ | 34.82 | 21.29 | 15.64 | - |
| YUV | 121.49 | 118.7 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 105 | 0 | 0.67 | 0.52 | 0.13 | 347.35 | 0.68 | 0.58 |
| Hex | DD | 4A | 69 | 0 | 43 | 34 | D | 15B | 44 | 3A |
| Octal | 335 | 112 | 151 | 0 | 103 | 64 | 15 | 533 | 104 | 72 |
| Binary | 11011101 | 1001010 | 1101001 | 0 | 1000011 | 110100 | 1101 | 101011011 | 1000100 | 111010 |
Color Harmonies of #DD4A69
Complementary color
Monochromatic Colors of #DD4A69
Black with #DD4A69
Text Example
Text Example
White with #DD4A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A69; }
p { color: rgb(221,74,105); }
H1.HeaderClassName
{
color: #DD4A69;
}
.AnyTagClassName
{
color: #DD4A69;
}
</style>
background-color css
<style>
a { background-color: #DD4A69; }
a { background-color: rgb(221,74,105); }
div.DivClassName
{
background-color: #DD4A69;
}
.BgClassName
{
background-color: #DD4A69;
}
</style>
border-color css
<style>
span { border-color: #DD4A69; }
span { border-color: rgb(221,74,105); }
td.TdClassName
{
border-color: #DD4A69;
}
.TagClassName
{
border-color: #DD4A69;
}
</style>