Shades of Cabaret #DD526C
Tints of Cabaret #DD526C
RGB
CMYK
RGB Variations
Color information
#DD526C (or 0xDD526C) is known color: Cabaret. HEX triplet: DD, 52 and 6C. RGB value is (221,82,108). Sum of RGB (Red+Green+Blue) = 221+82+108=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD526C is #22AD93. Grayscale: #7E7E7E. Windows color (decimal): -2272660 or 7099101. OLE color: 7099101.
HSL color Cylindrical-coordinate representation of color #DD526C: hue angle of 348.78º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD526C is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 108 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.13 |
| HSL | 348.78º | 0.67% | 0.59% | - |
| HSV(B) | 348.78º | 0.63% | 0.87% | - |
| XYZ | 35.54 | 22.49 | 16.65 | - |
| YUV | 126.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 108 | 0 | 0.63 | 0.51 | 0.13 | 348.78 | 0.67 | 0.59 |
| Hex | DD | 52 | 6C | 0 | 3F | 33 | D | 15D | 43 | 3B |
| Octal | 335 | 122 | 154 | 0 | 77 | 63 | 15 | 535 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1101100 | 0 | 111111 | 110011 | 1101 | 101011101 | 1000011 | 111011 |
Color Harmonies of #DD526C
Complementary color
Monochromatic Colors of #DD526C
Black with #DD526C
Text Example
Text Example
White with #DD526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD526C; }
p { color: rgb(221,82,108); }
H1.HeaderClassName
{
color: #DD526C;
}
.AnyTagClassName
{
color: #DD526C;
}
</style>
background-color css
<style>
a { background-color: #DD526C; }
a { background-color: rgb(221,82,108); }
div.DivClassName
{
background-color: #DD526C;
}
.BgClassName
{
background-color: #DD526C;
}
</style>
border-color css
<style>
span { border-color: #DD526C; }
span { border-color: rgb(221,82,108); }
td.TdClassName
{
border-color: #DD526C;
}
.TagClassName
{
border-color: #DD526C;
}
</style>