Shades of Cabaret #D55872
Tints of Cabaret #D55872
RGB
CMYK
RGB Variations
Color information
#D55872 (or 0xD55872) is known color: Cabaret. HEX triplet: D5, 58 and 72. RGB value is (213,88,114). Sum of RGB (Red+Green+Blue) = 213+88+114=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D55872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55872 is #2AA78D. Grayscale: #808080. Windows color (decimal): -2795406 or 7493845. OLE color: 7493845.
HSL color Cylindrical-coordinate representation of color #D55872: hue angle of 347.52º 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 #D55872 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 114 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.16 |
| HSL | 347.52º | 0.6% | 0.59% | - |
| HSV(B) | 347.52º | 0.59% | 0.84% | - |
| XYZ | 33.97 | 22.34 | 18.44 | - |
| YUV | 128.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 114 | 0 | 0.59 | 0.46 | 0.16 | 347.52 | 0.6 | 0.59 |
| Hex | D5 | 58 | 72 | 0 | 3B | 2E | 10 | 15C | 3C | 3B |
| Octal | 325 | 130 | 162 | 0 | 73 | 56 | 20 | 534 | 74 | 73 |
| Binary | 11010101 | 1011000 | 1110010 | 0 | 111011 | 101110 | 10000 | 101011100 | 111100 | 111011 |
Color Harmonies of #D55872
Complementary color
Monochromatic Colors of #D55872
Black with #D55872
Text Example
Text Example
White with #D55872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55872; }
p { color: rgb(213,88,114); }
H1.HeaderClassName
{
color: #D55872;
}
.AnyTagClassName
{
color: #D55872;
}
</style>
background-color css
<style>
a { background-color: #D55872; }
a { background-color: rgb(213,88,114); }
div.DivClassName
{
background-color: #D55872;
}
.BgClassName
{
background-color: #D55872;
}
</style>
border-color css
<style>
span { border-color: #D55872; }
span { border-color: rgb(213,88,114); }
td.TdClassName
{
border-color: #D55872;
}
.TagClassName
{
border-color: #D55872;
}
</style>