Shades of Cabaret #DD4C63
Tints of Cabaret #DD4C63
RGB
CMYK
RGB Variations
Color information
#DD4C63 (or 0xDD4C63) is known color: Cabaret. HEX triplet: DD, 4C and 63. RGB value is (221,76,99). Sum of RGB (Red+Green+Blue) = 221+76+99=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C63 is #22B39C. Grayscale: #7A7A7A. Windows color (decimal): -2274205 or 6507741. OLE color: 6507741.
HSL color Cylindrical-coordinate representation of color #DD4C63: hue angle of 350.48º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4C63 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 99 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.13 |
| HSL | 350.48º | 0.68% | 0.58% | - |
| HSV(B) | 350.48º | 0.66% | 0.87% | - |
| XYZ | 34.66 | 21.44 | 14.12 | - |
| YUV | 121.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 99 | 0 | 0.66 | 0.55 | 0.13 | 350.48 | 0.68 | 0.58 |
| Hex | DD | 4C | 63 | 0 | 42 | 37 | D | 15E | 44 | 3A |
| Octal | 335 | 114 | 143 | 0 | 102 | 67 | 15 | 536 | 104 | 72 |
| Binary | 11011101 | 1001100 | 1100011 | 0 | 1000010 | 110111 | 1101 | 101011110 | 1000100 | 111010 |
Color Harmonies of #DD4C63
Complementary color
Monochromatic Colors of #DD4C63
Black with #DD4C63
Text Example
Text Example
White with #DD4C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C63; }
p { color: rgb(221,76,99); }
H1.HeaderClassName
{
color: #DD4C63;
}
.AnyTagClassName
{
color: #DD4C63;
}
</style>
background-color css
<style>
a { background-color: #DD4C63; }
a { background-color: rgb(221,76,99); }
div.DivClassName
{
background-color: #DD4C63;
}
.BgClassName
{
background-color: #DD4C63;
}
</style>
border-color css
<style>
span { border-color: #DD4C63; }
span { border-color: rgb(221,76,99); }
td.TdClassName
{
border-color: #DD4C63;
}
.TagClassName
{
border-color: #DD4C63;
}
</style>