Shades of Cabaret #D65164
Tints of Cabaret #D65164
RGB
CMYK
RGB Variations
Color information
#D65164 (or 0xD65164) is known color: Cabaret. HEX triplet: D6, 51 and 64. RGB value is (214,81,100). Sum of RGB (Red+Green+Blue) = 214+81+100=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D65164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65164 is #29AE9B. Grayscale: #7A7A7A. Windows color (decimal): -2731676 or 6574550. OLE color: 6574550.
HSL color Cylindrical-coordinate representation of color #D65164: hue angle of 351.43º degrees, saturation: 0.62, 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 #D65164 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 100 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.16 |
| HSL | 351.43º | 0.62% | 0.58% | - |
| HSV(B) | 351.43º | 0.62% | 0.84% | - |
| XYZ | 32.97 | 21.1 | 14.39 | - |
| YUV | 122.93 | 115.06 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 100 | 0 | 0.62 | 0.53 | 0.16 | 351.43 | 0.62 | 0.58 |
| Hex | D6 | 51 | 64 | 0 | 3E | 35 | 10 | 15F | 3E | 3A |
| Octal | 326 | 121 | 144 | 0 | 76 | 65 | 20 | 537 | 76 | 72 |
| Binary | 11010110 | 1010001 | 1100100 | 0 | 111110 | 110101 | 10000 | 101011111 | 111110 | 111010 |
Color Harmonies of #D65164
Complementary color
Monochromatic Colors of #D65164
Black with #D65164
Text Example
Text Example
White with #D65164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65164; }
p { color: rgb(214,81,100); }
H1.HeaderClassName
{
color: #D65164;
}
.AnyTagClassName
{
color: #D65164;
}
</style>
background-color css
<style>
a { background-color: #D65164; }
a { background-color: rgb(214,81,100); }
div.DivClassName
{
background-color: #D65164;
}
.BgClassName
{
background-color: #D65164;
}
</style>
border-color css
<style>
span { border-color: #D65164; }
span { border-color: rgb(214,81,100); }
td.TdClassName
{
border-color: #D65164;
}
.TagClassName
{
border-color: #D65164;
}
</style>