Shades of Cabaret #DD576B
Tints of Cabaret #DD576B
RGB
CMYK
RGB Variations
Color information
#DD576B (or 0xDD576B) is known color: Cabaret. HEX triplet: DD, 57 and 6B. RGB value is (221,87,107). Sum of RGB (Red+Green+Blue) = 221+87+107=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD576B is #22A894. Grayscale: #818181. Windows color (decimal): -2271381 or 7034845. OLE color: 7034845.
HSL color Cylindrical-coordinate representation of color #DD576B: hue angle of 351.04º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD576B is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 107 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.13 |
| HSL | 351.04º | 0.66% | 0.6% | - |
| HSV(B) | 351.04º | 0.61% | 0.87% | - |
| XYZ | 35.88 | 23.25 | 16.51 | - |
| YUV | 129.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 107 | 0 | 0.61 | 0.52 | 0.13 | 351.04 | 0.66 | 0.6 |
| Hex | DD | 57 | 6B | 0 | 3D | 34 | D | 15F | 42 | 3C |
| Octal | 335 | 127 | 153 | 0 | 75 | 64 | 15 | 537 | 102 | 74 |
| Binary | 11011101 | 1010111 | 1101011 | 0 | 111101 | 110100 | 1101 | 101011111 | 1000010 | 111100 |
Color Harmonies of #DD576B
Complementary color
Monochromatic Colors of #DD576B
Black with #DD576B
Text Example
Text Example
White with #DD576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD576B; }
p { color: rgb(221,87,107); }
H1.HeaderClassName
{
color: #DD576B;
}
.AnyTagClassName
{
color: #DD576B;
}
</style>
background-color css
<style>
a { background-color: #DD576B; }
a { background-color: rgb(221,87,107); }
div.DivClassName
{
background-color: #DD576B;
}
.BgClassName
{
background-color: #DD576B;
}
</style>
border-color css
<style>
span { border-color: #DD576B; }
span { border-color: rgb(221,87,107); }
td.TdClassName
{
border-color: #DD576B;
}
.TagClassName
{
border-color: #DD576B;
}
</style>