Shades of Cabaret #D55271
Tints of Cabaret #D55271
RGB
CMYK
RGB Variations
Color information
#D55271 (or 0xD55271) is known color: Cabaret. HEX triplet: D5, 52 and 71. RGB value is (213,82,113). Sum of RGB (Red+Green+Blue) = 213+82+113=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D55271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55271 is #2AAD8E. Grayscale: #7C7C7C. Windows color (decimal): -2796943 or 7426773. OLE color: 7426773.
HSL color Cylindrical-coordinate representation of color #D55271: hue angle of 345.8º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55271 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 113 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.16 |
| HSL | 345.8º | 0.61% | 0.58% | - |
| HSV(B) | 345.8º | 0.62% | 0.84% | - |
| XYZ | 33.44 | 21.37 | 17.99 | - |
| YUV | 124.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 113 | 0 | 0.62 | 0.47 | 0.16 | 345.8 | 0.61 | 0.58 |
| Hex | D5 | 52 | 71 | 0 | 3E | 2F | 10 | 15A | 3D | 3A |
| Octal | 325 | 122 | 161 | 0 | 76 | 57 | 20 | 532 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1110001 | 0 | 111110 | 101111 | 10000 | 101011010 | 111101 | 111010 |
Color Harmonies of #D55271
Complementary color
Monochromatic Colors of #D55271
Black with #D55271
Text Example
Text Example
White with #D55271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55271; }
p { color: rgb(213,82,113); }
H1.HeaderClassName
{
color: #D55271;
}
.AnyTagClassName
{
color: #D55271;
}
</style>
background-color css
<style>
a { background-color: #D55271; }
a { background-color: rgb(213,82,113); }
div.DivClassName
{
background-color: #D55271;
}
.BgClassName
{
background-color: #D55271;
}
</style>
border-color css
<style>
span { border-color: #D55271; }
span { border-color: rgb(213,82,113); }
td.TdClassName
{
border-color: #D55271;
}
.TagClassName
{
border-color: #D55271;
}
</style>