Shades of Cabaret #D55673
Tints of Cabaret #D55673
RGB
CMYK
RGB Variations
Color information
#D55673 (or 0xD55673) is known color: Cabaret. HEX triplet: D5, 56 and 73. RGB value is (213,86,115). Sum of RGB (Red+Green+Blue) = 213+86+115=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D55673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55673 is #2AA98C. Grayscale: #7F7F7F. Windows color (decimal): -2795917 or 7558869. OLE color: 7558869.
HSL color Cylindrical-coordinate representation of color #D55673: hue angle of 346.3º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55673 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 115 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.16 |
| HSL | 346.3º | 0.6% | 0.59% | - |
| HSV(B) | 346.3º | 0.6% | 0.84% | - |
| XYZ | 33.86 | 22.04 | 18.69 | - |
| YUV | 127.28 | 121.08 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 115 | 0 | 0.60 | 0.46 | 0.16 | 346.3 | 0.6 | 0.59 |
| Hex | D5 | 56 | 73 | 0 | 3C | 2E | 10 | 15A | 3C | 3B |
| Octal | 325 | 126 | 163 | 0 | 74 | 56 | 20 | 532 | 74 | 73 |
| Binary | 11010101 | 1010110 | 1110011 | 0 | 111100 | 101110 | 10000 | 101011010 | 111100 | 111011 |
Color Harmonies of #D55673
Complementary color
Monochromatic Colors of #D55673
Black with #D55673
Text Example
Text Example
White with #D55673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55673; }
p { color: rgb(213,86,115); }
H1.HeaderClassName
{
color: #D55673;
}
.AnyTagClassName
{
color: #D55673;
}
</style>
background-color css
<style>
a { background-color: #D55673; }
a { background-color: rgb(213,86,115); }
div.DivClassName
{
background-color: #D55673;
}
.BgClassName
{
background-color: #D55673;
}
</style>
border-color css
<style>
span { border-color: #D55673; }
span { border-color: rgb(213,86,115); }
td.TdClassName
{
border-color: #D55673;
}
.TagClassName
{
border-color: #D55673;
}
</style>