Shades of Cabaret #DD5065
Tints of Cabaret #DD5065
RGB
CMYK
RGB Variations
Color information
#DD5065 (or 0xDD5065) is known color: Cabaret. HEX triplet: DD, 50 and 65. RGB value is (221,80,101). Sum of RGB (Red+Green+Blue) = 221+80+101=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5065 is #22AF9A. Grayscale: #7C7C7C. Windows color (decimal): -2273179 or 6639837. OLE color: 6639837.
HSL color Cylindrical-coordinate representation of color #DD5065: hue angle of 351.06º 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 #DD5065 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 101 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.13 |
| HSL | 351.06º | 0.67% | 0.59% | - |
| HSV(B) | 351.06º | 0.64% | 0.87% | - |
| XYZ | 35.04 | 22.05 | 14.72 | - |
| YUV | 124.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 101 | 0 | 0.64 | 0.54 | 0.13 | 351.06 | 0.67 | 0.59 |
| Hex | DD | 50 | 65 | 0 | 40 | 36 | D | 15F | 43 | 3B |
| Octal | 335 | 120 | 145 | 0 | 100 | 66 | 15 | 537 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1100101 | 0 | 1000000 | 110110 | 1101 | 101011111 | 1000011 | 111011 |
Color Harmonies of #DD5065
Complementary color
Monochromatic Colors of #DD5065
Black with #DD5065
Text Example
Text Example
White with #DD5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5065; }
p { color: rgb(221,80,101); }
H1.HeaderClassName
{
color: #DD5065;
}
.AnyTagClassName
{
color: #DD5065;
}
</style>
background-color css
<style>
a { background-color: #DD5065; }
a { background-color: rgb(221,80,101); }
div.DivClassName
{
background-color: #DD5065;
}
.BgClassName
{
background-color: #DD5065;
}
</style>
border-color css
<style>
span { border-color: #DD5065; }
span { border-color: rgb(221,80,101); }
td.TdClassName
{
border-color: #DD5065;
}
.TagClassName
{
border-color: #DD5065;
}
</style>