Shades of Cabaret #D55168
Tints of Cabaret #D55168
RGB
CMYK
RGB Variations
Color information
#D55168 (or 0xD55168) is known color: Cabaret. HEX triplet: D5, 51 and 68. RGB value is (213,81,104). Sum of RGB (Red+Green+Blue) = 213+81+104=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D55168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55168 is #2AAE97. Grayscale: #7B7B7B. Windows color (decimal): -2797208 or 6836693. OLE color: 6836693.
HSL color Cylindrical-coordinate representation of color #D55168: hue angle of 349.55º 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 #D55168 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 104 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.16 |
| HSL | 349.55º | 0.61% | 0.58% | - |
| HSV(B) | 349.55º | 0.62% | 0.84% | - |
| XYZ | 32.88 | 21.03 | 15.42 | - |
| YUV | 123.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 104 | 0 | 0.62 | 0.51 | 0.16 | 349.55 | 0.61 | 0.58 |
| Hex | D5 | 51 | 68 | 0 | 3E | 33 | 10 | 15E | 3D | 3A |
| Octal | 325 | 121 | 150 | 0 | 76 | 63 | 20 | 536 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1101000 | 0 | 111110 | 110011 | 10000 | 101011110 | 111101 | 111010 |
Color Harmonies of #D55168
Complementary color
Monochromatic Colors of #D55168
Black with #D55168
Text Example
Text Example
White with #D55168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55168; }
p { color: rgb(213,81,104); }
H1.HeaderClassName
{
color: #D55168;
}
.AnyTagClassName
{
color: #D55168;
}
</style>
background-color css
<style>
a { background-color: #D55168; }
a { background-color: rgb(213,81,104); }
div.DivClassName
{
background-color: #D55168;
}
.BgClassName
{
background-color: #D55168;
}
</style>
border-color css
<style>
span { border-color: #D55168; }
span { border-color: rgb(213,81,104); }
td.TdClassName
{
border-color: #D55168;
}
.TagClassName
{
border-color: #D55168;
}
</style>