Shades of Cabaret #D55970
Tints of Cabaret #D55970
RGB
CMYK
RGB Variations
Color information
#D55970 (or 0xD55970) is known color: Cabaret. HEX triplet: D5, 59 and 70. RGB value is (213,89,112). Sum of RGB (Red+Green+Blue) = 213+89+112=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D55970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55970 is #2AA68F. Grayscale: #808080. Windows color (decimal): -2795152 or 7363029. OLE color: 7363029.
HSL color Cylindrical-coordinate representation of color #D55970: hue angle of 348.87º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55970 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 112 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.16 |
| HSL | 348.87º | 0.6% | 0.59% | - |
| HSV(B) | 348.87º | 0.58% | 0.84% | - |
| XYZ | 33.94 | 22.46 | 17.88 | - |
| YUV | 128.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 112 | 0 | 0.58 | 0.47 | 0.16 | 348.87 | 0.6 | 0.59 |
| Hex | D5 | 59 | 70 | 0 | 3A | 2F | 10 | 15D | 3C | 3B |
| Octal | 325 | 131 | 160 | 0 | 72 | 57 | 20 | 535 | 74 | 73 |
| Binary | 11010101 | 1011001 | 1110000 | 0 | 111010 | 101111 | 10000 | 101011101 | 111100 | 111011 |
Color Harmonies of #D55970
Complementary color
Monochromatic Colors of #D55970
Black with #D55970
Text Example
Text Example
White with #D55970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55970; }
p { color: rgb(213,89,112); }
H1.HeaderClassName
{
color: #D55970;
}
.AnyTagClassName
{
color: #D55970;
}
</style>
background-color css
<style>
a { background-color: #D55970; }
a { background-color: rgb(213,89,112); }
div.DivClassName
{
background-color: #D55970;
}
.BgClassName
{
background-color: #D55970;
}
</style>
border-color css
<style>
span { border-color: #D55970; }
span { border-color: rgb(213,89,112); }
td.TdClassName
{
border-color: #D55970;
}
.TagClassName
{
border-color: #D55970;
}
</style>