Shades of Cabaret #D55466
Tints of Cabaret #D55466
RGB
CMYK
RGB Variations
Color information
#D55466 (or 0xD55466) is known color: Cabaret. HEX triplet: D5, 54 and 66. RGB value is (213,84,102). Sum of RGB (Red+Green+Blue) = 213+84+102=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D55466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55466 is #2AAB99. Grayscale: #7C7C7C. Windows color (decimal): -2796442 or 6706389. OLE color: 6706389.
HSL color Cylindrical-coordinate representation of color #D55466: hue angle of 351.63º 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 #D55466 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 102 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.16 |
| HSL | 351.63º | 0.61% | 0.58% | - |
| HSV(B) | 351.63º | 0.61% | 0.84% | - |
| XYZ | 33.01 | 21.45 | 14.97 | - |
| YUV | 124.62 | 115.24 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 102 | 0 | 0.61 | 0.52 | 0.16 | 351.63 | 0.61 | 0.58 |
| Hex | D5 | 54 | 66 | 0 | 3D | 34 | 10 | 160 | 3D | 3A |
| Octal | 325 | 124 | 146 | 0 | 75 | 64 | 20 | 540 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1100110 | 0 | 111101 | 110100 | 10000 | 101100000 | 111101 | 111010 |
Color Harmonies of #D55466
Complementary color
Monochromatic Colors of #D55466
Black with #D55466
Text Example
Text Example
White with #D55466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55466; }
p { color: rgb(213,84,102); }
H1.HeaderClassName
{
color: #D55466;
}
.AnyTagClassName
{
color: #D55466;
}
</style>
background-color css
<style>
a { background-color: #D55466; }
a { background-color: rgb(213,84,102); }
div.DivClassName
{
background-color: #D55466;
}
.BgClassName
{
background-color: #D55466;
}
</style>
border-color css
<style>
span { border-color: #D55466; }
span { border-color: rgb(213,84,102); }
td.TdClassName
{
border-color: #D55466;
}
.TagClassName
{
border-color: #D55466;
}
</style>