Shades of Cabaret #D55268
Tints of Cabaret #D55268
RGB
CMYK
RGB Variations
Color information
#D55268 (or 0xD55268) is known color: Cabaret. HEX triplet: D5, 52 and 68. RGB value is (213,82,104). Sum of RGB (Red+Green+Blue) = 213+82+104=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D55268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55268 is #2AAD97. Grayscale: #7B7B7B. Windows color (decimal): -2796952 or 6836949. OLE color: 6836949.
HSL color Cylindrical-coordinate representation of color #D55268: hue angle of 349.92º 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 #D55268 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 104 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.16 |
| HSL | 349.92º | 0.61% | 0.58% | - |
| HSV(B) | 349.92º | 0.62% | 0.84% | - |
| XYZ | 32.96 | 21.18 | 15.45 | - |
| YUV | 123.68 | 116.9 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 104 | 0 | 0.62 | 0.51 | 0.16 | 349.92 | 0.61 | 0.58 |
| Hex | D5 | 52 | 68 | 0 | 3E | 33 | 10 | 15E | 3D | 3A |
| Octal | 325 | 122 | 150 | 0 | 76 | 63 | 20 | 536 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1101000 | 0 | 111110 | 110011 | 10000 | 101011110 | 111101 | 111010 |
Color Harmonies of #D55268
Complementary color
Monochromatic Colors of #D55268
Black with #D55268
Text Example
Text Example
White with #D55268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55268; }
p { color: rgb(213,82,104); }
H1.HeaderClassName
{
color: #D55268;
}
.AnyTagClassName
{
color: #D55268;
}
</style>
background-color css
<style>
a { background-color: #D55268; }
a { background-color: rgb(213,82,104); }
div.DivClassName
{
background-color: #D55268;
}
.BgClassName
{
background-color: #D55268;
}
</style>
border-color css
<style>
span { border-color: #D55268; }
span { border-color: rgb(213,82,104); }
td.TdClassName
{
border-color: #D55268;
}
.TagClassName
{
border-color: #D55268;
}
</style>