Shades of Cabaret #D55873
Tints of Cabaret #D55873
RGB
CMYK
RGB Variations
Color information
#D55873 (or 0xD55873) is known color: Cabaret. HEX triplet: D5, 58 and 73. RGB value is (213,88,115). Sum of RGB (Red+Green+Blue) = 213+88+115=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D55873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55873 is #2AA78C. Grayscale: #808080. Windows color (decimal): -2795405 or 7559381. OLE color: 7559381.
HSL color Cylindrical-coordinate representation of color #D55873: hue angle of 347.04º 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 #D55873 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 115 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.16 |
| HSL | 347.04º | 0.6% | 0.59% | - |
| HSV(B) | 347.04º | 0.59% | 0.84% | - |
| XYZ | 34.02 | 22.36 | 18.74 | - |
| YUV | 128.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 115 | 0 | 0.59 | 0.46 | 0.16 | 347.04 | 0.6 | 0.59 |
| Hex | D5 | 58 | 73 | 0 | 3B | 2E | 10 | 15B | 3C | 3B |
| Octal | 325 | 130 | 163 | 0 | 73 | 56 | 20 | 533 | 74 | 73 |
| Binary | 11010101 | 1011000 | 1110011 | 0 | 111011 | 101110 | 10000 | 101011011 | 111100 | 111011 |
Color Harmonies of #D55873
Complementary color
Monochromatic Colors of #D55873
Black with #D55873
Text Example
Text Example
White with #D55873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55873; }
p { color: rgb(213,88,115); }
H1.HeaderClassName
{
color: #D55873;
}
.AnyTagClassName
{
color: #D55873;
}
</style>
background-color css
<style>
a { background-color: #D55873; }
a { background-color: rgb(213,88,115); }
div.DivClassName
{
background-color: #D55873;
}
.BgClassName
{
background-color: #D55873;
}
</style>
border-color css
<style>
span { border-color: #D55873; }
span { border-color: rgb(213,88,115); }
td.TdClassName
{
border-color: #D55873;
}
.TagClassName
{
border-color: #D55873;
}
</style>