Shades of Cabaret #D55665
Tints of Cabaret #D55665
RGB
CMYK
RGB Variations
Color information
#D55665 (or 0xD55665) is known color: Cabaret. HEX triplet: D5, 56 and 65. RGB value is (213,86,101). Sum of RGB (Red+Green+Blue) = 213+86+101=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D55665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55665 is #2AA99A. Grayscale: #7D7D7D. Windows color (decimal): -2795931 or 6641365. OLE color: 6641365.
HSL color Cylindrical-coordinate representation of color #D55665: hue angle of 352.91º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55665 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 101 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.16 |
| HSL | 352.91º | 0.6% | 0.59% | - |
| HSV(B) | 352.91º | 0.6% | 0.84% | - |
| XYZ | 33.12 | 21.74 | 14.76 | - |
| YUV | 125.68 | 114.08 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 101 | 0 | 0.60 | 0.53 | 0.16 | 352.91 | 0.6 | 0.59 |
| Hex | D5 | 56 | 65 | 0 | 3C | 35 | 10 | 161 | 3C | 3B |
| Octal | 325 | 126 | 145 | 0 | 74 | 65 | 20 | 541 | 74 | 73 |
| Binary | 11010101 | 1010110 | 1100101 | 0 | 111100 | 110101 | 10000 | 101100001 | 111100 | 111011 |
Color Harmonies of #D55665
Complementary color
Monochromatic Colors of #D55665
Black with #D55665
Text Example
Text Example
White with #D55665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55665; }
p { color: rgb(213,86,101); }
H1.HeaderClassName
{
color: #D55665;
}
.AnyTagClassName
{
color: #D55665;
}
</style>
background-color css
<style>
a { background-color: #D55665; }
a { background-color: rgb(213,86,101); }
div.DivClassName
{
background-color: #D55665;
}
.BgClassName
{
background-color: #D55665;
}
</style>
border-color css
<style>
span { border-color: #D55665; }
span { border-color: rgb(213,86,101); }
td.TdClassName
{
border-color: #D55665;
}
.TagClassName
{
border-color: #D55665;
}
</style>