Shades of Cabaret #D55D68
Tints of Cabaret #D55D68
RGB
CMYK
RGB Variations
Color information
#D55D68 (or 0xD55D68) is known color: Cabaret. HEX triplet: D5, 5D and 68. RGB value is (213,93,104). Sum of RGB (Red+Green+Blue) = 213+93+104=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D68 is #2AA297. Grayscale: #828282. Windows color (decimal): -2794136 or 6839765. OLE color: 6839765.
HSL color Cylindrical-coordinate representation of color #D55D68: hue angle of 354.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55D68 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 104 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.16 |
| HSL | 354.5º | 0.59% | 0.6% | - |
| HSV(B) | 354.5º | 0.56% | 0.84% | - |
| XYZ | 33.85 | 22.97 | 15.75 | - |
| YUV | 130.13 | 113.26 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 104 | 0 | 0.56 | 0.51 | 0.16 | 354.5 | 0.59 | 0.6 |
| Hex | D5 | 5D | 68 | 0 | 38 | 33 | 10 | 162 | 3B | 3C |
| Octal | 325 | 135 | 150 | 0 | 70 | 63 | 20 | 542 | 73 | 74 |
| Binary | 11010101 | 1011101 | 1101000 | 0 | 111000 | 110011 | 10000 | 101100010 | 111011 | 111100 |
Color Harmonies of #D55D68
Complementary color
Monochromatic Colors of #D55D68
Black with #D55D68
Text Example
Text Example
White with #D55D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D68; }
p { color: rgb(213,93,104); }
H1.HeaderClassName
{
color: #D55D68;
}
.AnyTagClassName
{
color: #D55D68;
}
</style>
background-color css
<style>
a { background-color: #D55D68; }
a { background-color: rgb(213,93,104); }
div.DivClassName
{
background-color: #D55D68;
}
.BgClassName
{
background-color: #D55D68;
}
</style>
border-color css
<style>
span { border-color: #D55D68; }
span { border-color: rgb(213,93,104); }
td.TdClassName
{
border-color: #D55D68;
}
.TagClassName
{
border-color: #D55D68;
}
</style>