Shades of Cabaret #DD5A6D
Tints of Cabaret #DD5A6D
RGB
CMYK
RGB Variations
Color information
#DD5A6D (or 0xDD5A6D) is known color: Cabaret. HEX triplet: DD, 5A and 6D. RGB value is (221,90,109). Sum of RGB (Red+Green+Blue) = 221+90+109=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A6D is #22A592. Grayscale: #838383. Windows color (decimal): -2270611 or 7166685. OLE color: 7166685.
HSL color Cylindrical-coordinate representation of color #DD5A6D: hue angle of 351.3º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5A6D is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 109 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.13 |
| HSL | 351.3º | 0.66% | 0.61% | - |
| HSV(B) | 351.3º | 0.59% | 0.87% | - |
| XYZ | 36.24 | 23.79 | 17.15 | - |
| YUV | 131.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 109 | 0 | 0.59 | 0.51 | 0.13 | 351.3 | 0.66 | 0.61 |
| Hex | DD | 5A | 6D | 0 | 3B | 33 | D | 15F | 42 | 3D |
| Octal | 335 | 132 | 155 | 0 | 73 | 63 | 15 | 537 | 102 | 75 |
| Binary | 11011101 | 1011010 | 1101101 | 0 | 111011 | 110011 | 1101 | 101011111 | 1000010 | 111101 |
Color Harmonies of #DD5A6D
Complementary color
Monochromatic Colors of #DD5A6D
Black with #DD5A6D
Text Example
Text Example
White with #DD5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A6D; }
p { color: rgb(221,90,109); }
H1.HeaderClassName
{
color: #DD5A6D;
}
.AnyTagClassName
{
color: #DD5A6D;
}
</style>
background-color css
<style>
a { background-color: #DD5A6D; }
a { background-color: rgb(221,90,109); }
div.DivClassName
{
background-color: #DD5A6D;
}
.BgClassName
{
background-color: #DD5A6D;
}
</style>
border-color css
<style>
span { border-color: #DD5A6D; }
span { border-color: rgb(221,90,109); }
td.TdClassName
{
border-color: #DD5A6D;
}
.TagClassName
{
border-color: #DD5A6D;
}
</style>