Shades of Cabaret #D65566
Tints of Cabaret #D65566
RGB
CMYK
RGB Variations
Color information
#D65566 (or 0xD65566) is known color: Cabaret. HEX triplet: D6, 55 and 66. RGB value is (214,85,102). Sum of RGB (Red+Green+Blue) = 214+85+102=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D65566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65566 is #29AA99. Grayscale: #7D7D7D. Windows color (decimal): -2730650 or 6706646. OLE color: 6706646.
HSL color Cylindrical-coordinate representation of color #D65566: hue angle of 352.09º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65566 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 102 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.16 |
| HSL | 352.09º | 0.61% | 0.59% | - |
| HSV(B) | 352.09º | 0.6% | 0.84% | - |
| XYZ | 33.38 | 21.75 | 15.01 | - |
| YUV | 125.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 102 | 0 | 0.60 | 0.52 | 0.16 | 352.09 | 0.61 | 0.59 |
| Hex | D6 | 55 | 66 | 0 | 3C | 34 | 10 | 160 | 3D | 3B |
| Octal | 326 | 125 | 146 | 0 | 74 | 64 | 20 | 540 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1100110 | 0 | 111100 | 110100 | 10000 | 101100000 | 111101 | 111011 |
Color Harmonies of #D65566
Complementary color
Monochromatic Colors of #D65566
Black with #D65566
Text Example
Text Example
White with #D65566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65566; }
p { color: rgb(214,85,102); }
H1.HeaderClassName
{
color: #D65566;
}
.AnyTagClassName
{
color: #D65566;
}
</style>
background-color css
<style>
a { background-color: #D65566; }
a { background-color: rgb(214,85,102); }
div.DivClassName
{
background-color: #D65566;
}
.BgClassName
{
background-color: #D65566;
}
</style>
border-color css
<style>
span { border-color: #D65566; }
span { border-color: rgb(214,85,102); }
td.TdClassName
{
border-color: #D65566;
}
.TagClassName
{
border-color: #D65566;
}
</style>