Shades of Cabaret #D55769
Tints of Cabaret #D55769
RGB
CMYK
RGB Variations
Color information
#D55769 (or 0xD55769) is known color: Cabaret. HEX triplet: D5, 57 and 69. RGB value is (213,87,105). Sum of RGB (Red+Green+Blue) = 213+87+105=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D55769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55769 is #2AA896. Grayscale: #7E7E7E. Windows color (decimal): -2795671 or 6903765. OLE color: 6903765.
HSL color Cylindrical-coordinate representation of color #D55769: hue angle of 351.43º 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 #D55769 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 105 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.16 |
| HSL | 351.43º | 0.6% | 0.59% | - |
| HSV(B) | 351.43º | 0.59% | 0.84% | - |
| XYZ | 33.4 | 21.98 | 15.85 | - |
| YUV | 126.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 105 | 0 | 0.59 | 0.51 | 0.16 | 351.43 | 0.6 | 0.59 |
| Hex | D5 | 57 | 69 | 0 | 3B | 33 | 10 | 15F | 3C | 3B |
| Octal | 325 | 127 | 151 | 0 | 73 | 63 | 20 | 537 | 74 | 73 |
| Binary | 11010101 | 1010111 | 1101001 | 0 | 111011 | 110011 | 10000 | 101011111 | 111100 | 111011 |
Color Harmonies of #D55769
Complementary color
Monochromatic Colors of #D55769
Black with #D55769
Text Example
Text Example
White with #D55769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55769; }
p { color: rgb(213,87,105); }
H1.HeaderClassName
{
color: #D55769;
}
.AnyTagClassName
{
color: #D55769;
}
</style>
background-color css
<style>
a { background-color: #D55769; }
a { background-color: rgb(213,87,105); }
div.DivClassName
{
background-color: #D55769;
}
.BgClassName
{
background-color: #D55769;
}
</style>
border-color css
<style>
span { border-color: #D55769; }
span { border-color: rgb(213,87,105); }
td.TdClassName
{
border-color: #D55769;
}
.TagClassName
{
border-color: #D55769;
}
</style>