Shades of Cabaret #DD536B
Tints of Cabaret #DD536B
RGB
CMYK
RGB Variations
Color information
#DD536B (or 0xDD536B) is known color: Cabaret. HEX triplet: DD, 53 and 6B. RGB value is (221,83,107). Sum of RGB (Red+Green+Blue) = 221+83+107=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD536B is #22AC94. Grayscale: #7F7F7F. Windows color (decimal): -2272405 or 7033821. OLE color: 7033821.
HSL color Cylindrical-coordinate representation of color #DD536B: hue angle of 349.57º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD536B is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 107 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.13 |
| HSL | 349.57º | 0.67% | 0.6% | - |
| HSV(B) | 349.57º | 0.62% | 0.87% | - |
| XYZ | 35.57 | 22.62 | 16.4 | - |
| YUV | 127 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 107 | 0 | 0.62 | 0.52 | 0.13 | 349.57 | 0.67 | 0.6 |
| Hex | DD | 53 | 6B | 0 | 3E | 34 | D | 15E | 43 | 3C |
| Octal | 335 | 123 | 153 | 0 | 76 | 64 | 15 | 536 | 103 | 74 |
| Binary | 11011101 | 1010011 | 1101011 | 0 | 111110 | 110100 | 1101 | 101011110 | 1000011 | 111100 |
Color Harmonies of #DD536B
Complementary color
Monochromatic Colors of #DD536B
Black with #DD536B
Text Example
Text Example
White with #DD536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD536B; }
p { color: rgb(221,83,107); }
H1.HeaderClassName
{
color: #DD536B;
}
.AnyTagClassName
{
color: #DD536B;
}
</style>
background-color css
<style>
a { background-color: #DD536B; }
a { background-color: rgb(221,83,107); }
div.DivClassName
{
background-color: #DD536B;
}
.BgClassName
{
background-color: #DD536B;
}
</style>
border-color css
<style>
span { border-color: #DD536B; }
span { border-color: rgb(221,83,107); }
td.TdClassName
{
border-color: #DD536B;
}
.TagClassName
{
border-color: #DD536B;
}
</style>