Shades of Cabaret #D55B68
Tints of Cabaret #D55B68
RGB
CMYK
RGB Variations
Color information
#D55B68 (or 0xD55B68) is known color: Cabaret. HEX triplet: D5, 5B and 68. RGB value is (213,91,104). Sum of RGB (Red+Green+Blue) = 213+91+104=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B68 is #2AA497. Grayscale: #818181. Windows color (decimal): -2794648 or 6839253. OLE color: 6839253.
HSL color Cylindrical-coordinate representation of color #D55B68: hue angle of 353.61º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55B68 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 104 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.16 |
| HSL | 353.61º | 0.59% | 0.6% | - |
| HSV(B) | 353.61º | 0.57% | 0.84% | - |
| XYZ | 33.68 | 22.63 | 15.69 | - |
| YUV | 128.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 104 | 0 | 0.57 | 0.51 | 0.16 | 353.61 | 0.59 | 0.6 |
| Hex | D5 | 5B | 68 | 0 | 39 | 33 | 10 | 162 | 3B | 3C |
| Octal | 325 | 133 | 150 | 0 | 71 | 63 | 20 | 542 | 73 | 74 |
| Binary | 11010101 | 1011011 | 1101000 | 0 | 111001 | 110011 | 10000 | 101100010 | 111011 | 111100 |
Color Harmonies of #D55B68
Complementary color
Monochromatic Colors of #D55B68
Black with #D55B68
Text Example
Text Example
White with #D55B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55B68; }
p { color: rgb(213,91,104); }
H1.HeaderClassName
{
color: #D55B68;
}
.AnyTagClassName
{
color: #D55B68;
}
</style>
background-color css
<style>
a { background-color: #D55B68; }
a { background-color: rgb(213,91,104); }
div.DivClassName
{
background-color: #D55B68;
}
.BgClassName
{
background-color: #D55B68;
}
</style>
border-color css
<style>
span { border-color: #D55B68; }
span { border-color: rgb(213,91,104); }
td.TdClassName
{
border-color: #D55B68;
}
.TagClassName
{
border-color: #D55B68;
}
</style>