Shades of Cabaret #D5536C
Tints of Cabaret #D5536C
RGB
CMYK
RGB Variations
Color information
#D5536C (or 0xD5536C) is known color: Cabaret. HEX triplet: D5, 53 and 6C. RGB value is (213,83,108). Sum of RGB (Red+Green+Blue) = 213+83+108=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5536C is #2AAC93. Grayscale: #7C7C7C. Windows color (decimal): -2796692 or 7099349. OLE color: 7099349.
HSL color Cylindrical-coordinate representation of color #D5536C: hue angle of 348.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5536C is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 108 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.16 |
| HSL | 348.46º | 0.61% | 0.58% | - |
| HSV(B) | 348.46º | 0.61% | 0.84% | - |
| XYZ | 33.24 | 21.42 | 16.57 | - |
| YUV | 124.72 | 118.57 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 108 | 0 | 0.61 | 0.49 | 0.16 | 348.46 | 0.61 | 0.58 |
| Hex | D5 | 53 | 6C | 0 | 3D | 31 | 10 | 15C | 3D | 3A |
| Octal | 325 | 123 | 154 | 0 | 75 | 61 | 20 | 534 | 75 | 72 |
| Binary | 11010101 | 1010011 | 1101100 | 0 | 111101 | 110001 | 10000 | 101011100 | 111101 | 111010 |
Color Harmonies of #D5536C
Complementary color
Monochromatic Colors of #D5536C
Black with #D5536C
Text Example
Text Example
White with #D5536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5536C; }
p { color: rgb(213,83,108); }
H1.HeaderClassName
{
color: #D5536C;
}
.AnyTagClassName
{
color: #D5536C;
}
</style>
background-color css
<style>
a { background-color: #D5536C; }
a { background-color: rgb(213,83,108); }
div.DivClassName
{
background-color: #D5536C;
}
.BgClassName
{
background-color: #D5536C;
}
</style>
border-color css
<style>
span { border-color: #D5536C; }
span { border-color: rgb(213,83,108); }
td.TdClassName
{
border-color: #D5536C;
}
.TagClassName
{
border-color: #D5536C;
}
</style>