Shades of Cabaret #D55871
Tints of Cabaret #D55871
RGB
CMYK
RGB Variations
Color information
#D55871 (or 0xD55871) is known color: Cabaret. HEX triplet: D5, 58 and 71. RGB value is (213,88,113). Sum of RGB (Red+Green+Blue) = 213+88+113=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D55871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55871 is #2AA78E. Grayscale: #808080. Windows color (decimal): -2795407 or 7428309. OLE color: 7428309.
HSL color Cylindrical-coordinate representation of color #D55871: hue angle of 348º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55871 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 113 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.16 |
| HSL | 348º | 0.6% | 0.59% | - |
| HSV(B) | 348º | 0.59% | 0.84% | - |
| XYZ | 33.91 | 22.32 | 18.14 | - |
| YUV | 128.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 113 | 0 | 0.59 | 0.47 | 0.16 | 348 | 0.6 | 0.59 |
| Hex | D5 | 58 | 71 | 0 | 3B | 2F | 10 | 15C | 3C | 3B |
| Octal | 325 | 130 | 161 | 0 | 73 | 57 | 20 | 534 | 74 | 73 |
| Binary | 11010101 | 1011000 | 1110001 | 0 | 111011 | 101111 | 10000 | 101011100 | 111100 | 111011 |
Color Harmonies of #D55871
Complementary color
Monochromatic Colors of #D55871
Black with #D55871
Text Example
Text Example
White with #D55871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55871; }
p { color: rgb(213,88,113); }
H1.HeaderClassName
{
color: #D55871;
}
.AnyTagClassName
{
color: #D55871;
}
</style>
background-color css
<style>
a { background-color: #D55871; }
a { background-color: rgb(213,88,113); }
div.DivClassName
{
background-color: #D55871;
}
.BgClassName
{
background-color: #D55871;
}
</style>
border-color css
<style>
span { border-color: #D55871; }
span { border-color: rgb(213,88,113); }
td.TdClassName
{
border-color: #D55871;
}
.TagClassName
{
border-color: #D55871;
}
</style>