Shades of Cabaret #D5546B
Tints of Cabaret #D5546B
RGB
CMYK
RGB Variations
Color information
#D5546B (or 0xD5546B) is known color: Cabaret. HEX triplet: D5, 54 and 6B. RGB value is (213,84,107). Sum of RGB (Red+Green+Blue) = 213+84+107=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5546B is #2AAB94. Grayscale: #7D7D7D. Windows color (decimal): -2796437 or 7034069. OLE color: 7034069.
HSL color Cylindrical-coordinate representation of color #D5546B: hue angle of 349.3º 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 #D5546B is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 107 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.16 |
| HSL | 349.3º | 0.61% | 0.58% | - |
| HSV(B) | 349.3º | 0.61% | 0.84% | - |
| XYZ | 33.26 | 21.55 | 16.32 | - |
| YUV | 125.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 107 | 0 | 0.61 | 0.50 | 0.16 | 349.3 | 0.61 | 0.58 |
| Hex | D5 | 54 | 6B | 0 | 3D | 32 | 10 | 15D | 3D | 3A |
| Octal | 325 | 124 | 153 | 0 | 75 | 62 | 20 | 535 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1101011 | 0 | 111101 | 110010 | 10000 | 101011101 | 111101 | 111010 |
Color Harmonies of #D5546B
Complementary color
Monochromatic Colors of #D5546B
Black with #D5546B
Text Example
Text Example
White with #D5546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5546B; }
p { color: rgb(213,84,107); }
H1.HeaderClassName
{
color: #D5546B;
}
.AnyTagClassName
{
color: #D5546B;
}
</style>
background-color css
<style>
a { background-color: #D5546B; }
a { background-color: rgb(213,84,107); }
div.DivClassName
{
background-color: #D5546B;
}
.BgClassName
{
background-color: #D5546B;
}
</style>
border-color css
<style>
span { border-color: #D5546B; }
span { border-color: rgb(213,84,107); }
td.TdClassName
{
border-color: #D5546B;
}
.TagClassName
{
border-color: #D5546B;
}
</style>