Shades of Cabaret #D56271
Tints of Cabaret #D56271
RGB
CMYK
RGB Variations
Color information
#D56271 (or 0xD56271) is known color: Cabaret. HEX triplet: D5, 62 and 71. RGB value is (213,98,113). Sum of RGB (Red+Green+Blue) = 213+98+113=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D56271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56271 is #2A9D8E. Grayscale: #868686. Windows color (decimal): -2792847 or 7430869. OLE color: 7430869.
HSL color Cylindrical-coordinate representation of color #D56271: hue angle of 352.17º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56271 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 113 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.16 |
| HSL | 352.17º | 0.58% | 0.61% | - |
| HSV(B) | 352.17º | 0.54% | 0.84% | - |
| XYZ | 34.79 | 24.07 | 18.44 | - |
| YUV | 134.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 113 | 0 | 0.54 | 0.47 | 0.16 | 352.17 | 0.58 | 0.61 |
| Hex | D5 | 62 | 71 | 0 | 36 | 2F | 10 | 160 | 3A | 3D |
| Octal | 325 | 142 | 161 | 0 | 66 | 57 | 20 | 540 | 72 | 75 |
| Binary | 11010101 | 1100010 | 1110001 | 0 | 110110 | 101111 | 10000 | 101100000 | 111010 | 111101 |
Color Harmonies of #D56271
Complementary color
Monochromatic Colors of #D56271
Black with #D56271
Text Example
Text Example
White with #D56271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56271; }
p { color: rgb(213,98,113); }
H1.HeaderClassName
{
color: #D56271;
}
.AnyTagClassName
{
color: #D56271;
}
</style>
background-color css
<style>
a { background-color: #D56271; }
a { background-color: rgb(213,98,113); }
div.DivClassName
{
background-color: #D56271;
}
.BgClassName
{
background-color: #D56271;
}
</style>
border-color css
<style>
span { border-color: #D56271; }
span { border-color: rgb(213,98,113); }
td.TdClassName
{
border-color: #D56271;
}
.TagClassName
{
border-color: #D56271;
}
</style>