Shades of Cabaret #D55366
Tints of Cabaret #D55366
RGB
CMYK
RGB Variations
Color information
#D55366 (or 0xD55366) is known color: Cabaret. HEX triplet: D5, 53 and 66. RGB value is (213,83,102). Sum of RGB (Red+Green+Blue) = 213+83+102=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D55366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55366 is #2AAC99. Grayscale: #7C7C7C. Windows color (decimal): -2796698 or 6706133. OLE color: 6706133.
HSL color Cylindrical-coordinate representation of color #D55366: hue angle of 351.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55366 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 102 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.16 |
| HSL | 351.23º | 0.61% | 0.58% | - |
| HSV(B) | 351.23º | 0.61% | 0.84% | - |
| XYZ | 32.93 | 21.29 | 14.94 | - |
| YUV | 124.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 102 | 0 | 0.61 | 0.52 | 0.16 | 351.23 | 0.61 | 0.58 |
| Hex | D5 | 53 | 66 | 0 | 3D | 34 | 10 | 15F | 3D | 3A |
| Octal | 325 | 123 | 146 | 0 | 75 | 64 | 20 | 537 | 75 | 72 |
| Binary | 11010101 | 1010011 | 1100110 | 0 | 111101 | 110100 | 10000 | 101011111 | 111101 | 111010 |
Color Harmonies of #D55366
Complementary color
Monochromatic Colors of #D55366
Black with #D55366
Text Example
Text Example
White with #D55366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55366; }
p { color: rgb(213,83,102); }
H1.HeaderClassName
{
color: #D55366;
}
.AnyTagClassName
{
color: #D55366;
}
</style>
background-color css
<style>
a { background-color: #D55366; }
a { background-color: rgb(213,83,102); }
div.DivClassName
{
background-color: #D55366;
}
.BgClassName
{
background-color: #D55366;
}
</style>
border-color css
<style>
span { border-color: #D55366; }
span { border-color: rgb(213,83,102); }
td.TdClassName
{
border-color: #D55366;
}
.TagClassName
{
border-color: #D55366;
}
</style>