Shades of Cabaret #D55266
Tints of Cabaret #D55266
RGB
CMYK
RGB Variations
Color information
#D55266 (or 0xD55266) is known color: Cabaret. HEX triplet: D5, 52 and 66. RGB value is (213,82,102). Sum of RGB (Red+Green+Blue) = 213+82+102=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D55266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55266 is #2AAD99. Grayscale: #7B7B7B. Windows color (decimal): -2796954 or 6705877. OLE color: 6705877.
HSL color Cylindrical-coordinate representation of color #D55266: hue angle of 350.84º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55266 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 102 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.16 |
| HSL | 350.84º | 0.61% | 0.58% | - |
| HSV(B) | 350.84º | 0.62% | 0.84% | - |
| XYZ | 32.86 | 21.14 | 14.92 | - |
| YUV | 123.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 102 | 0 | 0.62 | 0.52 | 0.16 | 350.84 | 0.61 | 0.58 |
| Hex | D5 | 52 | 66 | 0 | 3E | 34 | 10 | 15F | 3D | 3A |
| Octal | 325 | 122 | 146 | 0 | 76 | 64 | 20 | 537 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1100110 | 0 | 111110 | 110100 | 10000 | 101011111 | 111101 | 111010 |
Color Harmonies of #D55266
Complementary color
Monochromatic Colors of #D55266
Black with #D55266
Text Example
Text Example
White with #D55266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55266; }
p { color: rgb(213,82,102); }
H1.HeaderClassName
{
color: #D55266;
}
.AnyTagClassName
{
color: #D55266;
}
</style>
background-color css
<style>
a { background-color: #D55266; }
a { background-color: rgb(213,82,102); }
div.DivClassName
{
background-color: #D55266;
}
.BgClassName
{
background-color: #D55266;
}
</style>
border-color css
<style>
span { border-color: #D55266; }
span { border-color: rgb(213,82,102); }
td.TdClassName
{
border-color: #D55266;
}
.TagClassName
{
border-color: #D55266;
}
</style>