Shades of Cabaret #D64965
Tints of Cabaret #D64965
RGB
CMYK
RGB Variations
Color information
#D64965 (or 0xD64965) is known color: Cabaret. HEX triplet: D6, 49 and 65. RGB value is (214,73,101). Sum of RGB (Red+Green+Blue) = 214+73+101=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D64965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64965 is #29B69A. Grayscale: #767676. Windows color (decimal): -2733723 or 6638038. OLE color: 6638038.
HSL color Cylindrical-coordinate representation of color #D64965: hue angle of 348.09º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64965 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 101 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.16 |
| HSL | 348.09º | 0.63% | 0.56% | - |
| HSV(B) | 348.09º | 0.66% | 0.84% | - |
| XYZ | 32.46 | 20 | 14.46 | - |
| YUV | 118.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 101 | 0 | 0.66 | 0.53 | 0.16 | 348.09 | 0.63 | 0.56 |
| Hex | D6 | 49 | 65 | 0 | 42 | 35 | 10 | 15C | 3F | 38 |
| Octal | 326 | 111 | 145 | 0 | 102 | 65 | 20 | 534 | 77 | 70 |
| Binary | 11010110 | 1001001 | 1100101 | 0 | 1000010 | 110101 | 10000 | 101011100 | 111111 | 111000 |
Color Harmonies of #D64965
Complementary color
Monochromatic Colors of #D64965
Black with #D64965
Text Example
Text Example
White with #D64965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64965; }
p { color: rgb(214,73,101); }
H1.HeaderClassName
{
color: #D64965;
}
.AnyTagClassName
{
color: #D64965;
}
</style>
background-color css
<style>
a { background-color: #D64965; }
a { background-color: rgb(214,73,101); }
div.DivClassName
{
background-color: #D64965;
}
.BgClassName
{
background-color: #D64965;
}
</style>
border-color css
<style>
span { border-color: #D64965; }
span { border-color: rgb(214,73,101); }
td.TdClassName
{
border-color: #D64965;
}
.TagClassName
{
border-color: #D64965;
}
</style>