Shades of Cabaret #D5536D
Tints of Cabaret #D5536D
RGB
CMYK
RGB Variations
Color information
#D5536D (or 0xD5536D) is known color: Cabaret. HEX triplet: D5, 53 and 6D. RGB value is (213,83,109). Sum of RGB (Red+Green+Blue) = 213+83+109=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5536D is #2AAC92. Grayscale: #7C7C7C. Windows color (decimal): -2796691 or 7164885. OLE color: 7164885.
HSL color Cylindrical-coordinate representation of color #D5536D: hue angle of 348º 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 #D5536D is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 109 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.16 |
| HSL | 348º | 0.61% | 0.58% | - |
| HSV(B) | 348º | 0.61% | 0.84% | - |
| XYZ | 33.29 | 21.44 | 16.85 | - |
| YUV | 124.83 | 119.07 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 109 | 0 | 0.61 | 0.49 | 0.16 | 348 | 0.61 | 0.58 |
| Hex | D5 | 53 | 6D | 0 | 3D | 31 | 10 | 15C | 3D | 3A |
| Octal | 325 | 123 | 155 | 0 | 75 | 61 | 20 | 534 | 75 | 72 |
| Binary | 11010101 | 1010011 | 1101101 | 0 | 111101 | 110001 | 10000 | 101011100 | 111101 | 111010 |
Color Harmonies of #D5536D
Complementary color
Monochromatic Colors of #D5536D
Black with #D5536D
Text Example
Text Example
White with #D5536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5536D; }
p { color: rgb(213,83,109); }
H1.HeaderClassName
{
color: #D5536D;
}
.AnyTagClassName
{
color: #D5536D;
}
</style>
background-color css
<style>
a { background-color: #D5536D; }
a { background-color: rgb(213,83,109); }
div.DivClassName
{
background-color: #D5536D;
}
.BgClassName
{
background-color: #D5536D;
}
</style>
border-color css
<style>
span { border-color: #D5536D; }
span { border-color: rgb(213,83,109); }
td.TdClassName
{
border-color: #D5536D;
}
.TagClassName
{
border-color: #D5536D;
}
</style>