Shades of Cabaret #DD506B
Tints of Cabaret #DD506B
RGB
CMYK
RGB Variations
Color information
#DD506B (or 0xDD506B) is known color: Cabaret. HEX triplet: DD, 50 and 6B. RGB value is (221,80,107). Sum of RGB (Red+Green+Blue) = 221+80+107=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD506B is #22AF94. Grayscale: #7D7D7D. Windows color (decimal): -2273173 or 7033053. OLE color: 7033053.
HSL color Cylindrical-coordinate representation of color #DD506B: hue angle of 348.51º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD506B is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 107 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.13 |
| HSL | 348.51º | 0.67% | 0.59% | - |
| HSV(B) | 348.51º | 0.64% | 0.87% | - |
| XYZ | 35.34 | 22.17 | 16.33 | - |
| YUV | 125.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 107 | 0 | 0.64 | 0.52 | 0.13 | 348.51 | 0.67 | 0.59 |
| Hex | DD | 50 | 6B | 0 | 40 | 34 | D | 15D | 43 | 3B |
| Octal | 335 | 120 | 153 | 0 | 100 | 64 | 15 | 535 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1101011 | 0 | 1000000 | 110100 | 1101 | 101011101 | 1000011 | 111011 |
Color Harmonies of #DD506B
Complementary color
Monochromatic Colors of #DD506B
Black with #DD506B
Text Example
Text Example
White with #DD506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD506B; }
p { color: rgb(221,80,107); }
H1.HeaderClassName
{
color: #DD506B;
}
.AnyTagClassName
{
color: #DD506B;
}
</style>
background-color css
<style>
a { background-color: #DD506B; }
a { background-color: rgb(221,80,107); }
div.DivClassName
{
background-color: #DD506B;
}
.BgClassName
{
background-color: #DD506B;
}
</style>
border-color css
<style>
span { border-color: #DD506B; }
span { border-color: rgb(221,80,107); }
td.TdClassName
{
border-color: #DD506B;
}
.TagClassName
{
border-color: #DD506B;
}
</style>