Shades of Cabaret #D55066
Tints of Cabaret #D55066
RGB
CMYK
RGB Variations
Color information
#D55066 (or 0xD55066) is known color: Cabaret. HEX triplet: D5, 50 and 66. RGB value is (213,80,102). Sum of RGB (Red+Green+Blue) = 213+80+102=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D55066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55066 is #2AAF99. Grayscale: #7A7A7A. Windows color (decimal): -2797466 or 6705365. OLE color: 6705365.
HSL color Cylindrical-coordinate representation of color #D55066: hue angle of 350.08º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55066 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 102 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.16 |
| HSL | 350.08º | 0.61% | 0.57% | - |
| HSV(B) | 350.08º | 0.62% | 0.84% | - |
| XYZ | 32.71 | 20.84 | 14.87 | - |
| YUV | 122.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 102 | 0 | 0.62 | 0.52 | 0.16 | 350.08 | 0.61 | 0.57 |
| Hex | D5 | 50 | 66 | 0 | 3E | 34 | 10 | 15E | 3D | 39 |
| Octal | 325 | 120 | 146 | 0 | 76 | 64 | 20 | 536 | 75 | 71 |
| Binary | 11010101 | 1010000 | 1100110 | 0 | 111110 | 110100 | 10000 | 101011110 | 111101 | 111001 |
Color Harmonies of #D55066
Complementary color
Monochromatic Colors of #D55066
Black with #D55066
Text Example
Text Example
White with #D55066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55066; }
p { color: rgb(213,80,102); }
H1.HeaderClassName
{
color: #D55066;
}
.AnyTagClassName
{
color: #D55066;
}
</style>
background-color css
<style>
a { background-color: #D55066; }
a { background-color: rgb(213,80,102); }
div.DivClassName
{
background-color: #D55066;
}
.BgClassName
{
background-color: #D55066;
}
</style>
border-color css
<style>
span { border-color: #D55066; }
span { border-color: rgb(213,80,102); }
td.TdClassName
{
border-color: #D55066;
}
.TagClassName
{
border-color: #D55066;
}
</style>