Shades of Cabaret #D55974
Tints of Cabaret #D55974
RGB
CMYK
RGB Variations
Color information
#D55974 (or 0xD55974) is known color: Cabaret. HEX triplet: D5, 59 and 74. RGB value is (213,89,116). Sum of RGB (Red+Green+Blue) = 213+89+116=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D55974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55974 is #2AA68B. Grayscale: #818181. Windows color (decimal): -2795148 or 7625173. OLE color: 7625173.
HSL color Cylindrical-coordinate representation of color #D55974: hue angle of 346.94º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55974 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 116 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.16 |
| HSL | 346.94º | 0.6% | 0.59% | - |
| HSV(B) | 346.94º | 0.58% | 0.84% | - |
| XYZ | 34.17 | 22.55 | 19.08 | - |
| YUV | 129.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 116 | 0 | 0.58 | 0.46 | 0.16 | 346.94 | 0.6 | 0.59 |
| Hex | D5 | 59 | 74 | 0 | 3A | 2E | 10 | 15B | 3C | 3B |
| Octal | 325 | 131 | 164 | 0 | 72 | 56 | 20 | 533 | 74 | 73 |
| Binary | 11010101 | 1011001 | 1110100 | 0 | 111010 | 101110 | 10000 | 101011011 | 111100 | 111011 |
Color Harmonies of #D55974
Complementary color
Monochromatic Colors of #D55974
Black with #D55974
Text Example
Text Example
White with #D55974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55974; }
p { color: rgb(213,89,116); }
H1.HeaderClassName
{
color: #D55974;
}
.AnyTagClassName
{
color: #D55974;
}
</style>
background-color css
<style>
a { background-color: #D55974; }
a { background-color: rgb(213,89,116); }
div.DivClassName
{
background-color: #D55974;
}
.BgClassName
{
background-color: #D55974;
}
</style>
border-color css
<style>
span { border-color: #D55974; }
span { border-color: rgb(213,89,116); }
td.TdClassName
{
border-color: #D55974;
}
.TagClassName
{
border-color: #D55974;
}
</style>