Shades of Cabaret #DD5067
Tints of Cabaret #DD5067
RGB
CMYK
RGB Variations
Color information
#DD5067 (or 0xDD5067) is known color: Cabaret. HEX triplet: DD, 50 and 67. RGB value is (221,80,103). Sum of RGB (Red+Green+Blue) = 221+80+103=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5067 is #22AF98. Grayscale: #7C7C7C. Windows color (decimal): -2273177 or 6770909. OLE color: 6770909.
HSL color Cylindrical-coordinate representation of color #DD5067: hue angle of 350.21º 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 #DD5067 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 103 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.13 |
| HSL | 350.21º | 0.67% | 0.59% | - |
| HSV(B) | 350.21º | 0.64% | 0.87% | - |
| XYZ | 35.14 | 22.09 | 15.24 | - |
| YUV | 124.78 | 115.71 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 103 | 0 | 0.64 | 0.53 | 0.13 | 350.21 | 0.67 | 0.59 |
| Hex | DD | 50 | 67 | 0 | 40 | 35 | D | 15E | 43 | 3B |
| Octal | 335 | 120 | 147 | 0 | 100 | 65 | 15 | 536 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1100111 | 0 | 1000000 | 110101 | 1101 | 101011110 | 1000011 | 111011 |
Color Harmonies of #DD5067
Complementary color
Monochromatic Colors of #DD5067
Black with #DD5067
Text Example
Text Example
White with #DD5067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5067; }
p { color: rgb(221,80,103); }
H1.HeaderClassName
{
color: #DD5067;
}
.AnyTagClassName
{
color: #DD5067;
}
</style>
background-color css
<style>
a { background-color: #DD5067; }
a { background-color: rgb(221,80,103); }
div.DivClassName
{
background-color: #DD5067;
}
.BgClassName
{
background-color: #DD5067;
}
</style>
border-color css
<style>
span { border-color: #DD5067; }
span { border-color: rgb(221,80,103); }
td.TdClassName
{
border-color: #DD5067;
}
.TagClassName
{
border-color: #DD5067;
}
</style>