Shades of Cabaret #DD4568
Tints of Cabaret #DD4568
RGB
CMYK
RGB Variations
Color information
#DD4568 (or 0xDD4568) is known color: Cabaret. HEX triplet: DD, 45 and 68. RGB value is (221,69,104). Sum of RGB (Red+Green+Blue) = 221+69+104=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4568 is #22BA97. Grayscale: #767676. Windows color (decimal): -2275992 or 6833629. OLE color: 6833629.
HSL color Cylindrical-coordinate representation of color #DD4568: hue angle of 346.18º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4568 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 104 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.13 |
| HSL | 346.18º | 0.69% | 0.57% | - |
| HSV(B) | 346.18º | 0.69% | 0.87% | - |
| XYZ | 34.45 | 20.63 | 15.26 | - |
| YUV | 118.44 | 119.86 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 104 | 0 | 0.69 | 0.53 | 0.13 | 346.18 | 0.69 | 0.57 |
| Hex | DD | 45 | 68 | 0 | 45 | 35 | D | 15A | 45 | 39 |
| Octal | 335 | 105 | 150 | 0 | 105 | 65 | 15 | 532 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1101000 | 0 | 1000101 | 110101 | 1101 | 101011010 | 1000101 | 111001 |
Color Harmonies of #DD4568
Complementary color
Monochromatic Colors of #DD4568
Black with #DD4568
Text Example
Text Example
White with #DD4568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4568; }
p { color: rgb(221,69,104); }
H1.HeaderClassName
{
color: #DD4568;
}
.AnyTagClassName
{
color: #DD4568;
}
</style>
background-color css
<style>
a { background-color: #DD4568; }
a { background-color: rgb(221,69,104); }
div.DivClassName
{
background-color: #DD4568;
}
.BgClassName
{
background-color: #DD4568;
}
</style>
border-color css
<style>
span { border-color: #DD4568; }
span { border-color: rgb(221,69,104); }
td.TdClassName
{
border-color: #DD4568;
}
.TagClassName
{
border-color: #DD4568;
}
</style>