Shades of Cabaret #DD506A
Tints of Cabaret #DD506A
RGB
CMYK
RGB Variations
Color information
#DD506A (or 0xDD506A) is known color: Cabaret. HEX triplet: DD, 50 and 6A. RGB value is (221,80,106). Sum of RGB (Red+Green+Blue) = 221+80+106=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD506A is #22AF95. Grayscale: #7D7D7D. Windows color (decimal): -2273174 or 6967517. OLE color: 6967517.
HSL color Cylindrical-coordinate representation of color #DD506A: hue angle of 348.94º 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 #DD506A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 106 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.13 |
| HSL | 348.94º | 0.67% | 0.59% | - |
| HSV(B) | 348.94º | 0.64% | 0.87% | - |
| XYZ | 35.29 | 22.15 | 16.05 | - |
| YUV | 125.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 106 | 0 | 0.64 | 0.52 | 0.13 | 348.94 | 0.67 | 0.59 |
| Hex | DD | 50 | 6A | 0 | 40 | 34 | D | 15D | 43 | 3B |
| Octal | 335 | 120 | 152 | 0 | 100 | 64 | 15 | 535 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1101010 | 0 | 1000000 | 110100 | 1101 | 101011101 | 1000011 | 111011 |
Color Harmonies of #DD506A
Complementary color
Monochromatic Colors of #DD506A
Black with #DD506A
Text Example
Text Example
White with #DD506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD506A; }
p { color: rgb(221,80,106); }
H1.HeaderClassName
{
color: #DD506A;
}
.AnyTagClassName
{
color: #DD506A;
}
</style>
background-color css
<style>
a { background-color: #DD506A; }
a { background-color: rgb(221,80,106); }
div.DivClassName
{
background-color: #DD506A;
}
.BgClassName
{
background-color: #DD506A;
}
</style>
border-color css
<style>
span { border-color: #DD506A; }
span { border-color: rgb(221,80,106); }
td.TdClassName
{
border-color: #DD506A;
}
.TagClassName
{
border-color: #DD506A;
}
</style>